# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cogna8-io.gitbook.io/docs/core-concepts/state-snapshots.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
