> 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/cherry-studio/preview/quick-assistant.md).

# クイックアシスタント

クイックアシスタントは Cherry Studio が提供する便利なツールで、どのアプリケーションでも AI 機能へ素早くアクセスでき、即時の質問、翻訳、要約、説明などの操作が可能です。

### クイックアシスタントを有効にする

1. **設定を開く：** 移動先 `設定` をクリック → `クイックアシスタント`（左側メニュー内）。
2. **スイッチを有効にする：** 開く `クイックアシスタントを有効にする`。オンにするとページにさらに多くのオプションが展開されます。

{% hint style="info" %}
**クイックアシスタント vs 選択テキストアシスタント**：この2つは異なる機能です。

* **クイックアシスタント**：ショートカットキーでミニウィンドウを呼び出して能動的に質問でき、現在選択している内容には依存しません。
* **選択テキストアシスタント**：任意のアプリ内で文字を選択した後、ツールバーから選択した文字を翻訳／説明／リライトします。
* 設定の入口はそれぞれ `設定 → クイックアシスタント` と `設定 → 選択テキストアシスタント`。
  {% endhint %}

<figure><img src="/files/e29a3ecfa2f50340c77b16e0489fce59a1d5e5c0" alt=""><figcaption><p>有効化後のクイックアシスタント設定（実写）</p></figcaption></figure>

有効化後に表示されるスイッチ：

* **クイックアシスタントを有効にする**：メインスイッチ
* **トレイアイコンをクリックして起動**：システムトレイの Cherry Studio アイコンを左クリックするとクイックアシスタントを直接呼び出します（既定で有効）
* **起動時にクリップボードを読み取る**：クイックアシスタントを呼び出すたびに、クリップボードの内容を自動的に入力として使用します
* **クイックアシスタントのモデル**に由来する：`アシスタントを使用` 現在の会話アシスタントで選択されているモデルに従う；`既定のモデル` 使用する [グローバル既定の高速モデル](/docs/jp/pre-basic/settings/default-models.md)

3. **ショートカットキーの設定（別ページ）：**
   * ショートカットキーはこのページでは設定せず、 `設定 → ショートカットキー` で調整します。
   * Windows の既定 <kbd>Ctrl</kbd> + <kbd>E</kbd>、macOS の既定 <kbd>⌘</kbd> + <kbd>E</kbd>。
   * 競合を避けたり、個人の好みにより合うようにショートカットキーをカスタマイズできます。

### クイックアシスタントを使う

1. **呼び出し：** どのアプリケーションでも、設定したショートカットキー（または既定のショートカットキー）を押すとクイックアシスタントを開けます。
2. **操作：** クイックアシスタントのウィンドウでは、次の操作を直接行えます：
   * **素早い質問：** AI にどんな質問でもできます。
   * **テキスト翻訳：** 翻訳したいテキストを入力します。
   * **内容要約：** 長文を入力して要約します。
   * **説明：** 説明が必要な概念や用語を入力します。

     <figure><img src="/files/9182cc66dafe740d169eb7cc2847fa66f93a01f8" alt=""><figcaption><p>クイックアシスタント画面のイメージ図</p></figcaption></figure>
3. **閉じる：** 押す <kbd>ESC</kbd> キー、またはクイックアシスタントウィンドウの外側の任意の場所をクリックすると閉じられます。

{% hint style="info" %}
当 `クイックアシスタントのモデル` 選 **既定のモデル** 時に使用 [グローバル既定の高速モデル](/docs/jp/pre-basic/settings/default-models.md)；選 **アシスタントを使用** 択後、応答用のモデルとして既存のアシスタントを1つ選択できます。
{% endhint %}

### ヒントとコツ

* **ショートカットキーの競合：** 既定のショートカットキーが他のアプリケーションと競合する場合は、変更してください。
* **さらに機能を探す：** ドキュメントで触れられている機能のほか、クイックアシスタントはコード生成やスタイル変換など、他の操作にも対応しているかもしれません。使いながらぜひいろいろ試してみてください。
* **フィードバックと改善：** 使用中に問題が発生したり、改善の提案があれば、Cherry Studio チームへ速やかに [フィードバックしてください](/docs/jp/question-contact/suggestions.md)。

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/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/docs/jp/cherry-studio/preview/quick-assistant.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.
