> For the complete documentation index, see [llms.txt](https://docs.cherry-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/contribution/code.md).

# 貢獻代碼

我哋歡迎大家為 Cherry Studio 作出貢獻！你可以透過以下方式參與貢獻：

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

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

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

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

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

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

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

## 參與方式

發送電郵到 [dev@cherry-ai.com](mailto:dev@cherry-ai.com?subject=申请成为开发者\&body=申请理由)

電郵主題：申請成為開發者

電郵內容：申請理由

***

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

如果您喺配置或使用過程中遇到任何疑問、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.cherry-ai.com/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.
