# Atlan

Using the [Immuta workflow in Atlan](https://docs.atlan.com/apps/connectors/privacy/immuta) automatically adds links to all of your assets and data products. For data products to be properly linked, you must have a mirrored data product in Immuta [with the same ID as in Atlan](/saas/request/configure/how-to-guides/configure-access-request-links.md#resilient-data-product-mirroring). The workflow is point-in-time, but you can schedule it to run periodically to capture new objects added to Atlan.

## Requirements

* [Connection registered in Immuta](/saas/configuration/integrations/data-and-integrations.md#registering-a-connection)
* Atlan user with Admin or Workflow Admin access to allow for edit control on all registered connections in Atlan
* An Atlan API key

## Set up access request links

Use the [Atlan documentation](https://docs.atlan.com/apps/connectors/privacy/immuta/how-tos/integrate-immuta) or follow the steps below:

1. In Atlan, navigate to **Marketplace**.
2. Search for and select the **Immuta** workflow.
3. Click **Install** and then **Setup Workflow**.
4. Provide the **Atlan API Key**: Enter an Atlan API key with [the privileges listed in the Requirements section](#requirements).
5. Select the type of objects you want to be linked for access requests:
   1. **Support requesting access to data products**: When selected, the workflow will generate Immuta request URLs for data products. This requires a mirrored data product with the same data product ID in the Immuta Request app.
   2. **Support requesting access to assets**: When selected, the workflow will generate Immuta request URLs for assets registered in Immuta through connections.
   3. **Support requesting masking exceptions on masked columns**: When selected, the workflow will generate Immuta request URLs for requesting access to masked columns, this requires that the Request PAT is set.
6. Ensure the **Host** is correct: `app.immutacloud.com`
7. Enter [the **Account ID**](/saas/request/access-data-products/how-to-guides/logging-into-marketplace.md) you enter when signing into the Request app. This is optional; if you are using more than one Immuta tenant, you should not include it.
8. Click **Test Authentication**.
9. Click **Run Workflow**.
10. Opt to **Schedule Run** to have the Immuta workflow run on a schedule to capture new objects added to Atlan.

This will automatically update all the Atlan data objects with the request access button to the corresponding asset.

{% hint style="info" %}
It is possible to dynamically add Atlan asset owners as stewards (reviewers) in Immuta. See [Review flows](/saas/request/review-access-requests/reference-guides/request-forms/review-flows.md#dynamic-steward-lookups) for more details.
{% endhint %}


---

# 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://documentation.immuta.com/saas/request/configure/how-to-guides/configure-access-request-links/atlan.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.
