> For the complete documentation index, see [llms.txt](https://docs.cherry-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/cherry-studio/preview/quick-assistant.md).

# 快捷助手

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

### 啟用快捷助手

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

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

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

<figure><img src="/files/a8a84c64af09bfe28c9036e112107fad3fd396c6" 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="/files/eb68d4421246b6d03b03f27fc846730c840f9107" 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:

```
GET https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/cherry-studio/preview/quick-assistant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
