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

# 下載同安裝教學

請先喺 [官方下載頁](https://cherryai.com.cn/download/v2) 下載同系統同芯片相匹配嘅安裝包。

## 選擇系統

* [Windows 安裝教學](/docs/zhong-wen-fan-ti/cherry-studio/installation/windows.md)
* [macOS 安裝教學](/docs/zhong-wen-fan-ti/cherry-studio/installation/macos.md)
* [Linux 安裝教學](/docs/zhong-wen-fan-ti/cherry-studio/installation/linux.md)

## 安裝完成

能夠正常打開 Cherry Studio，即表示客戶端安裝完成。之後繼續完成快速開始，配置模型服務並發送第一條消息。

***

### 💡 獲取幫助與提交反饋

如果喺安裝、配置或者使用過程中遇到問題，或者有功能改進建議，請透過 [反饋與建議](/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/installation.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.
