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

# Cherry Studio

- [項目簡介](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/readme.md)
- [客戶端下載](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/download.md)
- [安裝教程](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/installation.md)
- [Windows](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/installation/windows.md): Windows 版本安裝教程
- [macOS](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/installation/macos.md): macOS 版本安裝教程
- [功能介紹](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview.md)
- [啟動台](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/launchpad.md)
- [對話界面](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/chat.md)
- [助手庫](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/assistants.md)
- [智能體](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/agent.md)
- [繪圖](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/drawing.md)
- [翻譯](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/translation.md)
- [小程序](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/app.md)
- [知識庫](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/knowledge-base.md)
- [檔案](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/files.md)
- [筆記](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/notes.md)
- [快捷助手](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/quick-assistant.md)
- [劃詞助手](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/selection-assistant.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.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.
