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

# Auditability

> Auditability in Exterview through system logs, session reports, human review trails, and change visibility across configuration, rubrics, and evaluations.

## Purpose

Exterview keeps a traceable record across the evaluation lifecycle, so you can answer "what happened, when, and why" for any candidate or decision.

## What's traced

<CardGroup cols={2}>
  <Card title="Setup decisions" icon="clipboard-check">
    What was configured and signed off, and by whom.
  </Card>

  <Card title="Session lifecycle" icon="timeline">
    Invite, start, completion, and status changes.
  </Card>

  <Card title="Report generation" icon="file-chart-column">
    When a report or takeaway was produced.
  </Card>

  <Card title="Review actions" icon="user-check">
    Who reviewed, and what they decided.
  </Card>

  <Card title="Configuration changes" icon="code-branch">
    What changed, when, and under which version.
  </Card>
</CardGroup>

```mermaid theme={null}
%%{init: {'theme':'base','themeVariables':{'primaryColor':'#EEF2FF','primaryBorderColor':'#4B6CFE','primaryTextColor':'#0F172A','lineColor':'#64748B','clusterBkg':'#F8FAFC','clusterBorder':'#E2E8F0'}}}%%
flowchart LR
  A([Invite]) --> B([Start]) --> C([Completion]) --> D([Status change])
```

*The session lifecycle every audit record traces: invite, start, completion, and any status change in between.*

<Info>
  Audit records support your own reviewers and auditors. Raw system logs and
  private audit exports are not published; scope is agreed with your team.
</Info>

## Why it matters

A complete trail makes evaluations defensible: every score connects to the inputs and the rubric version applied. We're building out a complete record of who reviewed and approved each decision, so you can stand behind a hiring decision under scrutiny.

## FAQs

<AccordionGroup>
  <Accordion title="Can we see who reviewed a candidate?">
    We keep structured logs of review activity today, and we're building out a complete, easy-to-read record of who reviewed and approved each decision.
  </Accordion>

  <Accordion title="Can we trace why a score changed?">
    Yes. Configuration changes are versioned, and scores trace to the version in
    effect.
  </Accordion>

  <Accordion title="Do we get raw logs?">
    Audit records support review and compliance needs. Raw system logs aren't published; the scope is agreed with your team.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Security" icon="lock" href="/trust/security">
    The access controls behind what gets audited.
  </Card>

  <Card title="Compliance FAQs" icon="circle-question" href="/trust/compliance-faqs">
    Certification status and procurement questions.
  </Card>
</CardGroup>
