# キャンバスとパネル

MetaSleuthでは、**キャンバス**がユーザーがブロックチェーンデータを視覚化し分析するための中心的な作業空間として機能します。**パネル**は、キャンバス上に表示される項目に関連する詳細情報やツールを提供する追加セクションです。これを4つのセクションに整理しています：

1. [キャンバス](/ja/yzmanyuaru/canvas-and-panels/canvas.md): キャンバスはブロックチェーンデータを視覚化して分析するための中心的な作業空間で、ノードとエッジのインタラクティブな操作が可能です。
2. [アドレスパネル](/ja/yzmanyuaru/canvas-and-panels/address-panel.md): アドレスパネルは、特定のアドレスに関する詳細情報を表示し、トランザクション履歴やトークン保有状況を含みます。
3. [エッジパネル](/ja/yzmanyuaru/canvas-and-panels/edge-panel.md): エッジパネルはノード間の接続を表示し、トランザクションフローと関係性を強調します。
4. [インターチェイントラッカーパネル](/ja/yzmanyuaru/canvas-and-panels/interchain-tracker-panel.md): インターチェイントラッカーパネルはクロスチェーントランザクションを監視し、異なるブロックチェーンネットワーク間の資産移動を追跡できるようにします。


---

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