# What are Access Requests?

{% hint style="info" %}
If you would like to switch on/off the Access Request feature on your account, please reach out to your Account Manager.
{% endhint %}

Users may be limited by permissions to see certain assets within the data sources they have access to. In this case, they may request for access to these assets via the Catalog.

### How it works

The ability to access an asset for a user depends on whether user was either access to the asset through the groups the user is in, or if they were given access directly. To illustrate this workflow, an example is shown below.

<figure><img src="/files/vYePXvpgR1U8NgO0OUCg" alt=""><figcaption><p>Example of users in your organization with different access permissions.</p></figcaption></figure>

When Leah views the Catalog, she may not have access to all the tables, and hence will see a view similar to the following:

<figure><img src="/files/O4yi3UjkSGoboOxSIGC6" alt=""><figcaption><p>Example of Catalog when not all assets are available.</p></figcaption></figure>

Leah is not able to access into the assets and will be required to go through the Request Access workflow.

### Example of Approved Request

If Leah requests access and it is approved, this is how the workflow would look like:

<figure><img src="/files/5jAuJM5iVeztlOxn1UsO" alt=""><figcaption><p>Approved requests workflow.</p></figcaption></figure>

### Example of Rejected Request

If Leah requests access and it is rejected, this is how the workflow would look like:

<figure><img src="/files/Mes6xXQdyL9d87Ot6SwB" alt=""><figcaption><p>Rejected request workflow.</p></figcaption></figure>


---

# 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.decube.io/approval-workflow/what-are-access-requests.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.
