> 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/advanced-basic/quick-phrase.md).

# ショートカットフレーズ

クイックフレーズ（Quick Phrase）は一組の**あらかじめ用意された会話テンプレート**で、チャット欄のクイックメニューからワンクリックで呼び出せるため、プロンプトの繰り返し入力を避けられます。

フレーズは2種類に分かれます：

* **グローバルフレーズ**：どのアシスタント／会話でも呼び出せます
* **アシスタントフレーズ**：所属するアシスタント内でのみ有効で、特定の役割向け専用テンプレートに適しています

### クイックフレーズを追加

開く `設定 → クイックフレーズ`に由来する：

<figure><img src="/files/178cca92b660cfd212ed1aa1aae1b55be73476e9" alt=""><figcaption><p>クイックフレーズ管理パネル</p></figcaption></figure>

1. ページ右上の **+** ボタンをクリック（マウスを重ねると「フレーズを追加」と表示）
2. 入力内容：
   * **タイトル**：呼び出しメニューに表示される名前（例：「英語に翻訳」「コードレビュー」）
   * **内容**：実際にチャット欄へ挿入されるテキスト、**変数をサポート**（下記参照）
   * **追加先**： `グローバルフレーズ` または特定のアシスタントを選択
3. 保存

### 内容中の変数：`${name}` 構文

クイックフレーズは**ユーザー定義変数**をサポートし、構文は `${変数名}`です。フレーズを呼び出した後、 <kbd>Tab</kbd> キーで複数の変数位置を素早く移動して入力できます。

例：

```
${出発地} から ${目的地} までのルートを計画して、${メール} に送ってください。
```

このフレーズを呼び出すと：

1. 内容がチャット欄に挿入され、カーソルは自動的に `${出発地}`
2. に移動します。「上海」と入力し、 <kbd>Tab</kbd> を押して `${目的地}`
3. に進み、「杭州」と入力し、 <kbd>Tab</kbd> を押して `${メール}`
4. に入力して Enter で送信

変数名は自由に命名できます（中国語、英語いずれも可）。同じ名前の変数は入力内容が同期されます。

{% hint style="info" %}
**「アシスタントプロンプト変数」との違い**：アシスタント／Cherry Agent の**システムプロンプト**は別の一式の**あらかじめ用意された変数**（例： `{{date}}`、`{{time}}`、`{{model_name}}`、`{{username}}` など）は、Cherry Studio が実行時に自動で置き換えます。2つの仕組みはそれぞれ独立しています：

* `${name}`：クイックフレーズ専用、**ユーザー定義**、実行時に手動入力する
* `{{date}}` など：アシスタント／Agent のシステムプロンプト専用、**システムが自動置換**
  {% endhint %}

### チャット欄で使用

* で [会話画面](/docs/jp/cherry-studio/preview/chat.md) の入力ツールバーで ⚡ **クイックフレーズ** アイコンをクリックするか、入力欄に `/` を入力してスラッシュメニューを呼び出し
* 対象フレーズを選択 → 内容が現在の入力欄に自動挿入され、カーソルは最初の変数に留まる
* を押して <kbd>Tab</kbd> 次の変数へ移動

### 並べ替えと編集

* 一覧項目をドラッグして順序を調整できます
* フレーズ項目をクリックすると編集または削除できます（削除後は復元できません）

### ヒントとコツ

* 1行書く **「以下のコードを review して、重大度 / 種類 / 修正提案 の3列で要約してください：`${code}`」**&#x3068;入力し、呼び出した後にコードを `${code}` へ貼り付ければOK
* と [選択テキストアシスタント](/docs/jp/cherry-studio/preview/selection-assistant.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/advanced-basic/quick-phrase.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.
