# 5.3.4 Clone a Project

The "Clone Project" feature in Onethread enables users to create a duplicate of an existing project.&#x20;

### Use Case:

This feature is beneficial when users want to repeat a similar project with similar tasks, deadlines, and team members.&#x20;

For example, a user might want to clone a successful project and modify it for a different department or a similar project. This feature can save a significant amount of time and effort for the user as they don't have to create a new project from scratch. The cloned project will have the same details and settings as the original project, and the user can then make changes to the cloned project as needed.

### Pre-conditions to use the Feature:

* Users **must have** an **account** in Onethread.
* Users must be a part of a company.
* Users must be **Super Admins/Admins** to use this feature.

### Steps to Use:

* **Select** a **project** from the Active **Projects** list of your company.&#x20;
* **Tick** it. The **Clone button** will get **activated**.&#x20;
* **Click** the button. A modal will open.
* **Provide** **Project Name** and revised **new due date**.&#x20;
* **Tick** the **Assignee**, **Label**, **Due date**, and **subtask** to **copy** them to the **new project.**
* Click **Create Project** button.

<figure><img src="https://lh4.googleusercontent.com/A_KCFwzdA2--lb4ae_ZbY9nyLdkskfhuAD1iVW_z-wLZ6zaWTBDI66dYTQOYfKTaQgeC6MnFUQQv_7IM5Z0pn52d7YGS4hX79MbzaeHjnHKkYSiLQbMALbeZ22NDuTYmBcibHcFNHAopcTQKzP0wsyRwK5lnM-PEzI_k8rnDaqZHyI0nSNaLMnhZ21Na_Q" alt=""><figcaption></figcaption></figure>

### Important Notes:

* **Project Teammates** will be the **same** when you **copy a project**.&#x20;
* To **add new teammates**, follow this [procedure](https://docs.onethreadapp.com/5.-managing-project/5.2-project-dashboard/5.2-add-teammates-to-a-project).
* &#x20;If you want to, you can untick them. In that case, you must add an assignee, create a label, set a due date, and create subtasks in those tasks again.&#x20;

### Benefits:

* **Time-saving:** By cloning a project, users can save time and effort in setting up a new project from scratch.&#x20;
* **Consistency:** Cloning a project ensures consistency by duplicating all the information, settings, and team members, avoiding the need to add or reconfigure these items manually.
* **Flexibility:** The cloning feature allows users to quickly create new projects based on previous ones. It will have all the previous information and tasks, making it easier for users to make any necessary changes and updates.&#x20;

### Limitations:

* You can't clone the task's dependencies under the project to the newly cloned project.
* You have to add dependencies to the new project's tasks manually.


---

# 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.onethreadapp.com/5.-managing-project/5.3-project-action-buttons/5.3.4-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.
