# Pagination

Pagination settings should be determined in the theme settings - this is so that the style is consistent across the website - it is also so that this logic is standardised and is not done for each project - the options are:

* Load More - a single button that, on click, loads more products
* Next/Previous/Numbers
* Infinite scroll - we never recommended this to clients, so this is not an option.

{% tabs %}
{% tab title="Button Settings" %}

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

{% endtab %}

{% tab title="Load more" %}

<figure><img src="/files/Df9kdR8vgCZEPhsyQYTo" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Number option" %}

<figure><img src="/files/JmlQdKwdUWREvjHJiay8" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Number vs Icon" %}

<figure><img src="/files/Q4mmjpfF9x6gWfvxHRQM" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.almond.studio/collections/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.
