> For the complete documentation index, see [llms.txt](https://docs.balkan.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.balkan.id/getting-started/entitlement-data-discovery/working-with-filters.md).

# Working with filters

## Introduction <a href="#introduction" id="introduction"></a>

Filters allow users to drill down and find the specific identities and entitlements they are looking for. From there, they can perform various operations like downloading the data as a .PDF or .CSV file and creating an access review based on these filters.

Filters are available with every data table on the application. Each table has it's own set of filters associated with the data being displayed and varies from table to table. Each filter field is intuitive and can be used together to perform actions and explore data productively.&#x20;

## &#x20;<a href="#h_01hpej6v8hgarbq5jz7amx3kvh" id="h_01hpej6v8hgarbq5jz7amx3kvh"></a>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.balkan.id/getting-started/entitlement-data-discovery/working-with-filters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
