> 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/form-designer/pages/page-looping/looping-pipes.md).

# Looping Pipes

Mit dem Looping-Pipe können Sie jede Ihrer Looping-Seiten mit einem Textabschnitt anpassen, der nur auf dieser Seite sichtbar ist.

In unserem vorherigen Beispiel zur Laden-Auswahl sehen wir, dass ngSurvey für uns eine standardmäßige Pipe-Schleife vorab erzeugt.

<figure><img src="/files/06537631b63d15ea683de2b8bf03fa9145be8058" alt=""><figcaption></figcaption></figure>

Um die Ausgabe der Looping-Pipe zu verwenden, können wir ngSurvey [Piping](/de/form-management/form-designer/piping.md) Funktionen an beliebiger Stelle in den Fragetexten oder Antwortbezeichnungen verwenden.

<div><figure><img src="/files/7c53c525d1e5385971e42f5767d91fe219ccd5b5" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ca5eb00014ee31f91db7be0968ec73bba2258cbd" alt=""><figcaption></figcaption></figure></div>

Der Piping-Loop-Tag wird dynamisch basierend auf der aktuellen Loop-Seite ersetzt. Befindet sich der Befragte beispielsweise in der "Cotsco"-Shop-Schleife, ersetzt er den Tag durch den Namen des Cotsco-Shops.

<img src="/files/ffad025ac88fcf2fc1dac37b309beef686945a47" alt="" data-size="original"> &#x20;

Wenn Sie zusätzliche Piping-Loops hinzufügen möchten, können Sie das ![](/files/8aa55b7115694bd62b3363b3cd59fb61565da4c3)Symbol verwenden, um eigene Einträge für jede Schleife hinzuzufügen. Dadurch können Sie jede Ihrer Looping-Seiten vollständig mit eigenem Text individuell anpassen.

{% hint style="info" %}
Wenn Sie mehrsprachige Umfragen durchführen, können Sie jeden Piping-Loop übersetzen, nachdem Sie die Ausgabesprache in Ihrer Umfrage ausgewählt haben.
{% 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/form-designer/pages/page-looping/looping-pipes.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.
