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

# Self service

The current self service functionality is limited to one page where individuals (with a valid session) can request a link with an organisation and/or a specific entitlement.

Reset password and registration are not described in this section of the documentation.

<figure><img src="/files/u4AIDZjhNXo4AN5NtRnV" alt=""><figcaption></figcaption></figure>

On the organisation entity, two attributes are going to determine the behavior:&#x20;

* selfRequestableOrganisationAssignments : determines if the organisation assignment is requestable
* selfRequestableEntitlementAssignments : determines if the entitlements are requestable for the specific organisation

<figure><img src="/files/JyUGcGxRrucfixeaHFVP" alt=""><figcaption></figcaption></figure>

For controlling the entitlements that are shown in the dropdown, the attribute **requestable** on the specific entitlement can be used.

{% hint style="info" %}
Entitlement prerequisites are also calculated on this page: see [Entitlement prerequisites](/concepts/entitlement-prerequisites.md)
{% endhint %}

The configuration of the workflow will determine if approval flows are triggered.

{% hint style="info" %}
All requests done by this page, either retrieving information or posting the entitlement request are exposed via REST. So if another user (branded) interface wants to mimic this behavior, this is possible.

Look in the documentation for the REST API.
{% endhint %}


---

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