> ## Documentation Index
> Fetch the complete documentation index at: https://qovery-docs-rde-install-script.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration Overview

> Complete guide to configuring and managing your infrastructure with Qovery

Qovery provides comprehensive configuration options to manage every aspect of your infrastructure, from organization-level settings to individual service configurations.

## Configuration Hierarchy

Qovery uses a hierarchical structure to organize your infrastructure:

```mermaid theme={null}
graph TB
    O[Organization] --> P[Projects]
    P --> E[Environments]
    E --> S[Services]
    S --> A[Applications]
    S --> D[Databases]
    S --> H[Helm Charts]
    S --> J[Jobs]
    S --> T[Terraform]
    E --> C[Clusters]

    style O fill:#642DFF,color:#fff
    style P fill:#7C3FFF,color:#fff
    style E fill:#965FFF,color:#fff
    style S fill:#B080FF,color:#fff
```

## Organization

Configure organization-wide settings, access control, and integrations.

<CardGroup cols={3}>
  <Card title="Organization Settings" icon="building" href="/configuration/organization">
    Basic organization configuration and settings
  </Card>

  <Card title="Members & RBAC" icon="users" href="/configuration/organization/members-rbac">
    Manage team members, roles, and permissions
  </Card>

  <Card title="API Tokens" icon="key" href="/configuration/organization/api-token">
    Generate API tokens for programmatic access
  </Card>

  <Card title="Cloud Credentials" icon="cloud" href="/configuration/organization/cloud-credentials">
    Connect AWS, GCP, Azure, or Scaleway accounts
  </Card>

  <Card title="Git Repository Access" icon="code-branch" href="/configuration/organization/git-repository-access">
    Configure access to GitHub, GitLab, Bitbucket
  </Card>

  <Card title="Container Registry" icon="box-open" href="/configuration/organization/container-registry">
    Connect Docker Hub, ECR, GCR, ACR, and more
  </Card>

  <Card title="Helm Repository" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/helm-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=fe94423cce663fd80640c10374efcc1d" href="/configuration/organization/helm-repository" width="24" height="24" data-path="images/logos/helm-icon.svg">
    Add custom Helm chart repositories
  </Card>

  <Card title="SSO (SAML/OIDC)" icon="shield-check" href="/configuration/organization/sso">
    Configure Single Sign-On authentication
  </Card>

  <Card title="Labels & Annotations" icon="tag" href="/configuration/organization/labels-annotations">
    Define Kubernetes labels and annotations
  </Card>
</CardGroup>

## Clusters

Manage Kubernetes clusters and cloud infrastructure.

<CardGroup cols={2}>
  <Card title="Clusters Configuration" icon="server" href="/configuration/clusters">
    Configure and manage Kubernetes clusters
  </Card>
</CardGroup>

## Projects & Environments

Organize and manage your deployment hierarchy.

<CardGroup cols={2}>
  <Card title="Projects" icon="folder" href="/configuration/project">
    Group related environments together
  </Card>

  <Card title="Environments" icon="layer-group" href="/configuration/environment">
    Configure deployment environments
  </Card>

  <Card title="Environment Variables" icon="key" href="/configuration/environment-variables">
    Manage configuration values and secrets
  </Card>
</CardGroup>

## Services

Deploy and manage your applications and infrastructure components.

<CardGroup cols={3}>
  <Card title="Applications" icon="window" href="/configuration/application">
    Deploy containerized applications
  </Card>

  <Card title="Databases" icon="database" href="/configuration/database">
    Managed PostgreSQL, MySQL, MongoDB, Redis
  </Card>

  <Card title="Helm Charts" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/helm-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=fe94423cce663fd80640c10374efcc1d" href="/configuration/helm" width="24" height="24" data-path="images/logos/helm-icon.svg">
    Deploy pre-packaged applications
  </Card>

  <Card title="Cron Jobs" icon="clock" href="/configuration/cronjob">
    Schedule recurring tasks
  </Card>

  <Card title="Lifecycle Jobs" icon="bolt" href="/configuration/lifecycle-job">
    Run one-time or event-triggered jobs
  </Card>

  <Card title="Terraform" icon="code" href="/configuration/terraform">
    Provision infrastructure with Terraform
  </Card>

  <Card title="Advanced Service Settings" icon="sliders" href="/configuration/service-advanced-settings">
    Fine-tune service configuration
  </Card>
