> For the complete documentation index, see [llms.txt](https://docs.balkan.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.balkan.id/lifecycle-management.md).

# Lifecycle management

- [Access requests](https://docs.balkan.id/lifecycle-management/access-requests.md)
- [New user access request](https://docs.balkan.id/lifecycle-management/access-requests/new-user-access-request.md)
- [New service account access request](https://docs.balkan.id/lifecycle-management/access-requests/new-service-account-access-request.md)
- [New identity access request](https://docs.balkan.id/lifecycle-management/access-requests/new-identity-access-request.md)
- [New connection access request](https://docs.balkan.id/lifecycle-management/access-requests/new-connection-access-request.md)
- [New resource access request](https://docs.balkan.id/lifecycle-management/access-requests/new-resource-access-request.md)
- [New SCIM access request](https://docs.balkan.id/lifecycle-management/access-requests/new-scim-access-request.md)
- [JITPBAC](https://docs.balkan.id/lifecycle-management/jitpbac.md)
- [Purposes](https://docs.balkan.id/lifecycle-management/jitpbac/purposes.md): Understand the creation, assignment, and management of Purposes for secure access control.
- [Create purpose](https://docs.balkan.id/lifecycle-management/jitpbac/purposes/create-purpose.md): Follow the instructions below to define and setup JIT Purposes for your organization in BalkanID.
- [Edit purpose](https://docs.balkan.id/lifecycle-management/jitpbac/purposes/edit-purpose.md): This document explains how to edit a purpose.
- [Delete purpose](https://docs.balkan.id/lifecycle-management/jitpbac/purposes/delete-purpose.md): This document explains how to delete a purpose.
- [Filtering purposes](https://docs.balkan.id/lifecycle-management/jitpbac/purposes/filtering-purposes.md): This document explains how to filter purposes to easily locate specific ones from a list.
- [Create user-purpose access request](https://docs.balkan.id/lifecycle-management/jitpbac/purposes/create-user-purpose-access-request.md): This document explains the various ways to create an user-purpose access request.
- [Creating a request through the web application](https://docs.balkan.id/lifecycle-management/jitpbac/purposes/create-user-purpose-access-request/creating-a-request-through-the-web-application.md): This document explains how to create an user-purpose access request via the web app.
- [Creating a request through the slackbot](https://docs.balkan.id/lifecycle-management/jitpbac/purposes/create-user-purpose-access-request/creating-a-request-through-the-slackbot.md): This document explains how to create an user-purpose access request via the slackbot.
- [Starting & stopping assigned purposes](https://docs.balkan.id/lifecycle-management/jitpbac/purposes/starting-and-stopping-assigned-purposes.md)
- [Constraints](https://docs.balkan.id/lifecycle-management/jitpbac/constraints.md): Understand the creation and management of JITPBAC Constraints for secure access control.
- [Create constraint](https://docs.balkan.id/lifecycle-management/jitpbac/constraints/create-constraint.md): Follow the instructions below to define and setup JITPBAC Constraints for your organization in BalkanID.
- [Edit constraint](https://docs.balkan.id/lifecycle-management/jitpbac/constraints/edit-constraint.md): This document explains how to edit a constraint.
- [Delete constraint](https://docs.balkan.id/lifecycle-management/jitpbac/constraints/delete-constraint.md): This document explains how to delete a constraint.
- [Filtering constraints](https://docs.balkan.id/lifecycle-management/jitpbac/constraints/filtering-constraints.md): This document explains how to filter constraints to easily locate specific ones from a list.
- [Policies](https://docs.balkan.id/lifecycle-management/policies.md): Configure policies to automate approvals, denials, and reviewer routing for access workflows.
- [Access requests with Slackbot](https://docs.balkan.id/lifecycle-management/access-requests-with-slackbot.md)
- [Service Catalog](https://docs.balkan.id/lifecycle-management/service-catalog.md)
- [By Application](https://docs.balkan.id/lifecycle-management/service-catalog/by-application.md)
- [By Bundles](https://docs.balkan.id/lifecycle-management/service-catalog/by-bundles.md)
- [Bundles](https://docs.balkan.id/lifecycle-management/bundles.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.balkan.id/lifecycle-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
