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

# Evaluations

Evaluations score traces so you can quantify improvements and catch regressions as models, prompts, and code change.

<CardGroup cols={2}>
  <Card title="Introduction" href="/evaluations/introduction">
    What evals are and when to use them.
  </Card>

  <Card title="Quickstart" href="/evaluations/quickstart">
    Run your first evaluation.
  </Card>

  <Card title="Using a Dataset" href="/evaluations/using-dataset">
    Evaluate against curated data.
  </Card>

  <Card title="Online Evaluators" href="/evaluations/online-evaluators/introduction">
    Score production traffic continuously.
  </Card>
</CardGroup>

Next: turn failures into reusable test data with [Datasets](/datasets) and [Queues](/queues/quickstart).
