> For the complete documentation index, see [llms.txt](https://documentation.immuta.com/saas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.immuta.com/saas/request/introduction/user-types/marketplace-permissions-matrix.md).

# Permissions Matrix

Permissions in the Request app scale, so that you can give users as little, or as much, power as they should have in Immuta.

* Anything a [data steward](/saas/request/introduction/user-types.md#data-stewards) can do <i class="fa-arrow-right">:arrow-right:</i> a [data product manager](/saas/request/introduction/user-types.md#data-product-managers) can do.
* Anything a [data product manager](/saas/request/introduction/user-types.md#data-product-managers) can do <i class="fa-arrow-right">:arrow-right:</i> a user with `GOVERNANCE` permission can do.

However, both data product managers and `GOVERNANCE` users must be assigned as a data steward in order to approve or deny an access request.

| Data stewards                                                  | Data product manager                                                     | Users with the GOVERNANCE permission               |
| -------------------------------------------------------------- | ------------------------------------------------------------------------ | -------------------------------------------------- |
| Can act in each data product their request form is assigned to | Can act in the domain they have the `Manage Data Products` permission in | Can act across all of Immuta, regardless of domain |

## Permissions

See the table below for the full breakdown of what actions require which Immuta permissions:

<table><thead><tr><th width="258" align="center">Action</th><th width="175.453125" align="center">GOVERNANCE</th><th width="207.05859375" align="center">Manage Data Products</th><th width="140.25390625" align="center">Data steward</th><th width="139.76171875" align="center">USER_ADMIN</th><th width="203.72265625" align="center">APPLICATION_ADMIN</th><th align="center">None</th></tr></thead><tbody><tr><td align="center">Create a domain</td><td align="center">Yes</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Grant <code>Manage Data Products</code> in a domain</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center">Yes</td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Manage a data product</td><td align="center">Yes</td><td align="center">Yes</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Make access request determinations</td><td align="center"></td><td align="center"></td><td align="center">Yes</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Alter a data product</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes (partial)</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Create a request form</td><td align="center">Yes</td><td align="center">Yes</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Edit a request form</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes (if assigned)</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Attach a request form to an asset</td><td align="center">Yes</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Attach a request form to a data product</td><td align="center">Yes</td><td align="center">Yes (if owner)</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Attach a data steward to an asset</td><td align="center">Yes</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Create an access request</td><td align="center"></td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td><td align="center"></td><td align="center">Yes</td></tr><tr><td align="center">Revoke a member from a data product</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Revoke a masking exception</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Configure webhooks</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center">Yes</td><td align="center"></td></tr><tr><td align="center">Customize the Request app</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center">Yes</td><td align="center"></td></tr><tr><td align="center">Install Immuta Slack app</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center">Yes</td><td align="center"></td></tr><tr><td align="center">Enable Slack and email notifications</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center">Yes, all users</td><td align="center">Yes, self</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.immuta.com/saas/request/introduction/user-types/marketplace-permissions-matrix.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
