# Authorization Management Component (AMC)

Inrupt’s Authorization Management Component (AMC) is a reference component to show best Engineering and UX practices for managing [Access Requests and Grants](/security/authorization/access-requests-grants.md). Inrupt provides a hosted version of AMC at <https://amc.inrupt.com>.

<figure><img src="/files/1c5UJx5NKtICfoH75PHm" alt=""><figcaption></figcaption></figure>

### Features

With AMC, users can:

* Review Access Requests made to them for a decision (grant access/deny access).

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

* Manage granted access:
  * View all the agents to whom they have given access.

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

* View the granted access by specific agent.
* Revoke granted access to a specific agent (either for all resources or for a specific resource).

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

### GitHub

[inrupt/authorization-management-component](https://github.com/inrupt/authorization-management-component)


---

# 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/security/authorization/access-requests-grants/amc.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.
