> For the complete documentation index, see [llms.txt](https://docs.terrakube.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.terrakube.io/getting-started.md).

# Getting started

- [Architecture](https://docs.terrakube.io/getting-started/design-and-architecture.md)
- [Security](https://docs.terrakube.io/getting-started/security.md)
- [Getting Started](https://docs.terrakube.io/getting-started/getting-started.md)
- [Docker Images](https://docs.terrakube.io/getting-started/docker-images.md): Images for Terrakube components can be found in the following links:
- [Docker Compose](https://docs.terrakube.io/getting-started/docker-compose.md)
- [Deployment](https://docs.terrakube.io/getting-started/deployment.md)
- [Helm Chart](https://docs.terrakube.io/getting-started/deployment/docker-compose.md)
- [Minikube](https://docs.terrakube.io/getting-started/deployment/minikube.md)
- [Minikube + HTTPS](https://docs.terrakube.io/getting-started/deployment/minikube-+-https.md)
- [Ingress Configuration](https://docs.terrakube.io/getting-started/deployment/ingress-configuration.md)
- [User Authentication (DEX)](https://docs.terrakube.io/getting-started/deployment/user-authentication-dex.md)
- [Storage backend](https://docs.terrakube.io/getting-started/deployment/storage-backend.md)
- [Azure Storage Account](https://docs.terrakube.io/getting-started/deployment/storage-backend/azure-storage-account.md)
- [Amazon Cloud Storage](https://docs.terrakube.io/getting-started/deployment/storage-backend/amazon-cloud-storage.md)
- [Google Cloud Storage](https://docs.terrakube.io/getting-started/deployment/storage-backend/google-cloud-storage.md)
- [Minio (S3 compatible)](https://docs.terrakube.io/getting-started/deployment/storage-backend/minio-s3-compatible.md)
- [Database Backend](https://docs.terrakube.io/getting-started/deployment/database-backend.md)
- [SQL Azure](https://docs.terrakube.io/getting-started/deployment/database-backend/sql-azure.md)
- [PostgreSQL](https://docs.terrakube.io/getting-started/deployment/database-backend/postgresql.md)
- [H2](https://docs.terrakube.io/getting-started/deployment/database-backend/h2.md)
- [Custom CA Certs](https://docs.terrakube.io/getting-started/deployment/custom-ca-certs.md)
- [Custom Terraform CLI Builds](https://docs.terrakube.io/getting-started/deployment/custom-terraform-cli-builds.md)
- [Self-Hosted Agents](https://docs.terrakube.io/getting-started/deployment/self-hosted-agents.md)
- [Ephemeral Agents](https://docs.terrakube.io/getting-started/deployment/ephemeral-agents.md)
- [External Redis](https://docs.terrakube.io/getting-started/deployment/external-redis.md)
- [Proxy Configuration](https://docs.terrakube.io/getting-started/deployment/proxy-configuration.md)
- [Token Security](https://docs.terrakube.io/getting-started/deployment/token-security.md)
- [Open Telemetry](https://docs.terrakube.io/getting-started/deployment/open-telemetry.md)
- [Development](https://docs.terrakube.io/getting-started/development.md)
- [Local Dev Container](https://docs.terrakube.io/getting-started/development/dev-container.md)
- [GitHub Codespaces](https://docs.terrakube.io/getting-started/development/github-codespaces.md)
- [User Management](https://docs.terrakube.io/getting-started/user-management.md)
- [Azure Active Directory](https://docs.terrakube.io/getting-started/user-management/azure-active-directory.md)
- [Google Cloud Identity](https://docs.terrakube.io/getting-started/user-management/google-cloud-identity.md)
- [Amazon Cognito](https://docs.terrakube.io/getting-started/user-management/amazon-cognito.md)
- [Github](https://docs.terrakube.io/getting-started/user-management/docker-desktop.md)
- [Keycloak](https://docs.terrakube.io/getting-started/user-management/keycloak.md)


---

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

```
GET https://docs.terrakube.io/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.
