> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/recommendations-and-merchandising_deprecated/recommendations/introduction/filters.md).

# Filters

After configuring the placement and product groups, you can, if desired, refine your recommendation results by adding filters.

Filters can be applied to each product block independently or to the entire recommendation.

You can then tailor the results of the blocks or the recommendation based on criteria such as category, price, size, and more.

![](/files/cmlngXaoYVrPAJQ0cLSh)

*ex: the filter is applied to the Test 1 block, allowing the results of this block to be filtered based on product price. In this case, Block 1 should only display products priced below €16.*

![](/files/s3yP2g63AjaRWiJXdcFG)

You also have the option to combine filters using the "OR" button.

Alternatively, you can make the filter dynamic by assigning it the variable used by the algorithm.

For more information about filters, you can visit the page: [Most popular filters](/recommendations-and-merchandising_deprecated/recommendations/introduction/most-popular-recommendation-filters.md).

Explore the other configuration elements for web recommendations:

* [Placement](/recommendations-and-merchandising_deprecated/recommendations/introduction/placement.md)
* [Products groups](/recommendations-and-merchandising_deprecated/recommendations/introduction/products-groups.md)
* [Products highlight](/recommendations-and-merchandising_deprecated/recommendations/introduction-1/products-highlights.md)
* [Exceptions](/recommendations-and-merchandising_deprecated/recommendations/introduction/exceptions.md)
* [Options](/recommendations-and-merchandising_deprecated/recommendations/introduction/options.md)

Don't forget to save your configuration. You can also preview the result by clicking on the ‘preview’ button in the top right-hand corner.


---

# 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.abtasty.com/recommendations-and-merchandising_deprecated/recommendations/introduction/filters.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.
