# Filters

dd 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. Navigate to the datasets tab

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

1. Under each dataset, a list of filters will be displayed. To create a new filter, Click **+ Filter**.
2. Choose a field on which to filter your data. Filter values are defined by field data type (number, string, etc.).&#x20;

   <figure><img src="/files/F77n233rNDYifp0DdxAS" alt=""><figcaption></figcaption></figure>
3. Your filter is applied to your map as soon as you specify the field and value.
4. 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.


---

# 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.mobilitylab.co.nz/user-guide/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.
