> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/design-and-structure/components/filters.md).

# Filters

This UI component allows you to add a filter as a standalone building block and use it anywhere on a page. There is a [separate filter built-in](https://docs.jetadmin.io/user-guide/design-and-structure/filter) that is included on all tables.

{% hint style="warning" %}
The filter component is for single tables and is not for charts or for use with multiple UI components at once.
{% endhint %}

You can find filters in the UI building block library inside of the Builder.

<figure><img src="/files/z6CDH5HF1Wh1Gums3XQI" alt=""><figcaption></figcaption></figure>

After you place it on the canvas, there are a few steps to make it work:

#### 1. Bind to a component

Bind a filter to the UI component that you want to be filtered. For this, click on the "Bind to component" button **(1)** and choose the Ui component from the list **(2)**

<figure><img src="/files/IhTKlT0BAvLHhvhuN2sy" alt=""><figcaption></figcaption></figure>

#### 2. Create a filter

Then add a filter, choosing the field by which you want the data in the UI component to be filtered and the logical expression, for example "greater than."

<figure><img src="/files/7pmSybQzIzNiNYY8wqfN" alt=""><figcaption></figcaption></figure>

3\. Filter is ready

Now you can preview and test your filter. You can add multiple filters; in a one filter component, each filter will function with logical AND between them. This means that, in the example below, only records that have both a status of *Active* AND an *Enterprise* plan will be shown in the table. &#x20;

<figure><img src="/files/JRaPtoNZzFH88BiIBZRi" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.jetadmin.io/user-guide/design-and-structure/components/filters.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.
