# Guides

The following guides offer practical guidance for handling common challenges and configurations.

## [Ingress configuration](/2024.3/self-managed-deployment/configure/ingress-configuration.md)

Configure [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) to complete your installation and access your Immuta application.

## [TLS configuration](/2024.3/self-managed-deployment/configure/tls-configuration.md)

Configure TLS termination for an Ingress resource.

## [Cosign verification](/2024.3/self-managed-deployment/configure/cosign-verification.md)

Verify artifacts hosted on the ocir.immuta.com OCI registry.

## [Production best practices](/2024.3/self-managed-deployment/configure/immuta-in-production.md)

Follow these best practices when deploying Immuta in your production environment.

## [Rotating credentials](/2024.3/self-managed-deployment/configure/rotating-credentials.md)

Update the credentials referenced in the Immuta Enterprise Helm chart.

## [External cache configuration](/2024.3/self-managed-deployment/configure/external-cache-configuration.md)

Configure an external key-value cache (such as Redis or Memcached) with the Immuta Enterprise Helm chart.

## [Enabling legacy query engine and fingerprint](/2024.3/self-managed-deployment/configure/enabling-legacy-query-engine-and-fingerprint.md)

Enable these legacy services for your deployment if they are required for your business use case:

* If you are using any of the data platforms below, you must enable the query engine:
  * Amazon Redshift
  * Azure Synapse Analytics
  * Google BigQuery
  * [Any legacy database](/2024.3/releases/support-matrix.md#legacy-databases)
* If you are using the legacy sensitive data discovery (SDD) feature, you must enable the query engine and fingerprint services.

## [Private container registries](/2024.3/self-managed-deployment/configure/private-container-registries.md)

Configure pulling images from a private registry.

## [Air-gapped environments](/2024.3/self-managed-deployment/configure/immuta-in-an-air-gapped-environment.md)

Tips when installing Immuta without internet access.


---

# 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/2024.3/self-managed-deployment/configure.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.
