# 快捷助手

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

### 啟用快捷助手

1. **打開設定：** 導覽至 `設定` -> `快捷方式` -> `快捷助手`。
2. **啟用開關：** 搵到並打開 `快捷助手` 對應按鈕。

<figure><img src="/files/0c1e9834cbbff0105ef1ce213e9710d7b43be687" alt=""><figcaption><p>啟用快捷助手示意圖</p></figcaption></figure>

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#mo-ren-zhu-shou-mo-xing)。
{% endhint %}

### 提示同技巧

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


---

# Agent Instructions: 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/kuai-jie-zhu-shou.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.
