# Snapshot Viewer

The Snapshot Viewer presents state snapshots as operator-readable captures of the governed state at a given moment.

***

## Core Capabilities

{% tabs %}
{% tab title="Narrative View" %}
Snapshots presented in a readable format so users can review state meaning, not only raw fields.
{% endtab %}

{% tab title="Comparison View" %}
Two snapshots compared to highlight meaningful changes across time.
{% endtab %}

{% tab title="Manual Capture" %}
Users can create a snapshot before a risky action, a handoff, or a test run.
{% endtab %}

{% tab title="System-Generated" %}
Snapshots may also be created around important governance moments automatically.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Snapshots are especially valuable in demos and enterprise evaluation** because they show that Cogna8 is managing evolving state, not only producing chat output.
{% 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/product-interface/snapshot-viewer.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.
