> For the complete documentation index, see [llms.txt](https://bluurdoc.bluur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluurdoc.bluur.ai/en/functions/working-with-a-document/page-navigation.md).

# Page navigation

In the document view, there are tools for navigating between pages and changing the display mode.

<figure><img src="/files/eddc2615dfee62a7324dfc5cd0eb334b00768c19" alt="Panel nawigacji po stronach z przyciskami przechodzenia między stronami i zmiany trybu wyświetlania."><figcaption><p>Tools for navigating between pages and changing the way the document is displayed.</p></figcaption></figure>

## **Page navigation**

The navigation panel is located at the top of the document view.

Use the outermost arrows to go to the first or last page of the document. The arrows next to the page number let you move one page forward or backward.

To go directly to a selected page, click the page number field, enter the correct number, and confirm your choice.

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

## **Multiple page display**

The document can be displayed as a single page or in multi-page view. In multi-page view, consecutive pages are presented vertically, and you can use the mouse wheel to move through the document.

You can zoom in and out of the preview using the shortcut **Ctrl + mouse wheel**. To go to a selected page faster, expand the page list next to it and choose the appropriate item.

<figure><img src="/files/77aadc017c70f733eb8e1e764800a50249601581" alt="Wielostronicowy podgląd stron do anonimizacji."><figcaption><p>Multi-page view of the document.</p></figcaption></figure>

## **Page preview**

On the right side of the screen, there is a collapsible preview of the document pages. Click the selected thumbnail to go directly to the corresponding page without scrolling through the entire file.

<figure><img src="/files/7067c85d51cfac37eed406bc1b1abb1528afd609" alt="Rozwinięty panel z miniaturami stron dokumentu."><figcaption><p>Page preview allowing quick access to a selected part of the document.</p></figcaption></figure>


---

# 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://bluurdoc.bluur.ai/en/functions/working-with-a-document/page-navigation.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.
