# How-to Guides

- [Register a Connection](https://documentation.immuta.com/saas/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection.md): Learn about registering connections via the API
- [Register an AWS Lake Formation Connection](https://documentation.immuta.com/saas/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection/register-an-aws-lake-formation-connection.md): Register an AWS Lake Formation connection via the API
- [Register a Databricks Unity Catalog Connection](https://documentation.immuta.com/saas/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection/register-a-databricks-unity-catalog-connection.md): Register a Databricks Unity Catalog connection via the API
- [Register a Snowflake Connection](https://documentation.immuta.com/saas/developer-guides/api-intro/connections-api/how-to-guides/register-a-connection/register-a-snowflake-connection.md): Register a Snowflake connection via the API
- [Manage Connection Settings](https://documentation.immuta.com/saas/developer-guides/api-intro/connections-api/how-to-guides/manage-connection-settings.md)
- [Manage Connection Objects](https://documentation.immuta.com/saas/developer-guides/api-intro/connections-api/how-to-guides/manage-a-connection.md): Manage your connection settings via the API
- [Deregister a Connection](https://documentation.immuta.com/saas/developer-guides/api-intro/connections-api/how-to-guides/deregister-a-connection.md): Remove a connection via the API


---

# 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.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.
