# Clone a Project

This function is used when you want to make a copy of an existing project on the same server – for instance, you want to use functionality from a previous release but want to make some minor changes.  This allows you to keep the existing project as-is and create the clone for your new work.  All artifacts in the existing project will be cloned.

To create a clone, hover your cursor to the right of the project you want to clone and click the ‘duplicate’ button (two pages with a ‘+’ sign on them, second icon from right).

<figure><img src="/files/0lOj9unoEwDPNrFr7FRa" alt=""><figcaption><p>Clone project icon</p></figcaption></figure>

This will open the clone window. Because you are creating a copy on the same server, you must provide a prefix. TDO will affix this prefix to every artifact in the project. Once you have entered the prefix, click on ‘Clone’ to create the project clone.

<figure><img src="/files/tslbQCPIocn7Jax0jOEv" alt=""><figcaption><p>Clone Project window</p></figcaption></figure>

TDO will display a moving circle icon while the clone is in process.  Once the clone is completed, the new project is visible in your projects list.

<figure><img src="/files/dkLZuCOG77KeFsLyeIwQ" alt=""><figcaption><p>Cloned project shown in projects window</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.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/tdo-project-builder-user-guide/projects/clone-a-project.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.
