# Emergency Access

*This feature is in Beta.*

Emergency Access (also known as "break-glass") provides a way to grant temporary elevated access during incidents or emergencies.

## When to Use

* **Production incidents** — An engineer needs temporary admin access to resolve an outage
* **Compliance investigations** — An auditor needs temporary access to review data
* **Urgent support** — A support agent needs elevated access to help a customer

## How It Works

1. Navigate to **Access Control > Emergency Access**
2. Click **Request Emergency Access**
3. Specify the reason, duration, and level of access needed
4. Access is granted immediately with automatic expiration
5. All actions during the emergency session are logged for audit

## Automatic Safeguards

* Access automatically expires after the specified duration
* All actions taken during emergency access are flagged in the audit log
* A notification is sent to administrators when emergency access is activated


---

# 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/emergency-access.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.
