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

# Auremi docs

> How to build and train models with Auremi through the CLI and your coding agent.

Auremi gives your coding agent what it needs to build and train machine learning models. You ask the agent, and it runs the `auremi` CLI for you. These pages cover setting up a repo, running training, and what each command does.

<Columns cols={3}>
  <Card title="Getting started" icon="rocket" href="/getting-started">
    Set up a repo, push a notebook, check it, and start a training run.
  </Card>

  <Card title="Training workers" icon="microchip" href="/training-workers">
    Where training runs, and how to set up a browser, desktop, or cloud worker.
  </Card>

  <Card title="CLI commands" icon="terminal" href="/cli-commands">
    Every `auremi` command and what it does.
  </Card>
</Columns>
