> 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/i/prompt-bar.md).

# プロンプトバー

プロンプトバーは、Morphicで生成を作成・カスタマイズするための主要なツールです。利用できるプロンプトバーには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:

```
GET https://morphic.com/docs/jp/i/prompt-bar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