</CardGroup>

## Deployment

Control how and when your services are deployed.

<CardGroup cols={3}>
  <Card title="Deployment Overview" icon="rocket" href="/configuration/deployment/overview">
    Understand the deployment process
  </Card>

  <Card title="Deployment Pipeline" icon="diagram-project" href="/configuration/deployment/pipeline">
    Configure staged deployments
  </Card>

  <Card title="Auto-Deploy" icon="rotate" href="/configuration/deployment/auto-deploy">
    Automatic deployments on Git push
  </Card>

  <Card title="CI/CD Integration" icon="gear" href="/configuration/integrations/ci-cd/github-actions">
    Integrate with GitHub Actions, GitLab CI, etc.
  </Card>

  <Card title="Deployment Actions" icon="play" href="/configuration/deployment/actions">
    Deploy, redeploy, stop, restart, rollback
  </Card>

  <Card title="Deployment Strategies" icon="strategy" href="/configuration/deployment/strategies">
    Rolling updates and recreate strategies
  </Card>

  <Card title="Deployment History" icon="clock-rotate-left" href="/configuration/deployment/history">
    Review and rollback deployments
  </Card>

  <Card title="Deployment Statuses" icon="circle-info" href="/configuration/deployment/statuses">
    Understand deployment states
  </Card>

  <Card title="Deployment Logs" icon="list" href="/configuration/deployment/logs">
    Access build and runtime logs
  </Card>

  <Card title="Image Mirroring" icon="copy" href="/configuration/deployment/image-mirroring">
    Speed up deployments with caching
  </Card>
</CardGroup>

## Integrations

Connect Qovery with your existing tools and cloud services.

### Kubernetes Providers

<CardGroup cols={3}>
  <Card title="AWS EKS" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/cloud-providers/aws-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=6300723f0065ab3629e9aee77788ae14" href="/configuration/integrations/kubernetes/eks/overview" width="24" height="24" data-path="images/logos/cloud-providers/aws-icon.svg">
    Amazon Elastic Kubernetes Service
  </Card>

  <Card title="Google GKE" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/cloud-providers/gcp-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=1767c49f02caf1b26610b0da03ae23bb" href="/configuration/integrations/kubernetes/gke/overview" width="24" height="24" data-path="images/logos/cloud-providers/gcp-icon.svg">
    Google Kubernetes Engine
  </Card>

  <Card title="Azure AKS" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/cloud-providers/azure-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=c0d7153d8c5896b163a6291a05230069" href="/configuration/integrations/kubernetes/aks/overview" width="24" height="24" data-path="images/logos/cloud-providers/azure-icon.svg">
    Azure Kubernetes Service
  </Card>

  <Card title="Scaleway Kapsule" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/cloud-providers/scaleway-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=beeb3465f76f696ba9d56256ac756e03" href="/configuration/integrations/kubernetes/scaleway/overview" width="24" height="24" data-path="images/logos/cloud-providers/scaleway-icon.svg">
    Scaleway Kubernetes Kapsule
  </Card>

  <Card title="Bring Your Own Kubernetes" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/kubernetes-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=8d597f60362a0b8fab22fdc9f1aab44f" href="/configuration/integrations/kubernetes/byok" width="24" height="24" data-path="images/logos/kubernetes-icon.svg">
    Any Kubernetes cluster
  </Card>

  <Card title="Kubernetes Overview" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/kubernetes-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=8d597f60362a0b8fab22fdc9f1aab44f" href="/configuration/integrations/kubernetes/eks/overview" width="24" height="24" data-path="images/logos/kubernetes-icon.svg">
    Complete Kubernetes documentation
  </Card>
