> For the complete documentation index, see [llms.txt](https://wedesignthemes.gitbook.io/ai-max-ai-games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wedesignthemes.gitbook.io/ai-max-ai-games/~/changes/270/filters/paginations.md).

# Paginations

Pagination helps organize large collections or search results by dividing them into multiple pages, making it easier for customers to navigate and improving page load times. There are three main types of pagination you can enable on your Shopify store:

### **Types of Pagination**

1. **Infinite Scroll**: Automatically loads more products as the customer scrolls down the page.
   * Ideal for a seamless user experience without clicking through multiple pages.
2. **Number Pagination**: Displays numbered links (e.g., "1, 2, 3...") allowing customers to navigate through product pages.
3. **Load More Button**: Replaces traditional numbered pagination with a **"Load More"** button.
   * Clicking the button dynamically loads additional products without changing the page.

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

### **How to Enable Pagination in Shopify**

* **Go to Shopify Admin**: From your Shopify admin, navigate to **Online Store** > **Themes**.
* **Customize Theme**: Select **Customize** next to your current theme to open the theme editor.
* **Navigate to Default Collection**: In the theme editor, go to **Default Collection** or any other collection page where you want to enable pagination.
* **Product Grid**: Look for the **Product Grid** section, which controls how products are displayed.
* Check for pagination settings in this section and choose from the available options: **Number Pagination**, **Load More**, or **Infinite Scroll**.
* **Save Changes**: After adjusting the pagination settings, make sure to **Save** your changes.

### **Additional Notes**

* **Theme Customization**: Not all themes support all types of pagination. If your theme does not support a certain type, you may need to use third-party apps or custom code to enable it.
* **Responsive Design**: Ensure that pagination (especially infinite scroll or load more) works well on mobile devices to provide a smooth browsing experience.


---

# 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://wedesignthemes.gitbook.io/ai-max-ai-games/~/changes/270/filters/paginations.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.
