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

# Introduction

> Cloudlvl is an AI that builds and manages cloud infrastructure

## Getting Started

Get started with Cloudlvl AI to automate your cloud infrastructure management.

<Card title="AWS Setup" icon="aws" href="/aws-guide" horizontal>
  Learn how to set up AWS roles, keys, and permissions to get started with
  Cloudlvl.
</Card>

<Note>Currently available on AWS. GCP and Azure support coming soon!</Note>

## What can you do ?

Discover the powerful capabilities of our AI-driven cloud infrastructure management platform.

<Columns cols={2}>
  <Card title="Visualize Resources" icon="eye" color="#3B82F6">
    View and organize your resources by context - region, environment, or
    version for better oversight.
  </Card>

  <Card title="AI-Powered Management" icon="robot" color="#10B981">
    Ask AI to create, update, or delete any resources using natural language
    commands.
  </Card>

  <Card title="Version Control" icon="code-branch" color="#8B5CF6">
    Each AI deployment creates a new version of your stack for better change
    tracking.
  </Card>

  <Card title="Individual Resource Control" icon="gear" color="#F59E0B">
    Manage resources individually - update attributes, modify code, or
    deactivate as needed.
  </Card>
</Columns>

## Use Cases

See how Cloudlvl can solve real-world infrastructure challenges with AI assistance.

<Columns cols={2}>
  <Card title="Automated Cleanup" icon="clock" href="#" color="#EF4444">
    "Create a daily Lambda function that stops EC2 test instances running for 7+
    days"
  </Card>

  <Card title="Cost Optimization" icon="dollar-sign" href="#" color="#10B981">
    "How can I decrease my bill with this stack?"
  </Card>

  <Card title="Perfect Server Setup" icon="server" href="#" color="#3B82F6">
    "Help me build the perfect server for my webapp"
  </Card>

  <Card title="Auto-scaling Configuration" icon="display-chart-up" href="#" color="#8B5CF6">
    "Set up auto-scaling for my application based on traffic patterns"
  </Card>

  <Card title="Security Hardening" icon="shield" href="#" color="#F59E0B">
    "Review and improve the security configuration of my infrastructure"
  </Card>

  <Card title="Disaster Recovery" icon="circle-heart" href="#" color="#6B7280">
    "Create a backup and disaster recovery plan for my production environment"
  </Card>
</Columns>

## See it in Action

<div
  style={{
position: "relative",
paddingBottom: "56.25%",
height: 0,
overflow: "hidden",
maxWidth: "100%",
background: "#000",
}}
>
  <iframe
    src="https://www.youtube.com/embed/s-L3ldr7hhU"
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
}}
    frameBorder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
    allowFullScreen
    title="Cloudlvl Product Demo"
  />
</div>
