# Delegation

Delegation within a identity management system is the concept to delegate certain actions or processes regarding identity management to the users of this system.

One can delegate different topics:

* identity management
* role definition and creation
* approval flow

Delegation is mostly based within a container or an organisation.

Personify supports delegation because:

* it works with fine grained access on entitylevel (not attribute level) which means the api's are protected and filtered based on policies, so identity creation can be delegated based on organisational properties.
* Roles are also entities
* it provides approval flows for the cases where entity level changes need to be requested.


---

# 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.personify.be/concepts/delegation.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.
