> 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/cherry-studio.md).

# Cherry Studio

- [项目简介](https://docs.cherryai.com.cn/cherry-studio/readme.md)
- [下载与安装教程](https://docs.cherryai.com.cn/cherry-studio/installation.md)
- [Windows 安装](https://docs.cherryai.com.cn/cherry-studio/installation/windows.md): Windows 版本安装教程
- [macOS 安装](https://docs.cherryai.com.cn/cherry-studio/installation/macos.md): macOS 版本安装教程
- [Linux](https://docs.cherryai.com.cn/cherry-studio/installation/linux.md): Linux 版本安装教程
- [升级与降级](https://docs.cherryai.com.cn/cherry-studio/installation/upgrade-downgrade.md): 选择版本切换路径，并在操作前保护好 V1 与 V2 数据。
- [破坏性更新提醒](https://docs.cherryai.com.cn/cherry-studio/installation/v2-breaking-update-notice.md): 升级 V2 前必须了解的数据迁移、版本路径和回退限制。
- [功能差异](https://docs.cherryai.com.cn/cherry-studio/installation/v1-v2-feature-differences.md): 对照 V1 与 V2 的主要功能、数据处理方式和升级后复核项。
- [V1 升级到 V2](https://docs.cherryai.com.cn/cherry-studio/installation/v1-to-v2-migration.md): 备份 V1 数据，直接使用 V2.0.2 完成迁移，并检查需要重新配置的项目。
- [V2 降级到 V1](https://docs.cherryai.com.cn/cherry-studio/installation/v2-to-v1-downgrade.md): 返回原 V1 数据，并安全处理 V2 备份、数据库和 Agent 数据。
- [功能介绍](https://docs.cherryai.com.cn/cherry-studio/preview.md)
- [启动台](https://docs.cherryai.com.cn/cherry-studio/preview/launchpad.md)
- [对话-助手](https://docs.cherryai.com.cn/cherry-studio/preview/chat.md)
- [工作-智能体](https://docs.cherryai.com.cn/cherry-studio/preview/agent.md): 让 AI 自主执行任务的智能体
- [绘画](https://docs.cherryai.com.cn/cherry-studio/preview/drawing.md)
- [翻译](https://docs.cherryai.com.cn/cherry-studio/preview/translation.md)
- [小程序](https://docs.cherryai.com.cn/cherry-studio/preview/app.md)
- [生成式小程序](https://docs.cherryai.com.cn/cherry-studio/preview/app/generative-mini-apps.md): 制作、安装和使用可调用 Cherry Studio AI 能力的自定义小程序
- [知识库](https://docs.cherryai.com.cn/cherry-studio/preview/knowledge-base.md)
- [文件](https://docs.cherryai.com.cn/cherry-studio/preview/files.md)
- [编码搭档](https://docs.cherryai.com.cn/cherry-studio/preview/code-cli.md)
- [笔记](https://docs.cherryai.com.cn/cherry-studio/preview/notes.md)
- [快捷助手](https://docs.cherryai.com.cn/cherry-studio/preview/quick-assistant.md)
- [划词助手](https://docs.cherryai.com.cn/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/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.
