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

# Result Overview

All experiments are logged in the Traceloop platform. Each experiment is executed through the SDK.

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

## Experiment Runs

An experiment can be run multiple times against different datasets and tasks. All runs are logged in the Traceloop platform to enable easy comparison.

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

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

## Experiment Tasks

An experiment run is made up of multiple tasks, where each task represents the experiment flow applied to a single dataset row.

The task logging captures:

* Task input – the data taken from the dataset row.

* Task outputs – the results produced by running the task, which are then passed as input to the evaluator.

* Evaluator results – the evaluator’s assessment based on the task outputs.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/enrolla/-xQ9K52hAYrcQGvz/img/experiment/exp-run-light.png?fit=max&auto=format&n=-xQ9K52hAYrcQGvz&q=85&s=90dcae379fa511eec6e3d4eb8de2a0d1" width="3284" height="1734" data-path="img/experiment/exp-run-light.png" />

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