> 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/zhong-wen-fan-ti/cherry-studio/preview.md).

# 功能介紹

Cherry Studio 係一款桌面級 AI 客戶端，集成咗 **對話助手、智能體、繪畫、翻譯、知識庫、筆記、文件管理、編碼拍檔** 等核心能力，並通過 [API 網關](/docs/zhong-wen-fan-ti/advanced-basic/developer-tools/api-gateway.md)、[頻道](/docs/zhong-wen-fan-ti/advanced-basic/automation/channels.md)、[定時任務](/docs/zhong-wen-fan-ti/advanced-basic/automation/scheduled-heartbeat.md) 將 AI 能力延伸到自動化同跨平台場景。

下表係本節涉及嘅主要功能同對應入口：

| 功能                                                                          | 簡述                                                                                                                                            | 入口           |
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| [對話](/docs/zhong-wen-fan-ti/cherry-studio/preview/chat.md)                  | 建立 [對話助手](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/pages/bb4d01948b9439111213ca2f648ae2441c5dd91c#助手库)，同唔同模型對話，並調用知識庫 | 【啟動台】→【對話】   |
| [工作](/docs/zhong-wen-fan-ti/cherry-studio/preview/agent.md)                 | 工作即係智能體，可自主執行任務——讀文件、跑命令、多步推理                                                                                                                 | 【啟動台】→【工作】   |
| [繪畫](/docs/zhong-wen-fan-ti/cherry-studio/preview/drawing.md)               | 接入文生圖模型                                                                                                                                       | 【啟動台】→【繪畫】   |
| [翻譯](/docs/zhong-wen-fan-ti/cherry-studio/preview/translation.md)           | 雙欄快速翻譯                                                                                                                                        | 【啟動台】→【翻譯】   |
| [小程式](/docs/zhong-wen-fan-ti/cherry-studio/preview/app.md)                  | 喺客戶端內運行 AI 廠商網頁版                                                                                                                              | 【啟動台】→【小程式】  |
| [知識庫](/docs/zhong-wen-fan-ti/cherry-studio/preview/knowledge-base.md)       | 文件／網址／筆記向量化檢索                                                                                                                                 | 【啟動台】→【知識庫】  |
| [檔案](/docs/zhong-wen-fan-ti/cherry-studio/preview/files.md)                 | 集中查看對話、繪畫、知識庫等附件                                                                                                                              | 【啟動台】→【文件】   |
| [編碼拍檔](/docs/zhong-wen-fan-ti/cherry-studio/preview/code-cli.md)            | 安裝、配置同啟動 AI 編程 CLI 工具                                                                                                                         | 【啟動台】→【編碼拍檔】 |
| [筆記](/docs/zhong-wen-fan-ti/cherry-studio/preview/notes.md)                 | 內置 Markdown 筆記本，隨手記錄、整理，可導出到知識庫                                                                                                               | 【啟動台】→【筆記】   |
| [快捷助手](/docs/zhong-wen-fan-ti/cherry-studio/preview/quick-assistant.md)     | 用全局快捷鍵喚起嘅迷你提問視窗                                                                                                                               | 全局快捷鍵        |
| [劃詞助手](/docs/zhong-wen-fan-ti/cherry-studio/preview/selection-assistant.md) | 喺任何應用劃詞之後，通過浮動工具欄調用 AI                                                                                                                        | 劃詞後浮動工具欄     |

更高階能力請參考 [進階教程](/docs/zhong-wen-fan-ti/advanced-basic/capability-map.md) 一節。

***

### 攞幫助同提交意見

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改善建議，請參考 [反饋與建議](/docs/zhong-wen-fan-ti/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.cherryai.com.cn/docs/zhong-wen-fan-ti/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.
