> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/gym/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/gym/llms-full.txt.

# Overview

Learn how to run, build, and integrate benchmarks into NeMo Gym.

<Tip>
  Looking for benchmark design tutorials? See the [environment-tutorials-index](/v0.2/environment-tutorials).
</Tip>

<Cards>
  <Card title="Run a benchmark or benchmark suite" href="/v0.2/benchmarks/run-benchmark-suite">
    Tutorial to run a benchmark or benchmark suite using NeMo Gym.

    <Badge intent="success" minimal outlined>
      benchmark
    </Badge>
  </Card>

  <Card title="Add a benchmark to NeMo Gym" href="/v0.2/benchmarks/adding-a-benchmark">
    Best practices for benchmark integration into NeMo Gym.

    <Badge intent="success" minimal outlined>
      benchmark
    </Badge>
  </Card>

  <Card title="Design a customer evaluation" href="/v0.2/benchmarks/designing-customer-evaluation">
    Best practices for design and iteration on a customer evaluation benchmark.

    <Badge intent="success" minimal outlined>
      benchmark
    </Badge>
  </Card>

  <Card title="Add aggregate metrics for your benchmark" href="/v0.2/environment-tutorials/aggregate-metrics">
    Implementation tutorial for aggregate metrics.

    <Badge intent="success" minimal outlined>
      benchmark
    </Badge>
  </Card>
</Cards>