# Create Access Flows

- [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


---

# 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/creating-access-flows-in-apono.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.
