> 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/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 版本安裝教學
- [Linux](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/installation/linux.md): Linux 版本安裝教學
- [升級同降級](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/installation/upgrade-downgrade.md): 揀版本切換路徑，喺操作前保護好 V1 同 V2 數據。
- [破壞性更新提醒](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/installation/v2-breaking-update-notice.md): 升級 V2 前必須了解嘅數據遷移、版本路徑同回退限制。
- [功能差異](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/installation/v1-v2-feature-differences.md): 對照 V1 同 V2 嘅主要功能、數據處理方式同升級後覆核項。
- [V1 升級到 V2](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/installation/v1-to-v2-migration.md): 備份 V1 數據，直接用 V2.0.2 完成遷移，並檢查需要重新配置嘅項目。
- [V2 降級到 V1](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/installation/v2-to-v1-downgrade.md): 返去原本 V1 數據，並安全處理 V2 備份、數據庫同 Agent 數據。
- [功能介紹](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/agent.md): 畀 AI 自主執行任務嘅智能體
- [繪圖](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/app/generative-mini-apps.md): 製作、安裝同使用可調用 Cherry Studio AI 能力嘅自定義小程式
- [知識庫](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/code-cli.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.
