> For the complete documentation index, see [llms.txt](https://data-voyager.gitbook.io/voyager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://data-voyager.gitbook.io/voyager/visualizing-data/filter.md).

# Filter

The filter panel shows dynamic query controls for filtering. You can open the filter panel by clicking the filter icon within a field pill, or by dragging the field to the filter area. You can adjust the minimum and maximum values of a quantitative field by using a slider, or you can type in your desired min or max value. Nominal fields are filtered by selecting desired values from an array of check boxes. Temporal fields are filtered using a slider that lets you adjust minimum and maximum values.

![](/files/-LDSOxuF2JmahZlsSain)


---

# 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:

```
GET https://data-voyager.gitbook.io/voyager/visualizing-data/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.
