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

# 快捷助手

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

### 启用快捷助手

1. **打开设置：** 导航至 `设置` → `快捷助手`（在左侧菜单中）。
2. **启用开关：** 打开 `启用快捷助手`。开启后页面会展开更多选项。

{% hint style="info" %}
**快捷助手 vs 划词助手**：两者是不同的功能。

* **快捷助手**：通过快捷键唤起一个迷你窗口主动提问，不依赖你当前选中的内容。
* **划词助手**：在任意应用内选中文字后，通过工具栏对所选文字做翻译/解释/改写。
* 配置入口分别在 `设置 → 快捷助手` 与 `设置 → 划词助手`。
  {% endhint %}

<figure><img src="/files/uGYe32IoQQuHkz6GtPyR" alt=""><figcaption><p>启用后的快捷助手设置（实拍）</p></figcaption></figure>

启用后可见的开关：

* **启用快捷助手**：主开关
* **点击托盘图标启动**：左键点击系统托盘 Cherry Studio 图标时直接唤起快捷助手（默认开启）
* **启动时读取剪贴板**：每次唤起快捷助手时自动把剪贴板内容作为输入
* **快捷助手模型**：`使用助手` 跟随当前对话助手所选模型；`默认模型` 使用 [全局默认快速模型](/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/JL4DIv7KooY6cCFo9xjw" alt=""><figcaption><p>快捷助手界面示意图</p></figcaption></figure>
3. **关闭：** 按下 <kbd>ESC</kbd> 键或点击快捷助手窗口外部的任意位置即可关闭。

{% hint style="info" %}
当 `快捷助手模型` 选 **默认模型** 时使用 [全局默认快速模型](/pre-basic/settings/default-models.md)；选 **使用助手** 后可以选择一个已有助手作为响应的模型。
{% endhint %}

### 提示与技巧

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

***

### 💡 获取帮助与提交反馈

如果您在配置或使用过程中遇到任何疑问、Bug 或有功能改进建议，请参考 [反馈与建议](/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.cherry-ai.com/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.
