# 快捷助手

快捷助手是 Cherry Studio 提供的一个便捷工具，它允许您在任何应用程序中快速访问 AI 功能，从而实现即时提问、翻译、总结和解释等操作。

### 启用快捷助手

1. **打开设置：** 导航至 `设置` -> `快捷方式` -> `快捷助手`。
2. **启用开关：** 找到并打开 `快捷助手` 对应按钮。

<figure><img src="/files/JeKHEMTL7LlMtDfuHrWE" 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/JL4DIv7KooY6cCFo9xjw" alt=""><figcaption><p>快捷助手界面示意图</p></figcaption></figure>
3. **关闭：** 按下 <kbd>ESC</kbd> 键或点击快捷助手窗口外部的任意位置即可关闭。

{% hint style="info" %}
快捷助手使用的模型为 [全局默认对话模型](/pre-basic/settings/default-models.md#mo-ren-zhu-shou-mo-xing)。
{% endhint %}

### 提示与技巧

* **快捷键冲突：** 如果默认快捷键与其他应用程序冲突，请修改快捷键。
* **探索更多功能：** 除了文档中提到的功能，快捷助手可能还支持其他操作，例如代码生成、风格转换等。建议您在使用过程中不断探索。
* **反馈与改进：** 如果您在使用过程中遇到任何问题或有任何改进建议，请及时向 Cherry Studio 团队 [反馈](/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/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.
