# Create Chart Filter

1. Enter edit mode of the dashboard and click the setting icon of the chart

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

2. Click the "Filter" tab on the Visualization Setting

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

3. Click add filter and enter your condition. Here we add a filter to see only city names that begins with "D". Then ""Create

<figure><img src="/files/1EljeG5tUBmnsUiYe1Vo" alt=""><figcaption></figcaption></figure>

4. Great. Now, we only see Des Moines. Also notice that we have a page filter and a chart filter in place at the same time because of [inheritance](/documentation/features/dashboard/mastering-dashboard-filters.md#how-inheritance-works).

<figure><img src="/files/GGtXXlt2WzwA2qzP2N6Y" 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://docs.smaq.io/documentation/features/dashboard/mastering-dashboard-filters/create-chart-filter.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.