</CardGroup>

### Git Providers

<CardGroup cols={3}>
  <Card title="GitHub" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/github-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=d65b53b8240ebec724c39fe39bbb64a2" href="/configuration/organization/git-repository-access" width="24" height="24" data-path="images/logos/github-icon.svg">
    GitHub and GitHub Enterprise
  </Card>

  <Card title="GitLab" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/gitlab-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=26d9fa3f6a5a630e3855b044c8346a69" href="/configuration/organization/git-repository-access" width="24" height="24" data-path="images/logos/gitlab-icon.svg">
    GitLab cloud and self-hosted
  </Card>

  <Card title="Bitbucket" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/bitbucket-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=9d78d5e09271ed418a4618ee71f373f3" href="/configuration/organization/git-repository-access" width="24" height="24" data-path="images/logos/bitbucket-icon.svg">
    Bitbucket Cloud and Data Center
  </Card>
</CardGroup>

### Container Registries

<CardGroup cols={3}>
  <Card title="Docker Hub" icon="docker" href="/configuration/integrations/container-registries/docker-hub">
    Docker Hub registry
  </Card>

  <Card title="AWS ECR" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/cloud-providers/aws-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=6300723f0065ab3629e9aee77788ae14" href="/configuration/integrations/container-registries/aws-ecr" width="24" height="24" data-path="images/logos/cloud-providers/aws-icon.svg">
    Amazon Elastic Container Registry
  </Card>

  <Card title="GCP Artifact Registry" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/cloud-providers/gcp-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=1767c49f02caf1b26610b0da03ae23bb" href="/configuration/integrations/container-registries/gcp-artifact-registry" width="24" height="24" data-path="images/logos/cloud-providers/gcp-icon.svg">
    Google Cloud Artifact Registry
  </Card>

  <Card title="Azure ACR" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/cloud-providers/azure-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=c0d7153d8c5896b163a6291a05230069" href="/configuration/integrations/container-registries/azure-acr" width="24" height="24" data-path="images/logos/cloud-providers/azure-icon.svg">
    Azure Container Registry
  </Card>

  <Card title="GitHub Container Registry" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/github-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=d65b53b8240ebec724c39fe39bbb64a2" href="/configuration/integrations/container-registries/github-cr" width="24" height="24" data-path="images/logos/github-icon.svg">
    GitHub Container Registry
  </Card>

  <Card title="GitLab Container Registry" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/gitlab-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=26d9fa3f6a5a630e3855b044c8346a69" href="/configuration/integrations/container-registries/gitlab-cr" width="24" height="24" data-path="images/logos/gitlab-icon.svg">
    GitLab Container Registry
  </Card>

  <Card title="Scaleway Kapsule" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/cloud-providers/scaleway-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=beeb3465f76f696ba9d56256ac756e03" href="/configuration/integrations/container-registries/scaleway-cr" width="24" height="24" data-path="images/logos/cloud-providers/scaleway-icon.svg">
    Scaleway Container Registry
  </Card>

  <Card title="Generic Registry" icon="box" href="/configuration/integrations/container-registries/generic">
    Any OCI-compliant registry
  </Card>

  <Card title="Container Registries Overview" icon="box" href="/configuration/organization/container-registry">
    Complete registry documentation
  </Card>
</CardGroup>

### CI/CD Platforms

