# Pagination

The Pagination feature allows you to navigate through large datasets across Udara360 without scrolling through lengthy lists. It is available on all pages that display tabular data, including Accounts, Postings, Reports, and Role Management. This guide will help you understand and use the pagination controls effectively.

### **Accessing Pagination**

Pagination is automatically applied on any page that displays large datasets. When the number of records exceeds the default page limit, the system divides the data into multiple pages and displays the pagination controls at the bottom of the table.

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

The bottom left of every paginated table shows a summary of your current view.&#x20;

### **Pagination Controls**

At the bottom right of every paginated table, you will find the following controls:

* Click a specific **page number** to jump directly to that page
* Click the **Previous (‹)** button to go back one page
* Click the **Next (›)** button to move forward one page
* **Ellipsis (...)** indicates additional pages beyond the visible range

### **Adjusting the Number of Entries Per Page**

The **Show** dropdown at the top left of every paginated table allows you to control how many records appear on each page. The following options are available; 10, 25, 50, and 100 entries per page.

1. Locate the **Show** dropdown at the top left of the table
2. Click the dropdown and select your preferred number of entries
3. The table will refresh automatically displaying the updated number of entries

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

{% hint style="info" %}
This feature is beneficial when viewing more data on one page, reducing the need to navigate multiple pages.
{% endhint %}


---

# 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.udara360.io/getting-started/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.
