> For the complete documentation index, see [llms.txt](https://guide.plusai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.plusai.com/other/live-snapshots/snapshots/snapshot-versions.md).

# Snapshot versions

### What are Snapshot versions

Every time Plus refreshes a Snapshot, a new version is created. You can see all the previous versions of a Snapshot in the timeline.

<figure><img src="/files/CR5DoAeXtDEKDHJ8o28u" alt=""><figcaption><p>Snapshot versions</p></figcaption></figure>

### Sharing versions

You can share a specific version of a Snapshot by selecting in the Snapshot viewer, clicking share, and then checking the option to "Share only this version." This can be useful for pointing the viewer to a specific point-in-time, like highlighting something that happened last week.

Learn more: [Share links](/other/live-snapshots/ways-to-share/share-links.md)

<figure><img src="/files/n8B7hS7QQpWxbPVv5bqN" alt=""><figcaption><p>Copying the URL for a specific Snapshot version</p></figcaption></figure>

### Using versions on Pages

When you place a Snapshot on a Page, by default, the Page will always show the latest version of a Snapshot. You can also choose to show a specific version of a Snapshot, which will not update automatically.&#x20;

To select a specific version, select a Snapshot on a Page, then click on the version you want to display in the timeline.

{% hint style="info" %}
You can use add two different versions of the same Snapshot to a Page in order to compare two different time frames.
{% endhint %}

<figure><img src="/files/G6wZ2X0SMSUiA79A3xrE" alt=""><figcaption><p>Using different versions of the same Snapshot on a Page to compare different time frames</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.plusai.com/other/live-snapshots/snapshots/snapshot-versions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
