> 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/question-contact/suggestions.md).

# 反饋 & 建議

## GitHub 問題回報

{% hint style="info" %}
**推薦 Bug 提交同功能建議嘅渠道**。喺呢度提交可以避免畀開發者忘記，仲可以參與社群深入討論。
{% endhint %}

* **如果你發現任何 Bug**，或者對產品有新諗法同建議，可以直接喺呢度提交反饋： [提交 GitHub Issue](https://github.com/CherryHQ/cherry-studio/issues/new/choose)

{% hint style="success" %}
如果你喺嘗試訪問 GitHub 嘅過程中遇到困難，亦可以直接透過 Email 聯絡開發者。
{% endhint %}

## 電郵

* **遇到軟件使用問題**，請透過電郵聯絡開發者獲取專業幫助： <support@cherry-ai.com>

## QQ 群組

{% hint style="info" %}
群組成員可以互相幫忙、分享經驗，同埋獲取最新下載連結。
{% endhint %}

* **QQ 群組（1075687444）**：[點擊加入 QQ 群組（1075687444）](https://qm.qq.com/q/eHZdjcdkQw)

## Telegram 討論群組

{% hint style="info" %}
**海外／高級用戶交流社群**，群組成員分享使用經驗並提供互助支援。
{% endhint %}

* **加入 Telegram 討論群組獲取幫助**：<https://t.me/CherryStudioAI>


---

# 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/question-contact/suggestions.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.
