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

# Snapshots

> A delivery snapshot is an immutable copy of recorded UAT work. Later runs do not change what you already sent.

A snapshot is the freeze you used to make by copying the spreadsheet to a sent filename so nobody edited the sent version.

**Build delivery snapshot** captures the work at that moment. It is **immutable**. New fails later belong in a new run and a new snapshot/delivery, not an edit of the packet you already sent.

That's why delivery can be reviewed (`accepted`, `retest_requested`, and so on) against a known set of results and findings.

You still need an **ACTIVE** connection before the client receives it. [How delivery works](/delivery/how-it-works), [Snapshot how-to](/delivery/snapshot)

<Columns cols={2}>
  <Card title="Exports from the snapshot" icon="file-down" href="/delivery/exports">
    PDF, Excel, Jira CSV, evidence ZIP, and more.
  </Card>

  <Card title="Delivering playbook" icon="send" href="/playbook/delivering">
    End-to-end send.
  </Card>
</Columns>
