# Canvas and Panels

In MetaSleuth, the **Canvas** serves as the central workspace where users can visualize and analyze blockchain data. **Panels** are additional sections that provide detailed information and tools related to the items displayed on the Canvas. We organize it into four sections:

1. [Canvas](/user-manual/canvas-and-panels/canvas.md): The Canvas is the central workspace for visualizing and analyzing blockchain data, enabling interactive manipulation of nodes and edges.
2. [Address Panel](/user-manual/canvas-and-panels/address-panel.md): The Address Panel shows detailed information about specific addresses, including transaction history and token holdings.
3. [Edge Panel](/user-manual/canvas-and-panels/edge-panel.md): The Edge Panel displays the connections between nodes, highlighting transaction flows and relationships.
4. [InterChain Tracker Panel](/user-manual/canvas-and-panels/interchain-tracker-panel.md): The InterChain Tracker Panel monitors cross-chain transactions, allowing users to trace asset movement between different blockchain networks.


---

# 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/user-manual/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.
