> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/filter-setup/add-and-configure-filters.md).

# Add and Configure Filters

Filters are based on the fields of the object configured in the List Configurator. Users can apply various conditions (e.g., Equals, Contains, Greater Than, Less Than) to display only the desired data. By combining multiple filters, users can create complex search criteria.

***

### :small\_orange\_diamond: Steps to Add a Filter

1\. Click the **Add Filters** button.

<figure><img src="/files/kGKNJise4MiPjOclDDHd" alt="" width="338"><figcaption><p>Filter Setup</p></figcaption></figure>

2\. In the field selection screen, select the field to add as a filter.

<figure><img src="/files/niB9LmTygSMpQ7lirKTP" alt="" width="563"><figcaption><p>Add Filters Modal</p></figcaption></figure>

3\. Click the **Add** button to include the filter in the List.

***

### :small\_orange\_diamond: Steps to Add Blank Space

To balance the number of filters per row, users can add blank spaces:

1\. Click the **Add Blank Space** button.

<figure><img src="/files/7qp7Wo6Nv1QOJcdKPwDq" alt="" width="296"><figcaption><p>Filter Setup</p></figcaption></figure>

***

### :small\_orange\_diamond: Steps to Edit a Filter

1\. In the **Filter Setup** screen, click the **edit icon** for the filter you wish to modify.

<figure><img src="/files/ehgGNzis3JDEEWhJJ8ll" alt="" width="337"><figcaption><p>Filter Setup</p></figcaption></figure>

2\. Configure the filter settings. If the filter type is text, number or lookup, additional options will be available.\
[Learn more about editing filter types >](/smallbuilder-lists/builder-setup-steps/filter-setup/add-and-configure-filters/filter-editing-by-type.md)

3\. Click the **Save** button to save the filter.


---

# 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://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/filter-setup/add-and-configure-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.