<CardGroup cols={3}>
  <Card title="Qovery Deploy" icon="rocket" href="/configuration/integrations/ci-cd/github-actions">
    Zero-config builds and deployments
  </Card>

  <Card title="GitHub Actions" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/github-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=d65b53b8240ebec724c39fe39bbb64a2" href="/configuration/integrations/ci-cd/github-actions" width="24" height="24" data-path="images/logos/github-icon.svg">
    GitHub Actions workflows
  </Card>

  <Card title="GitHub Actions Enterprise" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/github-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=d65b53b8240ebec724c39fe39bbb64a2" href="/configuration/integrations/ci-cd/github-actions" width="24" height="24" data-path="images/logos/github-icon.svg">
    GitHub Enterprise self-hosted runners
  </Card>

  <Card title="GitLab CI" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/gitlab-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=26d9fa3f6a5a630e3855b044c8346a69" href="/configuration/integrations/ci-cd/gitlab-ci" width="24" height="24" data-path="images/logos/gitlab-icon.svg">
    GitLab CI/CD pipelines
  </Card>

  <Card title="CircleCI" icon="circle" href="/configuration/integrations/ci-cd/circleci">
    CircleCI workflows
  </Card>

  <Card title="Jenkins" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/jenkins-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=0e4169a98b76c08d40d82c833ba643c6" href="/configuration/integrations/ci-cd/jenkins" width="24" height="24" data-path="images/logos/jenkins-icon.svg">
    Jenkins pipelines
  </Card>
</CardGroup>

### GitOps

<CardGroup cols={3}>
  <Card title="ArgoCD" icon="arrows-rotate" href="/configuration/integrations/argocd">
    Monitor and manage ArgoCD-driven applications from Qovery
  </Card>
</CardGroup>

### Secret Managers

<CardGroup cols={3}>
  <Card title="Doppler" icon="key" href="/configuration/integrations/secret-managers/doppler">
    Doppler secrets sync
  </Card>

  <Card title="AWS Secrets Manager" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/cloud-providers/aws-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=6300723f0065ab3629e9aee77788ae14" href="/configuration/integrations/secret-managers/aws-secrets-manager" width="24" height="24" data-path="images/logos/cloud-providers/aws-icon.svg">
    AWS Secrets Manager
  </Card>
</CardGroup>

### Observability

<CardGroup cols={3}>
  <Card title="Qovery Observe" icon="chart-line" href="/configuration/integrations/observability/qovery-observe">
    Built-in observability platform
  </Card>

  <Card title="Datadog" icon="dog" href="/configuration/integrations/observability/datadog">
    Datadog monitoring
  </Card>

  <Card title="Kubecost" icon="dollar-sign" href="/configuration/integrations/observability/kubecost">
    Kubernetes cost optimization
  </Card>
</CardGroup>

### Notifications & Webhooks

<CardGroup cols={3}>
  <Card title="Slack" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/slack-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=5c0807f83640f136f418e97c0d259e58" href="/configuration/integrations/slack" width="24" height="24" data-path="images/logos/slack-icon.svg">
    Slack notifications
  </Card>

  <Card title="Webhooks" icon="webhook" href="/configuration/integrations/webhooks">
    Custom webhooks for events
  </Card>
</CardGroup>

### Other Integrations

<CardGroup cols={3}>
  <Card title="Infrastructure as Code" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/terraform-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=8f0c787c4f85d2fde808048a9d64b963" href="/configuration/integrations/iac/overview" width="24" height="24" data-path="images/logos/terraform-icon.svg">
    Terraform, CloudFormation, and more
  </Card>

  <Card title="Helm Charts" icon="https://mintcdn.com/qovery-docs-rde-install-script/_j6Rw_XvZuKTyO9T/images/logos/helm-icon.svg?fit=max&auto=format&n=_j6Rw_XvZuKTyO9T&q=85&s=fe94423cce663fd80640c10374efcc1d" href="/configuration/helm" width="24" height="24" data-path="images/logos/helm-icon.svg">
    Deploy Helm charts
  </Card>

  <Card title="API Gateway (NGINX)" icon="network-wired" href="/configuration/integrations/api-gateway-nginx">
    NGINX API Gateway
  </Card>

  <Card title="AWS VPC Peering" icon="diagram-project" href="/configuration/integrations/aws/vpc-peering">
    AWS VPC peering configuration
  </Card>
</CardGroup>
