# Pagination

The Pagination element is used to provides a way for users to navigate through these pages and access the content by page number.

## Properties

**Page**: Indicates the current page that the user is on.

**Page Size**: Indicates the number of items displayed on each page.

**Pager count**: number of pagers. Pagination collapses when the total page count exceeds this value

**Total Pages**: Indicates the total number of pages available for the content.

See [Tooltip](/app-builder/app-construction/elements/tooltip.md) for tooltip configurations.


---

# 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.acho.io/app-builder/app-construction/elements/web-elements/pagination.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.
