> 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/cherry-studio/preview/quick-assistant.md).

# 快捷助手

快捷助手係 Cherry Studio 提供嘅一個方便工具，佢可以畀你喺任何應用程式入面快速使用 AI 功能，從而即時提問、翻譯、總結同解釋等操作。

### 啟用快捷助手

1. **打開設定：** 進入【設定】→【快捷助手】（喺左側選單入面）。
2. **啟用開關：** 開啟【啟用快捷助手】。開啟之後頁面會展開更多選項。

{% hint style="info" %}
**快捷助手 vs 劃詞助手**：兩者係唔同嘅功能。

* **快捷助手**：透過快捷鍵叫出一個迷你視窗主動提問，唔依賴你而家揀咗嘅內容。
* **劃詞助手**：喺任何應用程式入面選中文字之後，透過工具欄對所選文字做翻譯／解釋／改寫。
* 設定入口分別喺【設定】→【快捷助手】同【設定】→【劃詞助手】。
  {% endhint %}

<figure><img src="https://2742912793-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-86793e4decc353156b4fdc5fc24e59643e0b246e%2Fcherry-quick-assistant-enabled.png?alt=media" alt=""><figcaption><p>啟用後嘅快捷助手設定</p></figcaption></figure>

啟用後可見嘅開關：

* **啟用快捷助手**：主開關
* **點擊系統匣圖示啟動**：左鍵點擊系統托盤 Cherry Studio 圖示時直接叫出快捷助手（預設開啟）
* **啟動時讀取剪貼簿**：每次叫出快捷助手時自動將剪貼簿內容作為輸入
* **快捷助手模型**：【使用助手】跟隨所選助手嘅模型；【預設模型】使用 [全局預設快速模型](/docs/zhong-wen-fan-ti/pre-basic/settings/default-models.md)

3. **設定快捷鍵（喺另一個頁面）：**
   * 快捷鍵唔喺本頁設定，需要去【設定】→【快捷鍵】入面調整。
   * Windows 預設 <kbd>Ctrl</kbd> + <kbd>E</kbd>，macOS 預設 <kbd>⌘</kbd> + <kbd>E</kbd>。
   * 可以自訂快捷鍵以避免衝突或者更符合個人習慣。

### 使用快捷助手

1. **叫出：** 喺任何應用程式入面，撳你設定嘅快捷鍵（或者預設快捷鍵）就可以打開快捷助手。
2. **互動：** 喺快捷助手視窗入面，你可以直接進行以下操作：
   * **快速提問：** 向 AI 提任何問題。
   * **文字翻譯：** 輸入需要翻譯嘅文字。
   * **內容總結：** 輸入長文本進行摘要。
   * **解釋說明：** 輸入需要解釋嘅概念或者術語。

     <figure><img src="https://2742912793-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-48b2e07d967c0d4afdefc20318ca26159b38ba9c%2F%E5%BF%AB%E6%8D%B7%E5%8A%A9%E6%89%8B-1.png?alt=media" alt=""><figcaption><p>快捷助手介面示意圖</p></figcaption></figure>
3. **關閉：** 撳 <kbd>ESC</kbd> 鍵或者點擊快捷助手視窗外面任何位置即可關閉。

{% hint style="info" %}
當【快捷助手模型】揀【預設模型】時使用 [全局預設快速模型](/docs/zhong-wen-fan-ti/pre-basic/settings/default-models.md)；揀【使用助手】之後可以指定一個已有助手作為回應嘅模型。
{% endhint %}

### 提示同技巧

* **快捷鍵衝突：** 如果預設快捷鍵同其他應用程式衝突，請修改快捷鍵。
* **探索更多功能：** 除咗文件入面提到嘅功能，快捷助手可能仲支援其他操作，例如代碼生成、風格轉換等。建議你喺使用過程中不斷探索。
* **反饋同改進：** 如果你喺使用過程中遇到任何問題或者有任何改進建議，請及時向 Cherry Studio 團隊 [反饋](/docs/zhong-wen-fan-ti/question-contact/suggestions.md)。

***

### 攞幫助同提交意見

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改善建議，請參考 [反饋與建議](/docs/zhong-wen-fan-ti/question-contact/suggestions.md) 入面提供嘅官方渠道。


---

# 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/cherry-studio/preview/quick-assistant.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.
