> 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/canvas/customize-your-canvas.md).

# Passen Sie Ihre Leinwand an

Das Werkzeugkasten zur Bearbeitungsfunktionalität bietet die Möglichkeit, das Erscheinungsbild von Knoten, Kanten und Memos zu bearbeiten. Wenn Sie eine Leinwand öffnen, wird standardmäßig ein Knotenform-Editor angezeigt. Sie können ihn in ein Leinwand-Diagramm minimieren und frei herumziehen, um sich mehr Platz für die Analyse zu schaffen.

<figure><img src="/files/SjGkbMTv4MVyX0sI8gLe" alt="" width="563"><figcaption></figcaption></figure>

Das Klicken auf einen Adressknoten öffnet den zugehörigen Form-Editor, mit dem Sie die Form, die Textfarbe und die Knotenfarbe bearbeiten können.

<figure><img src="/files/xpKQCkULu5wHpsw5m2Kf" alt="" width="375"><figcaption></figcaption></figure>

Sie können durch das Halten von Shift/Ctrl (Befehl) und Klicken auf Knoten mehrere Adressen auswählen und sie im Batch bearbeiten.

<figure><img src="/files/wy0jGOLc3iV4GnryBfxb" alt="" width="269"><figcaption></figcaption></figure>

Zusätzlich können Sie jede Kante auf der Leinwand auswählen, um sie zu bearbeiten, indem Sie den Linientyp, die Breite und die Farbe anpassen.

<figure><img src="/files/NQTa1N9NGtBczE7IBCbw" alt="" width="563"><figcaption></figcaption></figure>

Indem Sie ein Memo auswählen, können Sie die Schriftgröße, Farbe, Formatierung und Hintergrundfarbe des Textes bearbeiten.

<figure><img src="/files/7QKxXTbhWS1fQoboYrr0" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/de/benutzerhandbuch/canvas-and-panels/canvas/customize-your-canvas.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.
