# Getting started

- [Architecture](https://docs.terrakube.io/2.20.0/getting-started/design-and-architecture.md)
- [Security](https://docs.terrakube.io/2.20.0/getting-started/security.md)
- [Getting Started](https://docs.terrakube.io/2.20.0/getting-started/getting-started.md)
- [Docker Images](https://docs.terrakube.io/2.20.0/getting-started/docker-images.md): Images for Terrakube components can be found in the following links:
- [Docker Compose](https://docs.terrakube.io/2.20.0/getting-started/docker-compose.md)
- [Docker Compose + Traefik](https://docs.terrakube.io/2.20.0/getting-started/docker-compose-+-traefik.md)
- [Deployment](https://docs.terrakube.io/2.20.0/getting-started/deployment.md)
- [Helm Chart](https://docs.terrakube.io/2.20.0/getting-started/deployment/docker-compose.md)
- [Minikube](https://docs.terrakube.io/2.20.0/getting-started/deployment/minikube.md)
- [Minikube + HTTPS](https://docs.terrakube.io/2.20.0/getting-started/deployment/minikube-+-https.md)
- [Ingress Configuration](https://docs.terrakube.io/2.20.0/getting-started/deployment/ingress-configuration.md)
- [User Authentication (DEX)](https://docs.terrakube.io/2.20.0/getting-started/deployment/user-authentication-dex.md)
- [Storage backend](https://docs.terrakube.io/2.20.0/getting-started/deployment/storage-backend.md)
- [Azure Storage Account](https://docs.terrakube.io/2.20.0/getting-started/deployment/storage-backend/azure-storage-account.md)
- [Amazon Cloud Storage](https://docs.terrakube.io/2.20.0/getting-started/deployment/storage-backend/amazon-cloud-storage.md)
- [Google Cloud Storage](https://docs.terrakube.io/2.20.0/getting-started/deployment/storage-backend/google-cloud-storage.md)
- [Minio (S3 compatible)](https://docs.terrakube.io/2.20.0/getting-started/deployment/storage-backend/minio-s3-compatible.md)
- [Database Backend](https://docs.terrakube.io/2.20.0/getting-started/deployment/database-backend.md)
- [SQL Azure](https://docs.terrakube.io/2.20.0/getting-started/deployment/database-backend/sql-azure.md)
- [PostgreSQL](https://docs.terrakube.io/2.20.0/getting-started/deployment/database-backend/postgresql.md)
- [MySQL](https://docs.terrakube.io/2.20.0/getting-started/deployment/database-backend/mysql.md)
- [H2](https://docs.terrakube.io/2.20.0/getting-started/deployment/database-backend/h2.md)
- [Custom CA Certs](https://docs.terrakube.io/2.20.0/getting-started/deployment/custom-ca-certs.md)
- [Custom Terraform CLI Builds](https://docs.terrakube.io/2.20.0/getting-started/deployment/custom-terraform-cli-builds.md)
- [Self-Hosted Agents](https://docs.terrakube.io/2.20.0/getting-started/deployment/self-hosted-agents.md)
- [Proxy Configuration](https://docs.terrakube.io/2.20.0/getting-started/deployment/proxy-configuration.md)
- [Token Security](https://docs.terrakube.io/2.20.0/getting-started/deployment/token-security.md)
- [Open Telemetry](https://docs.terrakube.io/2.20.0/getting-started/deployment/open-telemetry.md)
- [User Management](https://docs.terrakube.io/2.20.0/getting-started/user-management.md)
- [Azure Active Directory](https://docs.terrakube.io/2.20.0/getting-started/user-management/azure-active-directory.md)
- [Google Cloud Identity](https://docs.terrakube.io/2.20.0/getting-started/user-management/google-cloud-identity.md)
- [Amazon Cognito](https://docs.terrakube.io/2.20.0/getting-started/user-management/amazon-cognito.md)
- [Github](https://docs.terrakube.io/2.20.0/getting-started/user-management/docker-desktop.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://docs.terrakube.io/2.20.0/getting-started.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.
