# Manage Data Access

This section of API documentation is specific to searching for data and audit logs, managing policies and access requests, and auditing user activity.

{% hint style="info" %}
Policies can also be created and managed using the [V2 API](/saas/developer-guides/api-intro/immuta-v2-api.md#create-a-policy).
{% endhint %}

## Section Contents

* [Data and subscription policies](/saas/developer-guides/api-intro/immuta-v1-api/manage-data-access/policy.md): Manage and review data and subscription policies in Immuta.
* [Write access policies](/saas/developer-guides/api-intro/immuta-v1-api/manage-data-access/write-policies-api.md): Author policies to manage write access to data sources.
* [Manage access requests](/saas/developer-guides/api-intro/immuta-v1-api/manage-data-access/subscription.md): View and manage data source and project access requests.
* [Search connection strings](/saas/developer-guides/api-intro/immuta-v1-api/manage-data-access/connection-string.md): Search by connection string.
* [Search for organizations](/saas/developer-guides/api-intro/immuta-v1-api/manage-data-access/organizations.md): Search by organization.
* [Search schemas](/saas/developer-guides/api-intro/immuta-v1-api/manage-data-access/schemas.md): Search by schema.


---

# 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/developer-guides/api-intro/immuta-v1-api/manage-data-access.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.
