# Filters and sorting

{% hint style="danger" %} <mark style="color:red;">Theme retirement</mark> Ira is no longer available on the Shopify theme store. **Theme support and updates for current users will end after May 18, 2024**. [Learn more here](https://github.com/fluorescent/kb-ira/blob/main/collection-pages/readme/theme-retirement.md).
{% endhint %}

Let customers discover products quickly by filtering your products by availability, price, type, vendor, and your variant options.

Customers can also use Shopify's sort function to list products by name, price, date, and more.

{% hint style="success" %} <mark style="color:green;">**Shopify**</mark> | Sorting and filtering products are Shopify features. The theme provides the style of the filter options on collection pages, including features like product swatches. You can add custom filters with Shopify's [Search & Discovery app](https://apps.shopify.com/search-and-discovery). See Shopify's [App guide](https://help.shopify.com/en/manual/online-store/search-and-discovery) to learn more.
{% endhint %}

### Settings reference

In the collections template, click **Product grid** to find the following settings.

**Filtering and sorting**

| Setting          | Description                                                                                |
| ---------------- | ------------------------------------------------------------------------------------------ |
| Enable sorting   | Allow customers to sort search results by relevance, title, or price.                      |
| Enable filtering | Allow customers to filter by product options, product type, price, availability, and more. |

<br>

***

> **Related links**\
> [Collections template](https://help.fluorescent.co/ira/collection-pages/collection-pages)\
> [Product grid](https://help.fluorescent.co/ira/collection-pages/product-grid)\
> [Banner](https://help.fluorescent.co/ira/collection-pages/banner)


---

# 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://help.fluorescent.co/ira/collection-pages/filters-and-sorting.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.
