> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/knowledge-content.md).

# 知識同內容工作流

知識庫、筆記、繪畫同翻譯唔係彼此孤立嘅工具。佢哋分別負責整理資料、沉澱內容、製作視覺素材同處理多語言文件，仲可以繼續交俾 Agent 使用。

<figure><img src="/files/5c4d83ac5f80d2a79e4a5a73e75262fa5ec45c82" alt="资料进入知识库、通过召回测试、交给 Agent 并形成文字图片或译文的流程图"><figcaption><p>先用真實問題透過召回測試，再等 Agent 根據資料製作報告、譯文或者配圖。</p></figcaption></figure>

## 四個入口點樣分工

| 入口    | 適合做乜                   | 常見下一步           |
| ----- | ---------------------- | --------------- |
| 【知識庫】 | 令資料可以按問題檢索             | 綁定畀對話助手或者 Agent |
| 【筆記】  | 撰寫、整理同長期維護 Markdown 內容 | 匯出文件或者加入知識庫     |
| 【繪畫】  | 生成、編輯、合併同增強圖片          | 下載，或者交俾內容任務使用   |
| 【翻譯】  | 處理文本、圖片同文件             | 收藏結果、重用歷史或者繼續編輯 |

{% hint style="success" %}
如果目標係「用呢啲資料完成一份交付物」，直接喺【工作】入面同 Agent 講資料喺邊、要產出乜。需要人工整理資料庫、調整圖片或者逐段確認譯文時，再進入對應模組。
{% endhint %}

<figure><img src="/files/3371247165fb5d0b676da08fee2912c7cf4fc607" alt="新建知识库时的名称、嵌入模型和保存入口"><figcaption><p>新建知識庫嗰陣先改名，再揀用嚟檢索嘅嵌入模型。</p></figcaption></figure>

## 由資料到交付物

{% stepper %}
{% step %}

### 1. 先整理來源

將長期參考資料加入知識庫，將而家修改緊嘅草稿放喺筆記或者工作目錄。唔好將未確認嘅臨時聊天全部導入知識庫。
{% endstep %}

{% step %}

### 2. 驗證可唔可以搵返關鍵資訊

喺知識庫入面使用召回測試，確認真實問題可以搵到正確片段。檢索唔到嘅時候先修資料同設定，唔好畀 Agent 估。
{% endstep %}

{% step %}

### 3. 再製作文字、譯文同圖片

叫 Agent 根據資料起草內容；圖片同譯文分別喺【繪畫】同【翻譯】入面精修。最後由人檢查事實同表達。
{% endstep %}
{% endstepper %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>構建知識庫同召回測試</strong></td><td>由匯入資料到驗證檢索</td><td><a href="/pages/92d9b3bfae0b835ce08b62235a7661a13c5ea4cb">/pages/92d9b3bfae0b835ce08b62235a7661a13c5ea4cb</a></td></tr><tr><td><strong>筆記、知識庫同 Agent</strong></td><td>令草稿、資料同任務順暢流轉</td><td><a href="/pages/3d904c072a079c929ecd279f9f4745696095c9d9">/pages/3d904c072a079c929ecd279f9f4745696095c9d9</a></td></tr><tr><td><strong>圖片生成、編輯同增強</strong></td><td>由模板出發製作可用圖片</td><td><a href="/pages/88e6cc5bf078e049f998e9646840f9ea694dacd6">/pages/88e6cc5bf078e049f998e9646840f9ea694dacd6</a></td></tr><tr><td><strong>文件、圖片同長文翻譯</strong></td><td>處理唔同格式同重用歷史結果</td><td><a href="/pages/e767d3c3136e9bfd12e5e778a95927d1aa5173cb">/pages/e767d3c3136e9bfd12e5e778a95927d1aa5173cb</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/knowledge-content.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
