# Manage Access Requests and Tasks

Your outgoing and incoming requests are consolidated on the requests tab on your user profile page. Similar to notifications, a red dot displays on the request icon whenever you have pending requests. The sections below guide you through managing these requests.

## Manage access requests

1. Navigate to your **Profile** page, and then click the **Requests** tab. The names of the users who have submitted requests are displayed in the **Requests** section. Once a user is selected, the corresponding **Pending Requests** are displayed.
2. To view more information about the request, click the **Details** button in the **Actions** column of a request.
3. Click the **Approve** or **Deny** button in the **Actions** column of the request.

### Bulk approvals

To approve or deny multiple access requests simultaneously,

1. Navigate to your **Profile** page, and then click the **Requests** tab.
2. Select the **checkbox** next to each request you want to address, and then click the **Approve Selected** or **Deny Selected** button.

## Manage data source requests

If a policy that includes the `New` tag is active and schema monitoring is enabled or you have registered a connection, Immuta applies a `New` tag to new data sources, new columns, or changed columns and sends data owners a request to validate those changes.

1. Navigate to your **Profile** page, and then click the **Requests** tab.
2. Click the approvals count in the **Request Information** column to view information about the change to the data source. The change will be one of the following:
   * Column added
   * Column changed
   * Column deleted
   * Data source created
3. After verifying the change, click **Validate**.

For more information about these requests, see the [Schema monitoring guide](/saas/configuration/integrations/data-and-integrations/registering-metadata/schema-monitoring/reference-guides/schema-monitoring.md#data-source-requests) or the [Connections guide](/saas/configuration/integrations/data-and-integrations/registering-a-connection/reference-guides/connections-overview.md#data-source-requests).

## Related guides

### Reference guides

* [Data sources in Immuta overview](/saas/configuration/integrations/data-and-integrations/registering-metadata/data-source-overview.md)
* [Connections](/saas/configuration/integrations/data-and-integrations/registering-a-connection/reference-guides/connections-overview.md#data-source-requests)
* [Schema monitoring](/saas/configuration/integrations/data-and-integrations/registering-metadata/schema-monitoring/reference-guides/schema-monitoring.md#data-source-requests)

### How-to guides

In addition to managing data source requests as outlined above, data owners can manage data source

* [column tags](/saas/configuration/tags/manage-tags/how-to-guides/managing-tags.md)
* [data dictionaries](/saas/configuration/integrations/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-column-descriptions-and-tags.md)
* [policies](/saas/request/access-data-products/how-to-guides.md)
* [members](/saas/configuration/integrations/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-members.md)
* [settings](/saas/configuration/integrations/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-data-sources.md)


---

# 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/configuration/integrations/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-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.
