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

# Observe

> How Sovara observes agent behavior during development.

Observation is the foundation of Sovara's workflow. Before improving an agent,
look at a real run. Sovara keeps the run steps and supporting context together
so the execution can be inspected after the fact.

Sovara treats each agent execution as a run. A run preserves the structure of
the agent's work, from the top-level task down to the step where behavior
changed.

The practical docs live in [Runs](/observability/runs), [Manual
inspection](/observability/manual-inspection), and
[Run chat](/observability/run-chat).
