# Platform Management Services

{% hint style="success" %}
Platform Management API added in version 2.6.0
{% endhint %}

The Platform Management service enables administrators to provision user accounts and resources before users access the system. This is useful for organizations that need to prepare user environments in advance, such as processing paper forms or bulk user onboarding.

The service also includes data deletion capabilities to help organizations comply with legislative requirements such as [GDPR](https://eur-lex.europa.eu/eli/reg/2016/679/oj/eng)/[CCPA](https://cppa.ca.gov/regulations/pdf/ccpa_statute.pdf) and the right to have personal data deleted.

## Available Services

[Platform Management API](/ess/latest/services/service-platform-management/platform-management-api.md) - HTTP API for administrative user provisioning

[Purger Service (HTTP API)](/ess/latest/services/service-platform-management/purger-service.md) - HTTP API for deleting user data and pods

[Purger Application (CLI)](/ess/latest/services/service-platform-management/purger-application.md) - CLI application for batch data deletion


---

# 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.inrupt.com/ess/latest/services/service-platform-management.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.
