# ACCESS FLOWS

- [Access Clarity](https://docs.apono.io/docs/access-flows/access-clarity.md)
- [Access Flows](https://docs.apono.io/docs/access-flows/access-flows.md): Create and customize an access flow from the Apono UI
- [What are Access Flows?](https://docs.apono.io/docs/access-flows/access-flows/what-are-access-flows.md): Transform your access management with access flows
- [Create Access Flows](https://docs.apono.io/docs/access-flows/creating-access-flows-in-apono.md)
- [Self Serve Access Flows](https://docs.apono.io/docs/access-flows/creating-access-flows-in-apono/self-serve-access-flows.md): Create automated access policies for users to request access self-serve
- [Automatic Access Flows](https://docs.apono.io/docs/access-flows/creating-access-flows-in-apono/automatic-access-flows.md): Automatic access flows automatically grant and revoke access to a resource based on user context.   This access flow type is best used for role-based access control (RBAC) and on-call shift baselines.
- [Access Duration](https://docs.apono.io/docs/access-flows/creating-access-flows-in-apono/access-duration.md): Require requestors to specify their desired access duration to ensure least privilege
- [Approval Escalation](https://docs.apono.io/docs/access-flows/creating-access-flows-in-apono/approval-escalation.md): Reduce approval delays by automatically escalating access requests to additional approvers
- [Manage Access Flows](https://docs.apono.io/docs/access-flows/manage-access-flows.md): Edit, delete, and perform other actions on existing access flows
- [Right Sizing](https://docs.apono.io/docs/access-flows/manage-access-flows/right-sizing.md): Ensure your access flows grant the least-privileged access to users
- [Revoke Access](https://docs.apono.io/docs/access-flows/revoking-access.md): How to automate access revocation to maintain least privilege for DevOps
- [Dynamic Access Management](https://docs.apono.io/docs/access-flows/dynamic-access-management.md): How to turn static access policies into dynamic Access Flows
- [Resource and Integration Owners](https://docs.apono.io/docs/access-flows/dynamic-access-management/resource-and-integration-owners.md): Learn about resource and integration owners
- [Common Use Cases](https://docs.apono.io/docs/access-flows/common-use-cases.md): How Apono helps with securing SLA, PII, Customer Data, Production Stability and Reliability, Break Glass and Panic Button
- [Ensuring SLA](https://docs.apono.io/docs/access-flows/common-use-cases/ensuring-sla.md): How to meet SLA (Service Level Agreements) with Apono
- [Protecting PII and Customer Data](https://docs.apono.io/docs/access-flows/common-use-cases/protecting-pii-and-customer-data.md): How to protect PII and keep customer data safe with Apono
- [Production Stability and Management](https://docs.apono.io/docs/access-flows/common-use-cases/production-stability-and-management.md): How to reduce risk of downtime and human error in Production environments with Apono
- [Break Glass Protocol](https://docs.apono.io/docs/access-flows/common-use-cases/break-glass-protocol.md): How to create a break-glass protocol with Apono Access Flows
- [Create Bundles](https://docs.apono.io/docs/access-flows/create-bundles.md): Learn how to group integrations, roles, resources, and access scopes together from the Apono UI
- [Manage Bundles](https://docs.apono.io/docs/access-flows/manage-bundles.md): View, edit, delete, and perform other actions on bundles


---

# 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://docs.apono.io/docs/access-flows.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.
