> 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-discovery.md).

# Entitlement Discovery

The Entitlement Discovery section provides essential guidance for configuring entitlement management. It includes discovering entitlements across various domains—applications, connections, resources, and identities—to ensure comprehensive visibility and control. Additionally, it covers how to work with filters to refine data and perform impact analysis to assess the effects of changes on access and security.

* [Entitlements Discovery](/getting-started/entitlement-discovery/entitlements-discovery.md)
* [Applications Entitlements Discovery](/getting-started/entitlement-discovery/applications-entitlements-discovery.md)
* [Connection Entitlement Discovery](/getting-started/entitlement-discovery/connection-entitlement-discovery.md)
* [Resource Entitlement Discovery](/getting-started/entitlement-discovery/resource-entitlement-discovery.md)
* [Identities Entitlements Discovery](/getting-started/entitlement-discovery/identities-entitlements-discovery.md)
* [Working with Filters](/getting-started/entitlement-discovery/working-with-filters.md)
* [Impact Analysis](/getting-started/entitlement-discovery/impact-analysis.md)


---

# 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-discovery.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.
