> For the complete documentation index, see [llms.txt](https://documentation.immuta.com/2024.3/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/2024.3/detect-your-activity/getting-started/general-immuta-configuration.md).

# General Immuta Configuration

## Who is this for?

This guide is for anyone ready to begin their journey with Immuta who isn't using Snowflake.

If you are using Snowflake with Immuta, see the [Monitor and secure sensitive data platform query activity](/2024.3/detect-your-activity/getting-started/overview.md) use case.

## Goals

This use case provides the basics for setting up Immuta and helps you understand the logic and decisions behind the tasks.

## Configuration steps

Follow these steps to configure Immuta:

1. Configure your users in Immuta, using the [user identity best practices](/2024.3/detect-your-activity/getting-started/overview/user-identity-best-practices.md).
2. Read the [integration architecture overview](/2024.3/detect-your-activity/getting-started/general-immuta-configuration/native-integration.md) and connect Immuta to your databases. Consider the [Databricks roles best practices](/2024.3/detect-your-activity/getting-started/general-immuta-configuration/dbx-roles-best-practices.md) if using Databricks.
3. [Register data sources](/2024.3/detect-your-activity/getting-started/general-immuta-configuration/registering-metadata.md) in order to start using Immuta features on the data sources.


---

# 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/2024.3/detect-your-activity/getting-started/general-immuta-configuration.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.
