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

# フィードバック＆提案

## GitHubのIssue

{% 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)**&#x306B;由来する：[クリックして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/jp/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.
