# Manage Assets

{% hint style="info" %}
**Private preview**: The assets feature is private preview and available to all accounts.
{% endhint %}

Assets are populated from connections. Currently the only editable options are to change the attached request form and review flow.

## Attach a request form to an asset

Overriding the request form at any level of the hierarchy will result in all children of that asset now inheriting the new request form, unless a child also has overridden the request form.

1. From the <i class="fa-cubes">:cubes:</i> [**Assets** page](https://app.immutacloud.com/marketplace/assets), select the asset you want to update.
2. Click **Edit** for the access or masking exception request form you want to change.
3. Select **Override**. This specific asset you are editing will no longer inherit the request form of the asset containing it and will now have its own request form.
4. Use the dropdown to select the new request form to use.
5. Click **Save**.

## Configure a review flow to an asset

Configuring review flows at the asset level is only possible if the assigned request form delegates the review flow. If it does not, the review flow configured at the asset level will be **Inactive**. You must change the request form to **Delegate** in order to change this behavior.

{% hint style="warning" %}
Changing the request form to delegate means that all assets where it is being used will use the review flow specified at the asset level. If you have not configured the review flow at the asset levels, it defaults to requiring a data steward with the `GOVERNANCE` permission.
{% endhint %}

1. From the <i class="fa-cubes">:cubes:</i> [**Assets** page](https://app.immutacloud.com/marketplace/assets), select the asset you want to update.
2. Go to the **Review flows** tab.
3. Confirm the Review flow you intend to update is not **Inactive**.
4. Click **Edit** to update the access request or masking exception request active review flow you want to change.
5. Select **Override**.
6. Configure the review flow.
7. Click **Save**.

{% hint style="info" %}
If stewards are assigned at the request form level, they are able to edit that request form. If stewards are assigned at the asset (or data product) level, they are not able to edit that request form.
{% 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/manage-assets.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.
