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

# Feedback & Suggestions

## GitHub Issues

{% hint style="info" %}
**Recommended channel for bug reports and feature suggestions**. Submitting here helps prevent it from being forgotten by developers, and you can also participate in in-depth community discussions.
{% endhint %}

* **If you find any bugs**, or have new ideas and suggestions for the product, you can directly submit feedback here: [Submit a GitHub Issue](https://github.com/CherryHQ/cherry-studio/issues/new/choose)

{% hint style="success" %}
If you encounter difficulties when trying to access GitHub, you can also contact the developer directly via email.
{% endhint %}

## Email

* **If you encounter issues using the software**, please contact the developer by email for professional help: <support@cherry-ai.com>

## QQ Group

{% hint style="info" %}
Group members can help each other, share experiences, and get the latest download links.
{% endhint %}

* **QQ Group (1075687444)**:[Click to join QQ Group (1075687444)](https://qm.qq.com/q/eHZdjcdkQw)

## Telegram discussion group

{% hint style="info" %}
**Community for overseas/advanced users**, where members share usage experience and provide mutual support.
{% endhint %}

* **Join the Telegram discussion group for help**:<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/en-us/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.
