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

# Quick Assistant

Quick Assistant is a convenient tool provided by Cherry Studio that allows you to quickly access AI features in any application, enabling instant actions such as asking questions, translating, summarizing, and explaining.

### Enable Quick Assistant

1. **Open settings:** Navigate to `Settings` → `Quick Assistant`(in the left menu).
2. **Enable the switch:** Open `Enable Quick Assistant`. After enabling it, the page will expand to show more options.

{% hint style="info" %}
**Quick Assistant vs. Text Selection Assistant**: The two are different features.

* **Quick Assistant**: Invoke a mini window with a shortcut key to proactively ask questions, without relying on the content currently selected.
* **Text Selection Assistant**: After selecting text in any app, use the toolbar to translate/explain/rewrite the selected text.
* The configuration entries are respectively in `Settings → Quick Assistant` and `Settings → Text Selection Assistant`.
  {% endhint %}

<figure><img src="/files/e6b614121d56a6f809f5225b717a58b7fc51e975" alt=""><figcaption><p>Quick Assistant settings after enabling (real screenshot)</p></figcaption></figure>

Switches visible after enabling:

* **Enable Quick Assistant**: Main switch
* **Launch by clicking the tray icon**: Left-clicking the Cherry Studio icon in the system tray directly opens Quick Assistant (enabled by default)
* **Read clipboard on startup**: Automatically use the clipboard content as input every time Quick Assistant is opened
* **Quick Assistant model**:`Use assistant` Follow the model selected for the current conversation assistant;`Default model` Use [Global default fast model](/docs/en-us/pre-basic/settings/default-models.md)

3. **Set shortcut keys (on another page):**
   * Shortcut keys are not configured on this page; you need to go to `Settings → Shortcut Keys` to adjust them.
   * Windows default <kbd>Ctrl</kbd> + <kbd>E</kbd>, macOS default <kbd>⌘</kbd> + <kbd>E</kbd>.
   * You can customize shortcut keys to avoid conflicts or better suit your personal habits.

### Use Quick Assistant

1. **Open:** In any application, press the shortcut key you set (or the default shortcut key) to open Quick Assistant.
2. **Interaction:** In the Quick Assistant window, you can directly do the following:
   * **Quick question:** Ask the AI any question.
   * **Text translation:** Enter the text you want translated.
   * **Content summary:** Enter long text for summarization.
   * **Explanation:** Enter the concept or term you want explained.

     <figure><img src="/files/f21534d14d2a1f2295ac555290f9519c1fa8a4cf" alt=""><figcaption><p>Quick Assistant interface diagram</p></figcaption></figure>
3. **Close:** Press <kbd>ESC</kbd> or click anywhere outside the Quick Assistant window to close it.

{% hint style="info" %}
When `Quick Assistant model` Select **Default model** use [Global default fast model](/docs/en-us/pre-basic/settings/default-models.md); select **Use assistant** After that, you can choose an existing assistant as the model for the response.
{% endhint %}

### Tips and tricks

* **Shortcut key conflicts:** If the default shortcut key conflicts with other applications, please change it.
* **Explore more features:** In addition to the features mentioned in the documentation, Quick Assistant may also support other operations such as code generation and style conversion. We recommend that you keep exploring while using it.
* **Feedback and improvements:** If you encounter any problems during use or have any suggestions for improvement, please promptly to the Cherry Studio team [provide feedback](/docs/en-us/question-contact/suggestions.md).

***

### 💡 Get help and submit feedback

If you encounter any questions, bugs, or have suggestions for feature improvements during configuration or use, please refer to [Feedback and Suggestions](/docs/en-us/question-contact/suggestions.md) the official channels provided there.


---

# 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/en-us/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.
