> 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/sidebars.md).

# サイドバー

### 左サイドバー：レイヤーとアセット

左サイドバーにはレイヤーパネルがあり、キャンバスの構造要素を管理するための中心的な場所です。

主な機能：

* **閲覧と整理**：すべての画像、アセット、シェイプを表示して管理できます。
* **選択**：レイヤーをクリックして、キャンバス上でフォーカスしたり編集したりできます。
* **検索**：内蔵の検索バーを使って、特定のレイヤーをすばやく見つけられます。
* **アセットを追加またはインポート**：右上の「＋」アイコンをクリックするだけで、新しいアセットを簡単にプロジェクトへ追加またはインポートできます。

このサイドバーは、キャンバス用のミニプロジェクトエクスプローラーのようなものだと考えてください。整理整頓と効率化に役立ちます。

### 右サイドバー：詳細、ツールと操作

右サイドバーはコンテキストに応じて変化し、選択したアートボードやオブジェクトに基づいて動的に更新されます。このサイドバーには、詳細編集に必要なツールと操作が用意されています。

主な機能：

* **詳細**：選択したアートボードまたはアセット（画像、動画、音声の1つまたは複数）に関連する設定やプロンプトを表示・調整します。このタブはすべてのアートボードで利用できます。生成情報を表示し、プロンプト（ワンクリックでコピーできます）、種類、形式、寸法、スタイル、サイズを含みます。
* **アートボード固有のツール**：選択されたコンテンツの種類に基づく動的なオプション（例：モデル作成、動画作成、選択ツール、セグメントツール、サイズ変更）。
* **クイックアクション**：アップスケール、エクスポート、その他のよく使う操作などのツールにすばやくアクセスできます。
  * **アップスケール**：品質を保ちながら解像度を上げ、より鮮明で高品質なアセットにします。
  * **エクスポート**：アートボードまたは特定のレイヤーを、共有しやすいようにさまざまな形式（画像、動画、フレーム）でエクスポートします。
* **詳細プロパティ**：バリエーションやモデル調整の設定にアクセスできます（該当する場合）。

各ツールはコンテンツの種類（画像、動画、スケッチ）に応じて適応し、関連するコントロールのみを表示することで、より集中しやすく、用途に合った体験を実現します。

### 簡単なおさらい

* **左サイドバー**：レイヤーとアセットを効率よく整理してアクセスできるようにします。
* **右サイドバー**：選択したアートボードまたはオブジェクトに合わせた、状況に応じたツールと操作を提供します。


---

# 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/sidebars.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.
