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

# Introduction

Building reliable LLM applications means knowing whether a new prompt, model, or change of flow actually makes things better.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/enrolla/-xQ9K52hAYrcQGvz/img/experiment/exp-list-light.png?fit=max&auto=format&n=-xQ9K52hAYrcQGvz&q=85&s=06e88a10c2a158599e21539ae47f8cec" width="3264" height="506" data-path="img/experiment/exp-list-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/enrolla/-xQ9K52hAYrcQGvz/img/experiment/exp-list-dark.png?fit=max&auto=format&n=-xQ9K52hAYrcQGvz&q=85&s=53c6d94b9003aeaaac920c048592967c" width="3266" height="492" data-path="img/experiment/exp-list-dark.png" />
</Frame>

Experiments in Traceloop provide teams with a structured workflow for testing and comparing results across different prompt, model, and evaluator checks, all against real datasets.

## What You Can Do with Experiments

<CardGroup cols={2}>
  <Card title="Run Multiple Evaluators" icon="list-check">
    Execute multiple evaluation checks against your dataset
  </Card>

  <Card title="View Complete Results" icon="table">
    See all experiment run outputs in a comprehensive table view with relevant indicators and detailed reasoning
  </Card>

  <Card title="Compare Experiment Runs Results" icon="code-compare">
    Run the same experiment across different dataset versions to see how it affects your workflow
  </Card>

  <Card title="Custom Task Pipelines" icon="code">
    Add a tailored task to the experiment to create evaluator input. For example: LLM calls, semantic search, etc.
  </Card>
</CardGroup>
