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

# Monitor Exterview

> Overview of the Exterview monitor phase, starting at session completion, covering the report, the takeaway principle, and downstream analytics signals.

Monitoring begins the moment a deployed session or document workflow produces an output. From there, Exterview tracks the result through review, action, and measurement, with continuous operational monitoring and a full audit trail.

## What's monitored

<CardGroup cols={2}>
  <Card title="Completions" icon="circle-check">
    When a deployed session or document workflow finishes.
  </Card>

  <Card title="Reports" icon="file-chart-column">
    The structured output every completion produces.
  </Card>

  <Card title="Reviews" icon="user-check">
    The human decisions made against each report.
  </Card>

  <Card title="Outcomes" icon="seedling">
    What happens after the decision, including post-hire signals.
  </Card>
</CardGroup>

## The monitoring lifecycle

```mermaid theme={null}
%%{init: {'theme':'base','themeVariables':{'primaryColor':'#EEF2FF','primaryBorderColor':'#4B6CFE','primaryTextColor':'#0F172A','lineColor':'#64748B','clusterBkg':'#F8FAFC','clusterBorder':'#E2E8F0'}}}%%
flowchart LR
  A([Completed]) --> B([Report Generated]) --> C([Reviewed]) --> D([Actioned]) --> E([Measured])
```

*What happens after a session completes: the report is generated, a person reviews it, a decision is actioned, and the outcome is measured over time.*

## Explore Monitor

<CardGroup cols={2}>
  <Card title="Session Reports" icon="file-chart-column" href="/monitor/session-reports">
    What each deployed module produces.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/monitor/analytics">
    Roll reports up into pipeline-wide trends.
  </Card>

  <Card title="Calibration" icon="scale-balanced" href="/monitor/calibration">
    How scoring stays reproducible as evaluations run.
  </Card>

  <Card title="AI Observability" icon="gauge-high" href="/monitor/ai-observability">
    Critic-agent evals, observability, and auditability over every AI output.
  </Card>

  <Card title="Outcome Intelligence" icon="seedling" href="/monitor/outcome-intelligence">
    Post-hire signals feeding back into evaluation quality.
  </Card>
</CardGroup>

## FAQs

<AccordionGroup>
  <Accordion title="When does monitoring start?">
    As soon as a deployed session or document workflow produces an output.
  </Accordion>

  <Accordion title="Does Exterview act on results automatically?">
    No. Results support human decisions — reviewers act on them. Nothing adverse
    is decided autonomously.
  </Accordion>

  <Accordion title="Where do reports come from?">
    Each deployed module produces a report. See Session Reports for the full list.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Deploy" icon="rocket" href="/deploy/overview">
    The stage that produces what Monitor tracks.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/monitor/troubleshooting">
    Fixes for the most common post-go-live issues.
  </Card>
</CardGroup>
