# Pod Services

Pod Services manage Pod resources and provide data management capabilities within ESS.

## Available Services

### [Pod Provisioning Service](https://docs.inrupt.com/ess/latest/services/service-pod-management/service-pod-provision)

Handles the creation and provisioning of new Pods for users.

### [Pod Storage Service](https://docs.inrupt.com/ess/latest/services/service-pod-management/service-pod-storage)

Provides the core storage functionality for Solid resources within Pods.

### [Data Views API](https://docs.inrupt.com/ess/latest/services/service-pod-management/data-views-api)

{% hint style="success" %}
Added in version 2.7.0
{% endhint %}

Enables fine-grained access control over JSON resources through GraphQL-based filtering. Allows data subjects to create filtered views of their data that expose only specific fields, enabling consent-driven data sharing without creating duplicate resources.


---

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