# View document version history

Wonderly Docs automatically saves snapshots as you and your team make edits. You can review these snapshots to track changes or revert to an earlier version if needed.

### Access version history from a Doc

{% hint style="info" %}
**When to use:** Use this method when you want to review or restore past versions of a document.
{% endhint %}

1. Open the **Wonderly Doc** whose history you want to view.
2. Click the **three dots (⋯)** in the top-right corner of the document.
3. Select **Version history**.
4. A panel will open showing a list of saved version snapshots.
5. Click any snapshot to preview that version of the document.
6. To revert to a previous version, click **Restore** on the snapshot you want to return to.

{% embed url="<https://app.supademo.com/demo/cmohdg1w92nkqza2ia77r9nsc>" %}

**Expected outcome:** The document is restored to the selected version, and a new snapshot of the current state is automatically saved before the restore.

***

**FAQ**

**How far back can I see versions?** Wonderly Docs saves every change automatically, so you can view all past versions since the document was created.

**Can team members see the version history?** Yes, anyone with edit access to the document can view version history and restore versions.

**Can I name or label snapshots?** Not yet. Snapshots are automatically timestamped and labeled with the editor’s name.


---

# 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://www.wonderly.com/help/work-hub/document-overview/organizing-and-sharing/view-document-version-history.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.
