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

# 効果的な質問の仕方

Cherry Studio は無料のオープンソースプロジェクトです。プロジェクトの規模が大きくなるにつれて、プロジェクトチームの作業量も日々増えています。コミュニケーションコストを減らし、皆さまの問題を迅速かつ効率的に解決できるよう、質問する前に、できるだけ以下の手順と方法に従って遭遇した問題を処理し、プロジェクトチームが保守と開発により多くの時間を割けるようご協力ください。ご協力ありがとうございます！

## 1. ドキュメントの確認と検索

多くの基本的な問題は、ドキュメントをよく確認すれば、ほぼ解決できます

* ソフトウェアの機能や使い方の問題は、 [機能紹介](/docs/jp/cherry-studio/preview.md) ドキュメントで確認してください；
* よくある問題は [FAQ](/docs/jp/question-contact/questions.md) ページに収録されています。まずFAQページで解決策があるか確認できます；
* やや複雑な問題は、検索するか検索欄で質問することで解決できます；
* 各ドキュメント内の注意枠の内容は必ず丁寧に読んでください。多くの問題を避けるのに役立ちます；
* GitHub の [Issue](https://github.com/CherryHQ/cherry-studio/issues) ページで、類似の問題や解決策があるか確認または検索してください。

## 2. ネット検索、AIへの質問

モデルの使用など、クライアント機能とは無関係の問題（例：モデルのエラー、回答が期待どおりでない、パラメータ設定など）は、まずネットで関連する解決策を検索するか、エラー内容や問題の説明を AI に伝えて解決策を探すことをおすすめします。

## 3. 公式コミュニティで質問するか、GitHubでissueを提出する

上記の1、2の手順で答えが見つからない、または問題を解決できない場合は、公式の [tgチャンネル](https://t.me/CherryStudioAI)、[Discordチャンネル](https://discord.com/invite/wez8HtpxqQ)、[QQグループ ](#user-content-fn-1)[^1]（[ワンクリックでグループに参加](https://qm.qq.com/cgi-bin/qm/qr?authKey=xe5nfGVZLMYnlJq%2F%2B4kN03YWcDBB2lnD7tc9rWus2mxS0JHUbOzk79cO7MYuqyGR\&k=UKVgl3YPHmwPaU8qeO1VG03NcUkACKsc\&noverify=0)）で問題を詳しく説明し、助けを求めてください。

1. モデルのエラーであれば、画面全体のスクリーンショットとコンソールのエラー情報を提供してください。機密情報はマスキングして構いませんが、モデル名、パラメータ設定、エラー内容は必ずスクリーンショットに残してください。コンソールのエラー情報の確認方法 [ここをクリック](/docs/jp/question-contact/questions.md#kong-zhi-tai-bao-cuo-cha-kan-fang-fa)。
2. ソフトウェアのバグであれば、以下を提供してください<mark style="background-color:green;">具体的なエラー説明</mark>と<mark style="background-color:green;">詳細な</mark>[<mark style="background-color:green;">再現</mark>](#user-content-fn-2)[^2]<mark style="background-color:green;">手順</mark>、開発者がデバッグと修正をしやすくなります。たまにしか起きず再現できない問題であれば、問題が発生した際の関連する状況、背景、設定パラメータなどをできるだけ詳しく説明してください。\
   そのほか、以下も<mark style="background-color:green;">プラットフォーム情報</mark>（Windows、Mac、Linux）、<mark style="background-color:green;">ソフトウェアのバージョン番号</mark>などの情報もあわせて問題の説明に含めてください。

{% hint style="success" %}
**ドキュメントの要望またはドキュメントへの提案**

tgチャンネルまでご連絡ください `@Wangmouuu` または QQ（`1355873789`）へ、またはメールを送信できます：`sunrise@cherry-ai.com`。
{% endhint %}

[^1]: グループ番号：611659451

[^2]: つまり（エラーが）再び発生する


---

# 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/ask.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.
