# Filters

Add filters to your map to limit the data that is displayed. Filters must be based on the columns in your dataset.

To add a filter:

1. Select Filters from the right navigation bar. ![select filters](https://d1a3f4spazzrp4.cloudfront.net/kepler.gl/documentation/image1.png)
2. The Filters panel displays the list of existing filters, color-coded by dataset. To create a new filter, Click **Add Filter**.
3. Choose a dataset, and then a field on which to filter your data. Filter values are defined by field data type (number, string, timestamp, etc.). ![choose a dataset](https://d1a3f4spazzrp4.cloudfront.net/kepler.gl/documentation/image29.png)
4. Your filter is applied to your map as soon as you specify the field and value.
5. Delete a filter anytime by clicking the **trashcan** to the right of the filter you wish to delete.

**Note**: filters apply to all layers in the same dataset on your map.

[Back to table of contents](/docs/user-guides.md)


---

# 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.kepler.gl/docs/user-guides/e-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.
