> 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/workbench/global-search.md).

# 全局搜尋

全域搜尋用嚟喺一個入口搵消息、對話、任務、助手、Agent 同知識庫。佢適合「記得內容，但唔記得擺喺邊」嘅情況。

<figure><img src="/files/d50d528d946ea109aec353d879f946d865a94521" alt="全局搜索中的关键词、搜索类型和更新时间筛选"><figcaption><p>先輸入有辨識度嘅關鍵詞，再按對話、知識庫等類型同更新時間縮窄範圍。</p></figcaption></figure>

## 使用方法

{% stepper %}
{% step %}

### 1. 撳視窗頂部嘅搜尋按鈕

亦可以喺【設定】→【快捷鍵】睇或者修改對應快捷鍵。
{% endstep %}

{% step %}

### 2. 輸入有辨識度嘅關鍵詞

優先用項目名、人名、文件主題或者結論入面嘅短語。淨係輸入「設定」「報告」呢啲常見詞，結果通常會太多。
{% endstep %}

{% step %}

### 3. 縮窄搜尋範圍

切換【消息】或者用【對話】【任務】【助手】【智能體】【知識庫】篩選，再按更新時間縮窄範圍。
{% endstep %}

{% step %}

### 4. 打開結果繼續工作

搜尋會帶你返去對應內容。打開之前先睇類型，避免將同名助手同 Agent 任務搞亂。
{% endstep %}
{% endstepper %}

### 應用案例：搵返上個月嘅客戶結論

搜尋客戶項目名，再將類型縮窄到【消息】並限制更新時間。搵到結論之後打開原對話，先確認之後有冇修訂；如果要將結論用喺新任務時，複製已經確認過嘅摘要，而唔係令新對話依賴記憶入面零散嘅片段。

<details>

<summary>點解搜唔到磁碟入面嘅文件內容？</summary>

全域搜尋主要搵 Cherry Studio 入面已儲存嘅內容。磁碟文件要先喺 Agent 工作目錄、知識庫或者筆記入面進入相應流程之後，先可以透過對應入口搵到。

</details>


---

# 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/workbench/global-search.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.
