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

# Introduction

> Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers.

<div className="relative">
  <div className="absolute -top-14 left-0 right-0 opacity-80">
    <img src="https://mintlify.s3.us-west-1.amazonaws.com/mintlify-docs/images/hero/background-light.svg" className="block dark:hidden pointer-events-none w-full h-auto" alt="Decorative background image." />

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/mintlify-docs/images/hero/background-dark.svg" className="hidden dark:block pointer-events-none w-full h-auto" alt="Decorative background image." />
  </div>

  <div className="relative z-10 px-4 py-16 lg:py-48 lg:pb-24 max-w-3xl mx-auto">
    <h1 className="block text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
      Documentation
    </h1>

    <div className="max-w-xl mx-auto px-4 mt-4 text-lg text-center text-gray-500 dark:text-zinc-500">
      Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers and teams.
    </div>
  </div>
</div>

## Get started with Mintlify

Explore the key features that make Mintlify the modern documentation platform for developers and teams.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Deploy your first docs site in minutes with our step-by-step guide
  </Card>

  <Card title="CLI installation" icon="terminal" href="/installation">
    Install the CLI to preview and develop your docs locally
  </Card>

  <Card title="Web editor" icon="mouse-pointer" href="/editor/index">
    Make quick updates and manage content with our browser-based editor
  </Card>

  <Card title="Components" icon="cube" href="/components/accordions">
    Build rich, interactive documentation with our ready-to-use components
  </Card>
</CardGroup>

## Why Mintlify?

Mintlify combines powerful features with an intuitive developer experience to help you create documentation that users love.

<CardGroup cols={2}>
  <Card title="AI-native" icon="sparkles" href="/ai-native">
    Built-in AI assistant, agent, and workflows for reading, writing, and discovering content
  </Card>

  <Card title="Beautiful design" icon="palette">
    Modern, responsive design that looks great on any device - no configuration needed
  </Card>

  <Card title="Developer-first" icon="code">
    Git-based workflow, local development, and support for MDX and OpenAPI
  </Card>

  <Card title="Fast deployment" icon="bolt">
    Automatic deployments from your repository with preview branches and instant updates
  </Card>
</CardGroup>
