# Searching/Filtering Products

### How do I add a filter for product search?

You can filter the product list to show only the ones you want. This is useful if you have many products on your store and are finding it difficult to locate a particular one.

Filters provide a powerful way of finding the product you want. Even if you have thousands of products listed, you can apply a few filters and quickly narrow down the product list to a manageable size.

To set a filter:

1. Go to **Manage > Products > List All Products.**
2. Locate and click the **Sort** button near the top of your screen, to the left on the products section
3. You will then be faced with a menu with a list of all the possible filters you can apply to the products
4. Simply click the box next to the filter you wish to apply, and the list of products will filter to your choice.

You will then see a list of all the products you have that satisfy the filters you set.

### How do I search for a particular product?

To search for a particular product simply type the name of the product you wish to find in your search bar at the top of your Control Panel.


---

# 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.freewebstore.com/manage/products/your-products/searching-filtering-products.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.
