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

# 貢獻代碼

我哋歡迎對 Cherry Studio 嘅貢獻！你可以透過以下方式貢獻：

1\. **貢獻代碼：**&#x958B;發新功能或者優化現有代碼。

2\. **修復錯誤：**&#x63D0;交你發現嘅錯誤修復。

3\. **維護問題：**&#x5E6B;手管理 GitHub 問題。

4\. **產品設計：**&#x53C3;與設計討論。

5\. **撰寫文檔：**&#x6539;進用戶手冊同指南。

6\. **社區參與：**&#x52A0;入討論並幫助用戶。

7\. **推廣使用：**&#x5BA3;傳 Cherry Studio。

## 參與方式

回應 issue 入面嘅問題，幫其他人解決遇到嘅困難

用提交 pr 嘅方式新增功能、修復錯誤、維護文檔等

***

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

如果你喺配置或者使用過程中遇到任何疑問、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/contribution/code.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.
