# Access Requests & Approvals

*This feature is in Beta.*

Access Requests allow users to request access to resources, roles, or organizations through a managed workflow instead of having an admin manually assign everything.

## How It Works

1. A user submits an access request specifying what they need
2. The request is routed to the appropriate approver
3. The approver reviews and approves or denies the request
4. If approved, access is automatically granted

## Managing Requests

Navigate to **Access Control > Access Requests** to see all pending, approved, and denied requests.

## Approval Workflows

Configure who can approve requests under **Access Control > Approval Workflows**. You can set up:

* Single-level approval (one approver)
* Multi-level approval (requires multiple approvers)
* Auto-approval for specific request types


---

# 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/roles-and-access-control/access-requests.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.
