# ESS Services

The Enterprise Solid Server (ESS) includes various services, including the following:

| Service                                                                                                 | Description                                                                                                                                                                                                                                                                                                                                                    |
| ------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Access Grant Service](https://docs.inrupt.com/ess/latest/services/service-access-grant)                | <p>Overview of the Access Grant service and its endpoints:<br>• Access Grant Issuer Endpoint (<code>/issue</code>)<br>• Access Grant Query Endpoint (<code>/query</code>)<br>• Access Grant Status Endpoint (<code>/status</code>)<br>• Access Grant Verifier Endpoint (<code>/verify</code>)<br>• Access Grant Derivation Endpoint (<code>/derive</code>)</p> |
| [Auditing Service](https://docs.inrupt.com/ess/latest/services/service-auditing)                        | Overview of the Auditing service.                                                                                                                                                                                                                                                                                                                              |
| [Authorization Service](https://docs.inrupt.com/ess/latest/services/service-authorization)              | Overview of the Authorization service.                                                                                                                                                                                                                                                                                                                         |
| [Solid OIDC Broker Service](https://docs.inrupt.com/ess/latest/services/service-oidc)                   | Overview of the Solid OpenID Connect (OIDC) Broker service.                                                                                                                                                                                                                                                                                                    |
| [Notification Services](https://docs.inrupt.com/ess/latest/services/service-notification)               | Overview of the Notification services.                                                                                                                                                                                                                                                                                                                         |
| [Platform Management Services](https://docs.inrupt.com/ess/latest/services/service-platform-management) | <p>Overview of the Platform Management services:<br>• <a href="services/service-platform-management/platform-management-api">Platform Management API</a><br>• <a href="services/service-platform-management/purger-service">Purger Service</a><br>• <a href="services/service-platform-management/purger-application">Purger Application</a></p>               |
| [Pod Services](https://docs.inrupt.com/ess/latest/services/service-pod-management)                      | <p>Overview of the Storage services:<br>• <a href="services/service-pod-management/service-pod-provision">Pod Provision Service</a><br>• <a href="services/service-pod-management/service-pod-storage">Pod Storage Service</a></p>                                                                                                                             |
| [Query Service](https://docs.inrupt.com/ess/latest/services/service-query)                              | Overview of the Query service.                                                                                                                                                                                                                                                                                                                                 |
| [Start Service](https://docs.inrupt.com/ess/latest/services/service-start)                              | Overview of the Start service.                                                                                                                                                                                                                                                                                                                                 |
| [UMA Service](https://docs.inrupt.com/ess/latest/services/service-uma)                                  | Overview of User-Managed Access (UMA) 2.0 authorization service.                                                                                                                                                                                                                                                                                               |
| [Wallet Service](https://docs.inrupt.com/ess/latest/services/service-wallet)                            | Overview of the Wallet API service.                                                                                                                                                                                                                                                                                                                            |
| [WebID Service](https://docs.inrupt.com/ess/latest/services/service-webid)                              | Overview of the WebID Service.                                                                                                                                                                                                                                                                                                                                 |


---

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