# Register a Connection

This section details the `/data` v1 API, which allows users to register a connection[^1] to Immuta with a single set of credentials rather than configuring an integration and creating data sources separately.

**Required Immuta permission**: `APPLICATION_ADMIN`

## Supported technologies and authentication methods

You can register a connection from the following technologies to Immuta using supported authentication methods:

* [AWS Lake Formation](/saas/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection/register-an-aws-lake-formation-connection.md)
  * AWS access key and secret access key
  * AWS IAM role
* [Databricks Unity Catalog](/saas/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection/register-a-databricks-unity-catalog-connection.md)
  * Personal access token (PAT)
  * OAuth machine-to-machine (M2M)
* [Snowflake](/saas/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection/register-a-snowflake-connection.md)
  * Username and password
  * Key pair
  * Snowflake External OAuth

[^1]: To learn more about connections in Immuta, see the [Connections section](/saas/configuration/integrations/data-and-integrations/registering-a-connection/reference-guides/connections-overview.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/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection.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.
