# Applications

This describes the support phases for versions of Inrupt's reference applications. The versions listed here are based on [Inrupt’s version maintenance and support policy](https://www.inrupt.com/maintenance-policy).

{% hint style="info" %}
Any versions not included in these tables are End of Life. New versions will be added to their respective sections when released.
{% endhint %}

## Authorization Management Component

[AMC](https://github.com/inrupt/authorization-management-component) is an application for managing and accepting Access Requests and Grants.

| Versions | Released   | Phase        | End of Phase | EOL Since |
| -------- | ---------- | ------------ | ------------ | --------- |
| 2.0.x    | 2023-12-20 | Full Support |              |           |
| 1.3.x    | 2023-09-17 | Deprecated   |              |           |

## Data Wallet

The [Data Wallet](https://github.com/inrupt/solid-data-wallet) is an application that integrates with the Inrupt Data Wallet service.

| Versions | Released   | Phase        | End of Phase | EOL Since |
| -------- | ---------- | ------------ | ------------ | --------- |
| 1.0.x    | 2024-12-17 | Full Support |              |           |


---

# 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/support/supported-versions/applications.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.
