# Clone Project

Sometimes you have a project you would like to copy and just do some tweaking instead of creating a new one from scratch.

{% hint style="warning" %}
Cloning will perform a copy of the project definition, the mapping, and (optional) the users of a project.

**Data are not copied**.
{% endhint %}

On the project details page, just click on "Clone"

![](/files/CAQSNJtq0n2NQzkTKSQe)

Type a name for the cloned project and click clone.

There is also the option to clone all the users of the original project.

{% hint style="info" %}
Please be aware cloned projects are always assigned to the original CREATOR(s) of a project.

If you would like to use someone else's project as a template please have a look at [**how to export and import projects.**](/web-application/import-and-export-projects.md)
{% endhint %}


---

# 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.epicollect.net/web-application/clone-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.
