# Adding filters

Filters allow users to **narrow their search according to their specific requirements**. Simply add an additional column on the right of your csv file, after 'Notes' column. Filters are **optional**.

{% hint style="success" %}
You can add multiple filters by adding additional columns as needed.&#x20;
{% endhint %}

## Set up on your csv file as follows

{% hint style="info" %}
Do note that the name of your column (in the e.g. below "Seating Type") will determine the name of your filter.&#x20;
{% endhint %}

<figure><img src="/files/5eFoJJJGV1JJRSGM8K1K" alt=""><figcaption></figcaption></figure>

| Column name (Filter name) | Description                                                                                                                                                                                                                             | Example                                     |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| Seating Type              | <p>The column name will be the Filter Name. <br><br>Enter the filter values for each location in the corresponding fields in this column. <br><br>For points with multiple values under a single filter, separate them with commas.</p> | Indoor Seating, Outdoor seating, No seating |

## How it looks like on Maps

After setting up your csv file, upload it to Maps and preview your locations mapped out accordingly in draft mode.&#x20;

Filters will appear right below the search bar.&#x20;

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

Users can click on each filter and interact with the dropdown menu to search for specific locations within their requirement.

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


---

# 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://guide.maps.gov.sg/creating-your-map/setting-up-your-csv-file/adding-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.
