> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/form-management/flow-logik-graph.md).

# Flow-Logik-Graph

Das Flow-Logic-Diagramm bietet Ihnen einen schnellen Überblick über alle Verzweigungsregeln, die Sie auf Ihren Seiten oder Fragen definiert haben. Mit dem Flow-Logic-Diagramm können Sie leicht neue Verzweigungspfade festlegen und insgesamt sehen, wohin Ihr Befragter beim Beantworten Ihres Fragebogens gelangen würde.

<figure><img src="/files/927a15ffb500261d20d44915e1ab03b3c5c3e9bb" alt=""><figcaption></figcaption></figure>

Das Flow-Logic-Diagramm besteht aus 2 Modulen

1. [Seitenverzweigung](/de/form-management/flow-logik-graph/seiten-verzweigungslogik-diagramm.md)
2. [Question branching](/de/form-management/flow-logik-graph/frage-verzweigungslogik-diagramm.md)

## Graph properties

Dank der Diagramm-Symbolleiste können Sie die Eigenschaften Ihres Diagramms konfigurieren, das Diagramm horizontal oder vertikal drehen, das Diagramm an den Bildschirm anpassen oder nur die Elemente anzeigen, die in Ihrer Umfrage aktiviert sind.&#x20;

<figure><img src="/files/9081f2d0567b5e10baa22d15897d11ba59049f3c" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Mit dem Mausrad können Sie hinein- und herauszoomen, damit Sie das gesamte Diagramm betrachten können, wenn Ihre Umfrage aus vielen Seiten mit zahlreichen Verzweigungspfaden besteht.&#x20;
{% endhint %}


---

# 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.ngsurvey.com/de/form-management/flow-logik-graph.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.
