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

# Features

Cherry Studio is a desktop AI client that integrates**chat, agents, drawing, translation, knowledge bases, notes, file management**and other core capabilities, and through [API Server](/docs/en-us/advanced-basic/api-server.md),[Cherry Agent](/docs/en-us/cherry-studio/preview/agent.md),[channels](/docs/en-us/advanced-basic/agent-channels.md),[scheduled tasks](/docs/en-us/advanced-basic/scheduled-tasks.md) extends AI capabilities to automation and cross-platform scenarios.

The table below shows the main features covered in this section and their corresponding entry points:

| Feature                                                                     | Brief description                                                                                       | Entry                          |
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------ |
| [Chat interface](/docs/en-us/cherry-studio/preview/chat.md)                 | Chat with models from various providers, supporting assistants, topics, knowledge bases, and tool calls | Top tabs `Home`                |
| [Assistant library](/docs/en-us/cherry-studio/preview/assistants.md)        | Browse / add / create chat assistant presets                                                            | Launcher → `Assistant library` |
| [Agent](/docs/en-us/cherry-studio/preview/agent.md)                         | Cherry Agent that can autonomously execute tasks — read files, run commands, multi-step reasoning       | Top tabs `Agent`               |
| [Drawing](/docs/en-us/cherry-studio/preview/drawing.md)                     | Connect text-to-image models                                                                            | Launcher → `Drawing`           |
| [Translation](/docs/en-us/cherry-studio/preview/translation.md)             | Two-column quick translation                                                                            | Launcher → `Translation`       |
| [Mini programs](/docs/en-us/cherry-studio/preview/app.md)                   | Run AI vendors' web versions inside the client                                                          | Launcher → `Mini programs`     |
| [Knowledge base](/docs/en-us/cherry-studio/preview/knowledge-base.md)       | Vector search over documents/URLs/notes                                                                 | Launcher → `Knowledge base`    |
| [Files](/docs/en-us/cherry-studio/preview/files.md)                         | View attachments from chats, drawings, knowledge bases, etc. in one place                               | Launcher → `Files`             |
| [Notes](/docs/en-us/cherry-studio/preview/notes.md)                         | Built-in Markdown editor                                                                                | Top tabs `Notes`               |
| [Quick Assistant](/docs/en-us/cherry-studio/preview/quick-assistant.md)     | A mini question window invoked by a global shortcut key                                                 | Global shortcut keys           |
| [Quick Assistant](/docs/en-us/cherry-studio/preview/selection-assistant.md) | Invoke AI via a floating toolbar after selecting text in any app                                        | Global shortcut keys           |

For more advanced capabilities, please refer to [Advanced tutorial](https://github.com/CherryHQ/cherry-studio-docs/blob/main/advanced-basic/README.md) section.

***

### 💡 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) for the official channels provided.


---

# 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/docs/en-us/cherry-studio/preview.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.
