> 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/api-server.md)、[Cherry Agent](/docs/zhong-wen-fan-ti/cherry-studio/preview/agent.md)、[頻道](/docs/zhong-wen-fan-ti/advanced-basic/agent-channels.md)、[定時任務](/docs/zhong-wen-fan-ti/advanced-basic/scheduled-tasks.md) 將 AI 能力延伸到自動化同跨平台場景。

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

| 功能                                                                          | 簡述                                    | 入口           |
| --------------------------------------------------------------------------- | ------------------------------------- | ------------ |
| [對話介面](/docs/zhong-wen-fan-ti/cherry-studio/preview/chat.md)                | 同各家模型對話，支援助手、話題、知識庫、工具調用              | 頂部 Tab `首頁`  |
| [助手庫](/docs/zhong-wen-fan-ti/cherry-studio/preview/assistants.md)           | 瀏覽 / 添加 / 建立對話助手預設                    | 啟動台 → `助手庫`  |
| [智能體](/docs/zhong-wen-fan-ti/cherry-studio/preview/agent.md)                | 可自主執行任務嘅 Cherry Agent —— 讀文件、跑命令、多步推理 | 頂部 Tab `智能體` |
| [繪畫](/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/notes.md)                 | 內置 Markdown 編輯器                       | 頂部 Tab `筆記`  |
| [快捷助手](/docs/zhong-wen-fan-ti/cherry-studio/preview/quick-assistant.md)     | 透過全局快捷鍵喚起嘅迷你提問視窗                      | 全局快捷鍵        |
| [快捷助手](/docs/zhong-wen-fan-ti/cherry-studio/preview/selection-assistant.md) | 喺任何應用劃詞之後，透過浮動工具欄調用 AI                | 全局快捷鍵        |

更高階能力請參考 [進階教程](https://github.com/CherryHQ/cherry-studio-docs/blob/main/advanced-basic/README.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.
