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

# Astro Documentation

<Info>
  Astro is a cloud solution that helps you focus on your data pipelines and spend less time managing Apache Airflow®, with capabilities enabling you to build, run, and observe data all in one place.

  <div className="flex flex-wrap items-center gap-3 mt-4">
    <a href="https://www.astronomer.io/lp/signup/" className="acds-button">
      Try Astro <Icon icon="arrow-right" size={14} />
    </a>

    <a href="https://www.astronomer.io/?referral=docs-what-astro-banner" className="acds-button secondary">
      Learn More
    </a>
  </div>
</Info>

## Run on the cloud

<CardGroup cols={3}>
  <Card title="Create a Deployment" icon="rocket-launch" iconType="light" href="/docs/astro/create-deployment">
    A Deployment is an instance of Apache Airflow hosted on Astro.
  </Card>

  <Card title="Deploy code" icon="code" iconType="light" href="/docs/astro/deploy-code">
    Get your dags up and running on Astro.
  </Card>

  <Card title="Automate with CI/CD" icon="circle-play" iconType="light" href="/docs/astro/ci-cd-templates/template-overview">
    Push code to Astro using templates for popular CI/CD tools.
  </Card>
</CardGroup>

## Get started

<CardGroup cols={2}>
  <Card title="I'm unfamiliar with Apache Airflow" icon="circle-question" iconType="light" href="/docs/learn/">
    Use tutorials and concepts to learn everything you need to know about running Airflow.
  </Card>

  <Card title="I'm ready to create my first project" icon="arrow-right" iconType="light" href="/docs/cli/v1.43/get-started-cli">
    Learn how to create an Astro project and run it locally with the Astro command-line interface (CLI).
  </Card>
</CardGroup>

## More Astro Tools

<CardGroup cols={2}>
  <Card title="Astro API" icon="gear-code" iconType="regular" href="/docs/astro/api/v-1/overview">
    Develop applications and scripts for Astro components with a standard REST API.
  </Card>

  <Card title="Airflow Registry" icon="bookmark" iconType="regular" href="https://airflow.apache.org/registry/">
    Browse Airflow providers, modules, and plugins.
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Dag Factory" icon="screwdriver-wrench" iconType="regular" href="https://astronomer.github.io/dag-factory/latest/">
    Build Apache Airflow® workflows using YAML files.
  </Card>

  <Card title="Terraform Provider" icon="puzzle-piece-simple" iconType="regular" href="https://registry.terraform.io/providers/astronomer/astro/latest/docs">
    Automate, scale, and manage your Astro infrastructure with Terraform.
  </Card>

  <Card title="Cosmos" icon="galaxy" iconType="regular" href="https://astronomer.github.io/astronomer-cosmos/">
    Orchestrate your dbt projects in Airflow.
  </Card>
</CardGroup>
