> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/listenansicht/navigation-paging.md).

# Navigation (Paging)

Both in the list view and in the tree view, the user can determine the number of list elements to be loaded. This allows, for example, on a mobile device a low number to be set in order to achieve good performance. The user can then navigate forward or backward based on the set number of list elements to display additional data.

## Operating Navigation

The amount of data is set in the list view via the button with the numbering [6 (List View)](/june5-3.7/en/webanwendung/listenansicht.md). A selection of six options is offered *(5, 10 default, 25, 50, 100, 500).* After selection, the number of list entries is updated.


---

# 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:

```
GET https://docs.videc.de/june5-3.7/en/webanwendung/listenansicht/navigation-paging.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.
