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

# Manual inspection

> Inspect run steps, inputs, and outputs by hand.

Manual inspection is the detailed view for a single run. It is where you
check the exact step that produced a surprising result.

<img className="docs-screenshot docs-screenshot-light" src="https://mintcdn.com/sovaralabs/NvGxJrAQ7PUWeA2e/assets/screenshots/run-view-light.png?fit=max&auto=format&n=NvGxJrAQ7PUWeA2e&q=85&s=74ed5ee6261d6a40ce9aa3d49566359e" alt="Sovara run inspection view showing ordered steps and selected step details" width="3104" height="2144" data-path="assets/screenshots/run-view-light.png" />

<img className="docs-screenshot docs-screenshot-dark" src="https://mintcdn.com/sovaralabs/NvGxJrAQ7PUWeA2e/assets/screenshots/run-view-dark.png?fit=max&auto=format&n=NvGxJrAQ7PUWeA2e&q=85&s=68accb660d63196d94389850b1735a7a" alt="Sovara run inspection view showing ordered steps and selected step details" width="3104" height="2144" data-path="assets/screenshots/run-view-dark.png" />

The left side shows the run steps. Each step is a model call, tool call, or
recorded subrun. Selecting a step opens its input and output on the right,
including injected lessons, request metadata, and the content sent to the model
or tool.

Manual inspection helps with:

* Finding the first step where the agent drifted
* Checking which context the model actually saw
* Reviewing tool inputs and outputs
* Confirming whether a lesson affected the run
