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

# Introduction

> Welcome to the Hive documentation

The Hive is an AI-powered code evolution platform. Define your target code and evaluation metric, and the Hive will deploy a swarm of AI agents to iteratively search for improvements — exploring algorithmic spaces far beyond what any team could manually.

## Get started

<Card title="Quickstart" icon="rocket" href="/gettingstarted/quickstart" horizontal>
  Launch your first Hive experiment in minutes using a demo repository.
</Card>

## Learn more

<CardGroup cols={2}>
  <Card title="Prepare an experiment" icon="flask-conical" href="/gettingstarted/setup">
    Define a target, write an evaluator, and configure the sandbox for your own codebase.
  </Card>

  <Card title="CLI setup" icon="terminal" href="/gettingstarted/cli/setup">
    Install the Hivekit CLI and authenticate with the platform.
  </Card>

  <Card title="Configuration reference" icon="file-code" href="/gettingstarted/cli/configuration">
    Full reference for the experiment configuration YAML.
  </Card>

  <Card title="Dashboard" icon="chart-line" href="/gettingstarted/dashboard">
    Monitor experiment progress and view results.
  </Card>
</CardGroup>
