> For the complete documentation index, see [llms.txt](https://cogna8-io.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cogna8-io.gitbook.io/docs/core-concepts/state-snapshots.md).

# State Snapshots

State snapshots capture the governed state picture at a specific moment so teams can inspect, compare, and hand off the current operational context without replaying the entire conversation history.

***

## What Snapshots Are Useful For

{% tabs %}
{% tab title="Operational" %}

* Shift handoff between operators
* Agent-to-operator review
* Pre-action review before a critical step
* Post-resolution verification after conflict handling
  {% endtab %}

{% tab title="Debugging" %}

* Comparing state at two points in time
* Identifying when a specific change occurred
* Understanding what the system believed before a gate decision
  {% endtab %}

{% tab title="Demo and Evaluation" %}

* Showing that Cogna8 manages evolving state, not only chat output
* Demonstrating state evolution over time to stakeholders
  {% endtab %}
  {% endtabs %}

***

{% hint style="info" %}
**A snapshot is a point-in-time representation of governed state as managed by Cogna8.** It is not a replacement for raw source logs or external systems of record. This distinction keeps the snapshot useful and honest.
{% endhint %}
