> 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.md).

# Feature Overview

Cherry Studio is a desktop AI client that integrates **conversation assistant, agents, drawing, translation, knowledge base, notes, file management, coding companion** core capabilities, and through [API gateway](/docs/en-us/advanced-basic/developer-tools/api-gateway.md),[Channels](/docs/en-us/advanced-basic/automation/channels.md),[Scheduled tasks](/docs/en-us/advanced-basic/automation/scheduled-heartbeat.md) extend AI capabilities to automation and cross-platform scenarios.

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

| Function                                                                             | Brief description                                                                                                                                                                          | Entry                                 |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------- |
| [Chat](/docs/en-us/cherry-studio/preview/chat.md)                                    | Create [Chat assistant](https://docs.cherryai.com.cn/docs/en-us/cherry-studio/pages/19c327a6494812af14e5569ae81f07c8915cb81c#助手库), chat with different models, and call the knowledge base | \[Launchpad] → \[Chat]                |
| [Work](/docs/en-us/cherry-studio/preview/agent.md)                                   | Work is an agent that can autonomously execute tasks — read files, run commands, multi-step reasoning                                                                                      | \[Launchpad] → \[Work]                |
| [Drawing](/docs/en-us/cherry-studio/preview/drawing.md)                              | Integrate text-to-image models                                                                                                                                                             | \[Launchpad] → \[Drawing]             |
| [Translation](/docs/en-us/cherry-studio/preview/translation.md)                      | Two-column quick translation                                                                                                                                                               | \[Launchpad] → \[Translation]         |
| [Mini programs](/docs/en-us/cherry-studio/preview/app.md)                            | Run AI vendor web apps inside the client                                                                                                                                                   | \[Launchpad] → \[Mini programs]       |
| [Knowledge base](/docs/en-us/cherry-studio/preview/knowledge-base.md)                | Vectorized search of documents/websites/notes                                                                                                                                              | \[Launchpad] → \[Knowledge base]      |
| [Files](/docs/en-us/cherry-studio/preview/files.md)                                  | View attachments for chat, drawing, knowledge base, and more in one place                                                                                                                  | \[Launchpad] → \[Files]               |
| [Coding companion](/docs/en-us/cherry-studio/preview/code-cli.md)                    | Install, configure, and launch AI coding CLI tools                                                                                                                                         | \[Launchpad] → \[Coding companion]    |
| [Notes](/docs/en-us/cherry-studio/preview/notes.md)                                  | Built-in Markdown notebook for jotting down and organizing notes, with export to the knowledge base                                                                                        | \[Launchpad] → \[Notes]               |
| [Quick Assistant](/docs/en-us/cherry-studio/preview/quick-assistant.md)              | A mini question window summoned by global hotkeys                                                                                                                                          | Global hotkeys                        |
| [Text selection assistant](/docs/en-us/cherry-studio/preview/selection-assistant.md) | After selecting text in any app, invoke AI via the floating toolbar                                                                                                                        | Floating toolbar after text selection |

For more advanced capabilities, please refer to [Advanced tutorial](/docs/en-us/advanced-basic/capability-map.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.cherryai.com.cn/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.
