> 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 Introduction

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

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

| Feature                                                                         | Brief description                                                                                                                                                                                  | Entry point                           |
| ------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| [Conversation](/docs/en-us/cherry-studio/preview/chat.md)                       | Create [conversation assistant](https://docs.cherryai.com.cn/docs/en-us/cherry-studio/pages/19c327a6494812af14e5569ae81f07c8915cb81c#助手库)to chat with different models and call the knowledge base | \[Launcher] → \[Conversation]         |
| [Work](/docs/en-us/cherry-studio/preview/agent.md)                              | Work is an agent that can autonomously execute tasks — read files, run commands, and perform multi-step reasoning                                                                                  | \[Launcher] → \[Work]                 |
| [Drawing](/docs/en-us/cherry-studio/preview/drawing.md)                         | Connect to text-to-image models                                                                                                                                                                    | \[Launcher] → \[Drawing]              |
| [Translate](/docs/en-us/cherry-studio/preview/translation.md)                   | Fast two-column translation                                                                                                                                                                        | \[Launcher] → \[Translate]            |
| [Mini Program](/docs/en-us/cherry-studio/preview/app.md)                        | Run common websites, or install local mini programs that can call Cherry AI                                                                                                                        | \[Launcher] → \[Mini Program]         |
| [Knowledge Base](/docs/en-us/cherry-studio/preview/knowledge-base.md)           | Vectorized retrieval for documents/URLs/notes                                                                                                                                                      | \[Launcher] → \[Knowledge Base]       |
| [Files](/docs/en-us/cherry-studio/preview/files.md)                             | View attachments for conversations, drawings, knowledge bases, and more in one place                                                                                                               | \[Launcher] → \[Files]                |
| [Coding Companion](/docs/en-us/cherry-studio/preview/code-cli.md)               | Install, configure, and launch AI programming CLI tools                                                                                                                                            | \[Launcher] → \[Coding Companion]     |
| [Notes](/docs/en-us/cherry-studio/preview/notes.md)                             | Built-in Markdown notebook for quick notes and organization, exportable to the knowledge base                                                                                                      | \[Launcher] → \[Notes]                |
| [Quick Assistant](/docs/en-us/cherry-studio/preview/quick-assistant.md)         | A mini question window opened with a global shortcut                                                                                                                                               | Global shortcut                       |
| [Selection Assistant](/docs/en-us/cherry-studio/preview/selection-assistant.md) | Call AI via a floating toolbar after selecting text in any app                                                                                                                                     | Floating toolbar after text selection |

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