> For the complete documentation index, see [llms.txt](https://docs.apono.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apono.io/docs/access-flows/creating-access-flows-in-apono.md).

# 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): Learn about access duration, granting periods, and requiring requestors to specify how long they need access
- [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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
