> 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/hajimeni/navigating-the-canvas/prompt-bar.md).

# プロンプトバー

プロンプトバーは、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/hajimeni/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.
