# 画布和面板

在MetaSleuth中，**画布**是用户可视化和分析区块链数据的中央工作区。**面板**是提供与画布上显示的项目相关的详细信息和工具的附加部分。我们将其组织为四个部分：

1. [画布](/zh_cn/yong-hu-shou-ce/canvas-and-panels/canvas.md): 画布是可视化和分析区块链数据的中央工作区，支持节点和边的互动操作。
2. [地址面板](/zh_cn/yong-hu-shou-ce/canvas-and-panels/address-panel.md): 地址面板显示特定地址的详细信息，包括交易历史和代币持有量。
3. [边面板](/zh_cn/yong-hu-shou-ce/canvas-and-panels/edge-panel.md): 边面板显示节点之间的连接，突出显示交易流和关系。
4. [跨链追踪面板](/zh_cn/yong-hu-shou-ce/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/zh_cn/yong-hu-shou-ce/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.
