> For the complete documentation index, see [llms.txt](https://docs.metasleuth.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metasleuth.io/ja/yzmanyuaru/canvas-and-panels/canvas/customize-your-canvas.md).

# キャンバスをカスタマイズする

外観編集ツールボックスは、ノード、エッジ、およびメモの外観を編集する機能を提供します。キャンバスを開くと、最初はデフォルトでノード形状エディターが表示されます。これをキャンバスチャートに最小化して自由にドラッグすることで、分析用のスペースをより多く確保できます。

<figure><img src="/files/PMHs85U6b5LcB9xI6yTL" alt="キャンバスの初期設定" width="563"><figcaption></figcaption></figure>

アドレスノードをクリックすると、そのノードに関連する形状エディターが開き、形状、テキスト色、ノード色を編集できます。

<figure><img src="/files/rMNGI5cwT8THa2IVoFox" alt="ノード形状エディターの例" width="375"><figcaption></figcaption></figure>

Ctrl（Command）を押しながら複数のノードをクリックして選択することで、アドレスの一括編集を行うことができます。

<figure><img src="/files/xF1lmE0YRAZNtGMiIgJv" alt="複数ノードの一括選択" width="269"><figcaption></figcaption></figure>

さらに、キャンバス上のエッジを選択して編集し、幅、色を調整することも可能です。

<figure><img src="/files/99vGnilwvnkXIYUcMgzC" alt="エッジ編集オプション" width="563"><figcaption></figcaption></figure>

メモを選択することで、そのテキストのフォントサイズ、色、フォーマット、背景色を編集できます。

<figure><img src="/files/FFIkm13ni0ia02Sy7a57" alt="メモテキスト編集機能" width="563"><figcaption></figcaption></figure>


---

# 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://docs.metasleuth.io/ja/yzmanyuaru/canvas-and-panels/canvas/customize-your-canvas.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.
