# Entitlements Overview

The Entitlements page shows what your current user session has access to, including roles, permissions, organization memberships, and feature flags.

## What's Displayed

### Your Roles

The roles assigned to your account (e.g., Owner, Admin, Manager, Member).

### Organization Access

Which organizations you belong to and your role in each.

### Accessible Applications

Applications you have access to, either directly or through your organization membership.

### Feature Flags

Feature entitlements active for your session, showing which features are enabled or disabled for you.

### Session Claims

Technical details about your authentication session, useful for debugging access issues.

## Why This Matters

If a user reports they can't access something, check their entitlements to see:

* Do they have the required role?
* Are they in the right organization?
* Is the feature flag enabled for them?


---

# 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://accessiq.gitbook.io/accessiq-docs/dashboard/entitlements.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.
