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

# Introduction

> Adaptive Engine documentation

Adaptive Engine is a platform for deploying specialized agents using reinforcement learning and synthetic data. Use Adaptive Engine to fine-tune, serve and evaluate LLMs for any task.

## Get started

<Card title="Quickstart" icon="play" href="/v0.14/quickstart">
  Fine-tune a model in 10 minutes
</Card>

## Core concepts

<CardGroup cols={2}>
  <Card title="Projects" icon="folder" href="/v0.14/core/projects">
    Organize models, data, and training runs
  </Card>

  <Card title="Models" icon="cube" href="/v0.14/core/models">
    Deploy and run inference
  </Card>

  <Card title="Datasets" icon="database" href="/v0.14/core/datasets">
    Upload training and evaluation data
  </Card>

  <Card title="Recipes" icon="sparkles" href="/v0.14/core/recipes">
    Run training and evaluation jobs
  </Card>
</CardGroup>
