# How to configure Filter condition

This page will help to set conditional logic for filters (Filters are displayed above the cards)

{% hint style="warning" %}
This feature is available only in paid plans.
{% endhint %}

Filters by default filter the cards based on 'OR' condition of the selected filters. But for a few use cases, you may need an 'AND' condition. For example, if you want to filter cards that has both 'Filter Attribute 1' and 'Filter Attribute 2', that is considered as 'AND' condition.

Please follow the below steps if you want to use specific Filter condition.

1. Goto your Google spreadsheet
2. Goto 'DONT EDIT' sheet. In Column A, if you see "Filter Condition", ignore Step 3 and move to Step 4.
3. In the 'DONT EDIT' sheet, add a new cell after the existing entries in Column A as - "Filter Condition" (without quotes)&#x20;
4. Now goto "OtherSettings" sheet and you should see a row as "Filter Condition"&#x20;
5. Against the "Filter Condition" , enter the condition in Column B as "AND" (without quotes). If you want "OR", just enter "OR" but OR is anyway the default functionality.
6. Now goto the "live test' link of the project, refresh the page and check for the filter functionality.

{% hint style="info" %}
Note: The default option for Filters is 'OR' condition.
{% endhint %}


---

# 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.siteoly.com/advanced/how-to-configure-filter-condition.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.
