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

# Overview

The Simulations visualizer in LangWatch provides a powerful way to inspect and analyze the results of your agent tests built with the [`scenario`](https://github.com/langwatch/scenario) library. It offers a user-friendly interface to dig into simulation runs, helping you debug your agent's behavior and collaborate with your team.

<img src="https://mintcdn.com/langwatch/UFU4yqeW-QWPi3A0/images/simulations/simulation-set-overview.png?fit=max&auto=format&n=UFU4yqeW-QWPi3A0&q=85&s=a98f2913e906cf08a2bd437cfa17df1b" alt="Simulations Sets" width="100%" data-path="images/simulations/simulation-set-overview.png" />

## How it Works

When you run your scenarios with the LangWatch integration enabled, the results are sent to the LangWatch platform and become available in the Simulations section.

This allows you to:

* Organize your simulations into **Sets** for better management.
* View a **history of runs** for each set.
* Drill down into individual **scenario runs** to see the full conversation.
* Visualize **passing and failing** scenarios in a clear grid view.

This documentation will guide you through the different parts of the Simulations visualizer and how to make the most of them.

For technical details on the API, see the [Scenario Event Reference](/api-reference/scenarios/overview).
