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

# 贡献代码

我们欢迎对 Cherry Studio 的贡献！您可以通过以下方式贡献：

1\. **贡献代码：**&#x5F00;发新功能或优化现有代码。

2\. **修复错误：**&#x63D0;交您发现的错误修复。

3\. **维护问题：**&#x5E2E;助管理 GitHub 问题。

4\. **产品设计：**&#x53C2;与设计讨论。

5\. **撰写文档：**&#x6539;进用户手册和指南。

6\. **社区参与：**&#x52A0;入讨论并帮助用户。

7\. **推广使用：**&#x5BA3;传 Cherry Studio。

## 参与方式

回复 issue 中的问题，帮助别人解决遇到的困难

提交 pr 方式来新增功能、修复错误、维护文档等

***

### 💡 获取帮助与提交反馈

如果您在配置或使用过程中遇到任何疑问、Bug 或有功能改进建议，请参考 [反馈与建议](/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/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.
