> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/jp/getting-started/navigating-the-canvas/prompt-bar.md).

# プロンプトバー

Morphicのプロンプトバーでは、プロンプトを書き、アスペクト比、スタイル、キャラクター参照、創造性、バリエーション、カメラアングルなどの設定を調整して生成できます。

プロンプトバーは、Morphic で生成物を作成・カスタマイズするための主なツールです。利用できるプロンプトバーには 2 種類あります：

* **グローバルプロンプトバー**
  * インターフェースの下部にあります
  * ここでプロンプトを入力し、全般設定を調整します
  * 画像のアスペクト比、スタイル、キャラクター参照、創造性、バリエーション、カメラアングルを設定します
  * 特定のアートボードが選択されていないときに利用できます
  * 画像、動画、音声を生成します
* **アートボード固有のプロンプトバー** （別名 **フォーカスモードのプロンプトバー**)
  * 画像、動画、または音声アセットを選択すると、アートボードのすぐ下に表示されます
  * その特定のアセット専用のプロンプト入力と微調整を提供します
  * 他の要素に影響を与えずに、対象を絞った調整ができます
  * グローバルプロンプトバーと同じ設定を、選択したアセットに限定して提供します
  * 作業中のアセットの種類によっては、より多くの設定が使える場合があります

主な機能：

* **プロンプト入力**：生成を導くための説明文を入力します
* **スタイル選択**：さまざまな芸術スタイルやモデルから選択します
* **アスペクト比**：出力の寸法を調整します
* **キャラクター参照**：関連する場合は特定のキャラクター参照を適用します
* **創造性の制御**：生成物の創造的な変化を細かく調整します
* **バリエーション**：プロンプトの複数バージョンを生成します
* **カメラアングル**：画像生成の視点を制御します

### アセットを参照としてタグ付けする

タイプ `@` をグローバルプロンプトバーに入力して、ライブラリからアセットをプロンプトに取り込み、次の生成で既存のものを土台にできるようにします。

Morphic でプロンプト内のアセットにタグを付ける簡単なチュートリアルはこちらです：

{% embed url="<https://youtu.be/qw8FMseF8dg>" %}

1. グローバルプロンプトバーをクリックして、 `@`
2. 開いたピッカーでタブ「Models」「Images」「Videos」「Audio」を選択します。『Favorites』をオンにすると、候補を絞り込めます
3. その後も入力を続けて `@` アセット名で絞り込みます
4. アセットをクリックします。チップとしてプロンプトに入り、プロンプトバー上部の「References」トレイに追加されます
5. それに何をさせたいかを説明し、プロンプトバーの青いボタンをクリックします

「References」トレイには、選択したモデルが受け付ける参照数が表示されます。たとえば「1/3 images」のように表示されます。開くと、アセットを「x」で削除したり、「+」で追加したりできます。

プロンプトバーはワークフローに合わせて適応し、最初から始める場合でも既存のアセットを洗練させる場合でも、適切なツールを提供します。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/jp/getting-started/navigating-the-canvas/prompt-bar.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.
