> 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/zh_cn/yong-hu-shou-ce/canvas-and-panels.md).

# 画布和面板

在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
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/zh_cn/yong-hu-shou-ce/canvas-and-panels.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.
