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

# Welcome to Capy

> Capy runs coding tasks for you. Describe what you want and an agent builds it in its own VM. Review the diff, create a PR, and move on.

Capy runs coding tasks for you. Describe what you want - fix a bug, build a feature, refactor a module - and an agent builds it in its own VM. You review the diff, create a PR, and move on.

There are two modes. **Captain** reads your codebase and writes detailed specs so Build agents get it right the first time. **Build** does the actual coding - it edits files, runs commands, installs packages, and commits code.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Capy 101" icon="book" href="/using-capy">
    Tasks, agents, prompting tips, and models
  </Card>

  <Card title="Configuration" icon="wrench" href="/configs/instructions">
    Agent instructions, skills, config file, and runtime config
  </Card>

  <Card title="Pricing" icon="credit-card" href="/pricing">
    Plans and usage costs
  </Card>
</CardGroup>
