> For the complete documentation index, see [llms.txt](https://docs.colect.io/user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.colect.io/user/sales-app-variants/sales-app/collections/product-list.md).

# Product List

## What Is A Product List Page

A Product List Page displays all items within a selected collection. You can refine this overview by applying [filters](/user/sales-app-variants/sales-app/collections/filtering.md) to tailor the results. From this page, you can also mark items as [favorites](/user/sales-app-variants/sales-app/collections/product-detail/favorites.md) or add them directly to your cart. &#x20;

## How To Go To A Product List Page

From the home screen, select the collection you want to explore and tap **“Show Collection.”**

You’ll first see the top-level categories, such as **“Men”** or **“Women,”** depending on how your app is configured. Next, choose a subcategory within that collection, like **“Accessories,” “Bags,”** or **“Denim.”**

Selecting a category will take you directly to its Product List Page.

<figure><img src="https://413924083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ3lPzgynq0SqqA2HzX8o%2Fuploads%2FTJrDBgY8kn8frCCOERFA%2Fimage.png?alt=media&amp;token=60f15289-a800-4e4a-ba00-c078e094bf70" alt=""><figcaption><p>Product List Page of Men's T-Shirts</p></figcaption></figure>

## Customizing Your Product List Page&#x20;

There are two ways to alter or customize your Product List Page: using the side menu, or using [filtering](/user/sales-app-variants/sales-app/collections/filtering.md).

### **Using The Tabs Menu**

While viewing a collection, swipe from the left edge of your screen to open the side menu. This menu displays preset filter groups such as **“Fit,” “Gender,”** and **“Product Group.”**

Tap any option to instantly update the Product List Page based on your selection. These options reflect the standard filter groups configured by your company administrator.

<figure><img src="https://413924083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ3lPzgynq0SqqA2HzX8o%2Fuploads%2FS0iXgWC8upwvzZaLfy87%2Fimage.png?alt=media&amp;token=03d808d9-06f7-4850-9f48-2eba416fe082" alt=""><figcaption><p>Tabs Menu with FIlter Options</p></figcaption></figure>

&#x20;


---

# 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://docs.colect.io/user/sales-app-variants/sales-app/collections/product-list.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.
