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

# Pages Navigator

## 📖 What is the pages navigator

The page navigator allows you to let the respondent navigate through your survey pages using tabs or side bars that are displayed on either on the top of the survey or on the left or right of it.&#x20;

![](/files/-MBrEvvJ-d8dYc_PcUGD)

![](/files/-MOB8FXVhHVt8Q_DJ5Jl)

Using these tabs or using the side navigation respondents can go to any pages in no particular order.

## 🔅 Pages navigator properties

You may set the page navigator properties from the [footer manager](/form-management/form-designer/footer-manager.md) page.

* **`Validate page on page change`** checks that all questions have been answered correctly before letting the respondent switch to another page.
* **`Ignore invalid page on submit`** you can still allow the submit of respondent's answers even if the respondent did not visit pages that had required questions on them.
* **`Disable unvisited pages`** will restrict access to the pages that were already displayed to the respondent.


---

# 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/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.
