# 'Include' & 'Exclude'

### How does 'Include' and 'Exclude' filters work?

{% tabs %}
{% tab title="Include" %}
The **Include** filter is used to **add more than one filter condition**.

***For example***, if you want to **filter two product titles**, "**Airbus Scale model**" and "**Airplane Painted Vintage**", among other product titles, you can apply this filter condition.&#x20;

When the filter is applied, the report will **filter out** all the product titles except "Airbus Scale model" and "Airplane Painted Vintage" and **displays** them.

![](/files/mrsChEyV9mj7K9fk7VPn)
{% endtab %}

{% tab title="Exclude" %}
The **Exclude** filter is used to **eliminate more than one filter condition**.

***For example,*** the **Exclude** filter condition will filter out "**Airbus Scale model**" and "**Airplane Painted Vintage**" and show the **remaining product titles**.

When the filter is applied, the report will **filter out** all the product titles except "Airbus Scale model" and "Airplane Painted Vintage" and **doesn't show** them.

![](/files/uqTgPIlQysciNzxL5AWa)
{% endtab %}
{% endtabs %}


---

# 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://docs.reportpundit.com/knowledge-base/report-creation/filters/include-and-exclude.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.
