> ## 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.

# Getting Started

> Welcome to the Adaptive Engine documentation!

Adaptive Engine allows you to continuously <span style={{color: '#7754BB', fontWeight: 'bold'}}> evaluate </span> and <span style={{color: '#7754BB', fontWeight: 'bold'}}>adapt</span> models
with synthetic data and production feedback to surpass frontier performance.

<CardGroup cols={3}>
  <Card title="Quickstart" icon="play" href="/v0.6/introduction/quickstart">
    Quickly get started with the Adaptive Engine with an end-to-end example.
  </Card>

  <Card title="Make inference requests" icon="comments" href="/v0.6/guides/inference">
    Generate your first completion from a deployed model
  </Card>

  <Card title="Log feedback" icon="thumbs-up" href="/v0.6/guides/feedback">
    Log feedback for a model's output
  </Card>
</CardGroup>
