# 畫布和面板

在 MetaSleuth 中，**畫布**是用戶可視化和分析區塊鏈數據的中央工作區。**面板**是提供與畫布上顯示項目相關的詳細信息和工具的附加部分。我們將其組織為四個部分：

1. [畫布](/zh_tw/shi-yong-shou-ce/canvas-and-panels/canvas.md): 畫布是可視化和分析區塊鏈數據的中央工作區，允許交互式操控節點和邊。
2. [地址面板](/zh_tw/shi-yong-shou-ce/canvas-and-panels/address-panel.md): 地址面板顯示特定地址的詳細信息，包括交易記錄和代幣持有量。
3. [邊緣面板](/zh_tw/shi-yong-shou-ce/canvas-and-panels/edge-panel.md): 邊緣面板顯示節點之間的連接，突出交易流向和關係。
4. [跨鏈跟蹤器面板](/zh_tw/shi-yong-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_tw/shi-yong-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.
