> ## Documentation Index
> Fetch the complete documentation index at: https://www.qovery.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Infrastructure Management

> Manage environments, projects, and clusters with Qovery AI Copilot

## Overview

Qovery AI Copilot can manage your entire infrastructure through natural language, from creating environments to configuring clusters.

## Capability Support Matrix

| Capability                 | Example Prompt                                    | Support Level  | Last Validated |
| -------------------------- | ------------------------------------------------- | -------------- | -------------- |
| **Environment Management** |                                                   |                |                |
| Create environments        | "Create a new staging environment"                | ✅ Full Support | 2025-01-15     |
| List environments          | "Show me all environments"                        | ✅ Full Support | 2025-01-15     |
| Update environments        | "Update the staging environment to use cluster-2" | ✅ Full Support | 2025-01-15     |
| Clone environments         | "Clone production to staging-test"                | ✅ Full Support | 2025-01-15     |
| Delete environments        | "Delete the test environment"                     | ✅ Full Support | 2025-01-15     |
| **Project Management**     |                                                   |                |                |
| List projects              | "Show me all projects"                            | ✅ Full Support | 2025-01-15     |
| Query project details      | "Show details for the Backend project"            | ✅ Full Support | 2025-01-15     |
| **Cluster Management**     |                                                   |                |                |
| List clusters              | "Show me all clusters"                            | ✅ Full Support | 2025-01-15     |
| Check cluster status       | "What's the status of the production cluster?"    | ✅ Full Support | 2025-01-15     |
| Query cluster details      | "Show details for cluster-prod"                   | ✅ Full Support | 2025-01-15     |

**Support Levels:**

* ✅ **Full Support**: Feature is fully functional and tested
* 🚧 **Partial Support**: Feature works with limitations
* ⏳ **Coming Soon**: Feature is planned but not yet available

## Environment Management

### Create Environments

```
"Create a new staging environment"
"Set up a development environment for the mobile team"
"Create an environment called feature-auth"
```

### List & Query Environments

```
"Show me all environments"
"List production environments"
"What environments are running?"
"Which environments are in the dev cluster?"
```

### Update Environments

```
"Update the staging environment to use cluster-2"
"Change production mode to PRODUCTION"
"Rename environment feature-old to feature-new"
```

### Clone Environments

```
"Clone production to staging-test"
"Create a copy of staging called feature-branch"
"Duplicate the dev environment"
```

### Delete Environments

```
"Delete the test environment"
"Remove all environments prefixed with feature-"
"Clean up old staging environments"
```

## Project Management

### List Projects

```
"Show me all projects"
"List projects in my organization"
"What projects do I have access to?"
```

### Query Project Details

```
"Show details for the Backend project"
"What environments are in the Mobile project?"
"List all services in the API project"
```

## Cluster Management

### List Clusters

```
"Show me all clusters"
"List clusters in AWS"
"What Kubernetes clusters do I have?"
```

### Check Cluster Status

```
"What's the status of the production cluster?"
"Is cluster-east healthy?"
"Show cluster resource usage"
```

### Query Cluster Details

```
"Show details for cluster-prod"
"What version of Kubernetes is running?"
"How many nodes are in the cluster?"
```

## Related Capabilities

<CardGroup cols={2}>
  <Card title="Deployment Automation" href="/copilot/capabilities/deployment-automation">
    Deploy and manage applications
  </Card>

  <Card title="Optimization" href="/copilot/capabilities/optimization">
    Optimize costs and resources
  </Card>

  <Card title="Troubleshooting" href="/copilot/capabilities/troubleshooting">
    Debug and resolve issues
  </Card>

  <Card title="Common Tasks" href="/copilot/examples/common-tasks">
    See practical examples
  </Card>
</CardGroup>
