> For the complete documentation index, see [llms.txt](https://help.synode.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.synode.ai/dashboard/duplicatingprojectsandversions.md).

# Duplicating Projects and Versions

To watch the full video on Duplicating Projects and Versions, watch it here:

{% embed url="<https://www.youtube.com/watch?v=JtTEW9jshkg>" %}

With the new Duplicate Project and Version feature, you'll be able to save your projects as different projects and versions. This is great if you have similar procedures so you can can continue from where you saved.

<figure><img src="/files/oTTiFzEIDmXkupmHFId5" alt=""><figcaption></figcaption></figure>

## Duplicating Project:

To duplicate your Project, go to the top left of the screen and click the Synode logo. In the dropdown menu you will see “Save as”. Hover over it and then you will see “New Project”.

<figure><img src="/files/OMXzq6dJSv9sSC9oEmg1" alt=""><figcaption></figcaption></figure>

Once you click “New Project” you can change the name of your project. Once done, click “Save”

<figure><img src="/files/kqaZxn7cyyinHg0Av9aO" alt=""><figcaption></figcaption></figure>

The duplicated project will show up on your dashboard.

<figure><img src="/files/nRt2bzZ2u7zOK6q7HYsF" alt=""><figcaption></figcaption></figure>

## Duplicate version:

Duplicating as a seperate version is the same process as duplicating projects. Instead of your new project being in the dashboard, its now a new version in the same project you duplicated from.

<figure><img src="/files/d948WJghxM58woSjat24" alt=""><figcaption></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://help.synode.ai/dashboard/duplicatingprojectsandversions.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.
