> 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/fr/form-management/form-designer/pages/page-navigator.md).

# Navigateur de pages

## 📖 Qu'est-ce que le page navigator

Le page navigator vous permet de laisser le Répondant naviguer à travers les pages de votre Sondage en utilisant des onglets ou des barres latérales affichées soit en haut du Sondage, soit à sa gauche ou à sa droite.&#x20;

![](/files/693fc209763d3446bb26db6b0633c8f922a0abe0)

![](/files/5b16ef599ca3c0f83e6f1222316a9372b12236b3)

En utilisant ces onglets ou la navigation latérale, les Répondants peuvent se rendre sur n’importe quelle page dans un ordre non spécifique.

## 🔅 Propriétés du page navigator

Vous pouvez définir les propriétés du page navigator depuis le [gestionnaire de pied de page](/fr/form-management/form-designer/footer-manager.md) page.

* **`Validate page on page change`** vérifie que toutes les Questions ont été répondues correctement avant de permettre au Répondant de passer à une autre page.
* **`Ignore invalid page on submit`** vous pouvez tout de même autoriser la soumission des réponses du Répondant même si celui-ci n’a pas visité des pages contenant des Questions obligatoires.
* **`Disable unvisited pages`** restreindra l’accès aux pages qui ont déjà été affichées au Répondant.


---

# 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/fr/form-management/form-designer/pages/page-navigator.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.
