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

# Verification

> Verify agent's implementation and manage review comments for iterative improvements. Traycer's verification process ensures that agent's implementation meet your requirements and follow your original plan. When issues are found, it generates actionable review comments that can be handed back to agents for fixes.

## How verification works

Traycer analyzes agent's implementation against your original plan and creates categorized review comments for any issues found. These comments can be handed off to your preferred agent for iterative fixes and improvements.

## Verification comment categories

<Frame>
  <img src="https://mintcdn.com/traycerai/48vln0czWNG-WUFe/images/verification-category.png?fit=max&auto=format&n=48vln0czWNG-WUFe&q=85&s=179731f02a672b1d5cfa144708592e05" alt="Verification categories" className="rounded-lg" width="1229" height="256" data-path="images/verification-category.png" />
</Frame>

Traycer organizes verification comments by priority level to help you focus on the most important issues first:

* **Critical**: Blocks core functionality or plan requirements and must be fixed first.
* **Major**: Significant issues that affect behavior or UX but may have workarounds.
* **Minor**: Small polish items that don't block functionality.
* **Outdated**: Comments that are no longer relevant due to changes in the implementation.

## Fixing verification comments

You have three options for addressing verification comments:

* **Fix individual comments**: Use the coding agent icon button next to each comment to address specific issues one at a time.
* **Fix selected comments**: Enable selection mode to choose multiple comments, then send the selected comments to your [agent](/integrations/agents) for fixing.
* **Fix all comments**: Use the **Fix all in** button to have your [agent](/integrations/agents) address all verification comments at once.

## Verification options

Choose between focused re-verification or complete fresh verification based on your needs:

* **Re-verify**: Focused pass that checks whether previously identified issues are resolved. Faster and ideal for iterative cycles.
* **Fresh Verification**: Full re-analysis that ignores old comments and reassesses the whole implementation.
