# Set up Filters for the collection pages

You can implement filters on your online store to allow customers to refine the products displayed on collection pages.

For instance, a watch store might set up filters for brand name, price range, dial size, and water resistance level.

In Opulent, there are two types of filters:

1. Storefront filters
2. Filters based on custom tags

To enable filtering, navigate to Collection template > Product listing section, and locate the settings for Sorting and Filtering.

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


---

# 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://4sh-templates.gitbook.io/opulent-os2.0/faqs/set-up-filters-for-the-collection-pages.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.
