# Guides

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

## [Ingress configuration](/latest/configuration/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](/latest/configuration/self-managed-deployment/configure/tls-configuration.md)

Configure TLS termination for an Ingress resource.

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

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

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

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

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

Update the credentials referenced in the Immuta Enterprise Helm chart.

## [External cache configuration](/latest/configuration/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](/latest/configuration/self-managed-deployment/configure/enabling-legacy-query-engine.md)

Enable this legacy service for your deployment if you are using any of the [legacy data platforms](/latest/releases/support-matrix.md#legacy-databases).

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

Configure pulling images from a private registry.

## [Air-gapped environments](/latest/configuration/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/latest/configuration/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.
