# Looping Pipes

Using looping pipe you can customize each of your looping page with a piece text that will only be visible on that page.

In our previous example of shop selection we can see that ngSurvey pre-generates a default pipe loop for us.

<figure><img src="/files/QFLBTUmgHAKQlyzTiqQO" alt=""><figcaption></figcaption></figure>

To use the output of the looping pipe we can use ngSurvey [piping](/form-management/form-designer/piping.md) features anywhere in our questions or answers labels.

<div><figure><img src="/files/LkSjpxiyFrhIzNNcPVbM" alt=""><figcaption></figcaption></figure> <figure><img src="/files/p6kRaaEdnzb5r9r3srig" alt=""><figcaption></figcaption></figure></div>

The piping loop tag will be replaced dynamically based on the current loop page. As such if the respondent is in the "Cotsco" shop loop it will replace the tag by the Cotsco shop name.

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

If you want to add additional piping loops you can use the ![](/files/qidoWIRo2fCJ8nmUcPOh)icon to add your own entries for each loop. This allows you full customization of each of your looping page with your own custom text.

{% hint style="info" %}
If you are running multi-language surveys you can translate each piping loop after having selected your edition language in your survey.
{% endhint %}


---

# 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.ngsurvey.com/form-management/form-designer/pages/page-looping/looping-pipes.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.
