> 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/de/benutzerhandbuch/canvas-and-panels.md).

# Leinwand und Tafeln

In MetaSleuth dient die **Leinwand** als zentraler Arbeitsbereich, in dem Benutzer Blockchain-Daten visualisieren und analysieren können. **Panels** sind zusätzliche Abschnitte, die detaillierte Informationen und Werkzeuge zu den auf der Leinwand angezeigten Elementen bereitstellen. Wir organisieren es in vier Abschnitte:

1. [Leinwand](/de/benutzerhandbuch/canvas-and-panels/canvas.md): Die Leinwand ist der zentrale Arbeitsbereich zur Visualisierung und Analyse von Blockchain-Daten und ermöglicht die interaktive Manipulation von Knoten und Kanten.
2. [Adress-Panel](/de/benutzerhandbuch/canvas-and-panels/address-panel.md): Das Adress-Panel zeigt detaillierte Informationen zu spezifischen Adressen, einschließlich Transaktionshistorie und Token-Beständen.
3. [Kanten-Panel](/de/benutzerhandbuch/canvas-and-panels/edge-panel.md): Das Kanten-Panel zeigt die Verbindungen zwischen Knoten und hebt Transaktionsströme und Beziehungen hervor.
4. [InterChain Tracker Panel](/de/benutzerhandbuch/canvas-and-panels/interchain-tracker-panel.md): Das InterChain Tracker Panel überwacht kettenübergreifende Transaktionen und ermöglicht es Benutzern, die Bewegung von Vermögenswerten zwischen verschiedenen Blockchain-Netzwerken nachzuverfolgen.


---

# 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:

```
GET https://docs.metasleuth.io/de/benutzerhandbuch/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.
