> For the complete documentation index, see [llms.txt](https://postjamm.gitbook.io/postjamm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://postjamm.gitbook.io/postjamm/projects/version-management.md).

# Version management

Postjamm allows you to manage multiple versions of the same project without losing context.

#### Add a new version <a href="#add_a_new_version" id="add_a_new_version"></a>

To upload a new version:

1. Open your project
2. Click on the version selector at the top, near the project name<br>

   <figure><img src="https://desk.zoho.com/galleryDocuments/edbsn878eaf600bddaf7fb9b2b6c8ed42382775a280fd2e71c234614db0ca7241f6e4b3e565a638c5385387f977c27021dc51?inline=true" alt=""><figcaption></figcaption></figure>
3. Select Add new version
4. Upload your updated video<br>

The new version will be added to the project while keeping previous versions intact.

You can switch between versions using the version selector dropdown at the top of the project.

This allows you to review previous iterations at any time.

***

> 💡Version behavior
>
> * When a new version is added, commenting on older versions is automatically disabled
> * This ensures that all new feedback is focused on the latest version

***

#### Manage versions  <a href="#manage_versions" id="manage_versions"></a>

To manage existing versions:

1. Open the version selector
2. Click on Manage versions<br>

   <figure><img src="https://desk.zoho.com/galleryDocuments/edbsn90e72db9bc2934dc1750564108981914afd4353758da2a15ebd4b6b1184dc89459edba04eadcaac11490bfa2325d28c2?inline=true" alt=""><figcaption></figcaption></figure>

From here, you can edit any version listed.

> 💡Note: Editing a version will remove all comments associated with that version


---

# 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://postjamm.gitbook.io/postjamm/projects/version-management.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.
