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

# Introduction

> Augment is the AI-native coding platform built for enterprise-grade software engineering. Transform how you build and ship software with powerful coding agents, deep codebase intelligence, and flexible automations.

export const ChatIcon = () => <svg xmlns="http://www.w3.org/2000/svg" height="28px" viewBox="0 -960 960 960" width="28px" fill="#5f6368">
    <path d="M864-96 720-240H360q-29.7 0-50.85-21.15Q288-282.3 288-312v-48h384q29.7 0 50.85-21.15Q744-402.3 744-432v-240h48q29.7 0 50.85 21.15Q864-629.7 864-600v504ZM168-462l42-42h390v-288H168v330ZM96-288v-504q0-29.7 21.15-50.85Q138.3-864 168-864h432q29.7 0 50.85 21.15Q672-821.7 672-792v288q0 29.7-21.15 50.85Q629.7-432 600-432H240L96-288Zm72-216v-288 288Z" />
  </svg>;

export const AgentIcon = () => <svg xmlns="http://www.w3.org/2000/svg" fill="#5f6368" width="28px" height="28px" viewBox="0 0 24 24">
    <path d="M13.5 2c0 .444-.193.843-.5 1.118V5h5a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h5V3.118A1.5 1.5 0 1 1 13.5 2M6 7a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H6m-4 3H0v6h2zm20 0h2v6h-2zM9 14.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m6 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" />
  </svg>;

<img className="block rounded-xl" src="https://mintcdn.com/augment-mtje7p526w/aEvQ6p7VacBQ05kr/images/cosmos.png?fit=max&auto=format&n=aEvQ6p7VacBQ05kr&q=85&s=c3a5bc3610859e2a95eb632c6fbc4c16" alt="Cosmos by Augment Code" width="5208" height="2570" data-path="images/cosmos.png" />

## Get started in minutes

<CardGroup cols={2}>
  <Card href="cosmos/getting-started">
    <img className="w-12 h-12 block dark:hidden" src="https://mintcdn.com/augment-mtje7p526w/aEvQ6p7VacBQ05kr/images/logo/cosmos-logo-black.svg?fit=max&auto=format&n=aEvQ6p7VacBQ05kr&q=85&s=6cdfa6e4ee42b0f061e75f355a4b19f9" alt="Cosmos" width="555" height="475" data-path="images/logo/cosmos-logo-black.svg" />

    <img className="w-12 h-12 hidden dark:block" src="https://mintcdn.com/augment-mtje7p526w/aEvQ6p7VacBQ05kr/images/logo/cosmos-logo-white.svg?fit=max&auto=format&n=aEvQ6p7VacBQ05kr&q=85&s=4118f5401ea5af1d1f2ef2069fdd75c9" alt="Cosmos" width="555" height="475" data-path="images/logo/cosmos-logo-white.svg" />

    <h2 className="pt-4 font-semibold text-base text-gray-800 dark:text-white">
      Cosmos
    </h2>

    <p>
      Combine custom triggers and specialized agents to build powerful software development automations.
    </p>
  </Card>

  <Card className="bg-red" href="/cli/overview">
    <img className="w-12 h-12" src="https://mintcdn.com/augment-mtje7p526w/OQGzHw_wD-n9a1ch/images/cli.svg?fit=max&auto=format&n=OQGzHw_wD-n9a1ch&q=85&s=bdc9aed7bd4c71864560604d3d0b7f77" alt="Auggie CLI" width="230" height="230" data-path="images/cli.svg" />

    <h2 className="pt-4 font-semibold text-base text-gray-800 dark:text-white">
      Auggie CLI
    </h2>

    <p>
      All the power of Augment's agent, context engine, and tools in your terminal.
    </p>
  </Card>
</CardGroup>

Looking for Augment for your favorite IDE? See documentation for [Visual Studio Code](setup-augment/install-visual-studio-code) or [JetBrains IDEs](jetbrains/setup-augment/install-jetbrains-ides).

## Automate your SDLC

Cosmos ships with built-in experts that enable you to automate how you build, review, and ship code to production.

<CardGroup cols={3}>
  <Card title="Code" icon="file-code" href="cosmos/experts-pr-author">
    Go from prompt to implementation, and handle follow-ups automatically.
  </Card>

  <Card title="Review" icon="eye" href="/cosmos/experts-code-review">
    Automatically review every PR to catch critical bugs.
  </Card>

  <Card title="Other automation" icon="workflow" href="cosmos/automations">
    Run a specialized agent from a trigger or on schedule.
  </Card>
</CardGroup>
