# Versioning

PostLab keeps track of all changes made to a document, allowing the whole team to revert those changes from any location. A Team Time Machine, if you will.

## Creating a version

To begin, open a document from within PostLab. Once a document has opened, a new section will automatically appear above the Activity Feed. Here, you can describe any changes you are making to the document:

<figure><img src="/files/MfwadvtiDB9h5FVqWLT4" alt="" width="563"><figcaption><p>Add a description of the changes you made to a document, before saving.</p></figcaption></figure>

After working on your document, return to PostLab to save the changes. Navigate to the `Save your work` section located on top of the Activity Feed. Here, describe the changes you have made and include any additional information that may be helpful for your team members or yourself.

Next, click `Save Changes` . PostLab will then save all changes in the Team Bundle. The time this takes varies and depends on the size of the document and the number of changes made.

After saving, a new entry appears in the Activity Feed. It contains information about when, where, and by whom this version was made. Quickly identify a version in the Activity Feed by its bookmark icon, colored outline, and title.

<figure><img src="/files/HbilIsUJCh5fbRA85dDG" alt="" width="372"><figcaption><p>A new version is saved.</p></figcaption></figure>

## Reverting to a previous version

PostLab's versioning capabilities allow you to return to any point in the document's history. You can revert to any version anytime. To revert to a previous version, hover your cursor over the version you want to revert to. Click the Revert icon that appears next to the Export icon.

<figure><img src="/files/nUI1MFzUDKvubx56B8uH" alt="" width="375"><figcaption><p>Revert back to an older version.</p></figcaption></figure>

&#x20;An alert will pop up, asking if you are sure you want to make this version the most recent one - click `Revert` to confirm.&#x20;

A new Activity Feed item with a Revert label will appear at the top, showing that this is now the active and most recent version. Open the document to see it in the state it was saved in the reverted version.

## Opening or exporting a version

Need to jump back in time and grab something that got lost in a newer version?&#x20;

Exporting a version lets you access a copy without saving a new version. Note: this copy is generated outside of PostLab, which means any changes made to it will not be tracked.

To export a version, hover your cursor over the version and click the Export icon. A menu will open, allowing you to select `Open Copy` to directly access an untracked version of the document, or `Export...` to save the version to your preferred location.

<figure><img src="/files/mv9MEkiqljBnZCH1r5cg" alt="" width="375"><figcaption><p>Opening a version.</p></figcaption></figure>


---

# 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://docs.hedge.video/postlab/features/versioning.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.
