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

# サイドバー

キャンバスの左右にはそれぞれサイドバーがあります。左側にはファイル内の内容が表示され、右側には選択したものに対してできることが表示されます。

### 左サイドバー

上部に 3 つのタブがあります: 「Layers」「Chats」「Assets」。それぞれに検索ボックス、「All」と「Favorites」のフィルター、タグで絞り込むための「Filters」ドロップダウンがあります。

* Layers: キャンバス上のすべてのオブジェクトです。クリックして選択するか、右クリックして「Rename」「Duplicate」「Download as」「Use as reference」などを実行できます
* Chats: このファイル内の Copilot の会話です。1 つ開くとキャンバスの横のパネルに表示されるので、結果をそのままドラッグして取り出せます。参照 [Copilot から Canvas へドラッグ＆ドロップ](/docs/jp/hajimeni/copilot/copilot-to-canvas.md)
* Assets: ここにアップロードまたは生成されたすべての項目です。各カードには種類が表示され、音声の場合は長さも表示されます。下部の「Upload assets」から自分のファイルを追加できます。参照 [アセットをアップロード](/docs/jp/hajimeni/assets/upload-assets.md)

もっとスペースが必要なときは、右上のアイコンでパネルを折りたたみます。

### 右サイドバー

キャンバス上の何かを選択すると、右サイドバーが「Details」で開きます。

* Tools: 選択内容に対して実行できるものです。たとえば「Regenerate」「Create video」「Create model」「Use as reference」「Relight」「Camera angle」「Resize」などがあります。項目が多いときは検索できます
* Properties: それを生成したプロンプト、その種類、モデル、アスペクト比、寸法、サイズ、使用クレジット、作成日時です
* Upscale: 解像度を上げる
* Download: 形式を選んで保存するか、「Copy link」で共有します

このパネルはコンテキストに応じて変わるため、画像、動画、スケッチではそれぞれ該当するツールだけが表示されます。

これが Morphic でのサイドバーの使い方です。左側で見つけて、右側で操作します。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**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/sidebars.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.
