# Project Duplication

## Duplicate a Project

To duplicate a project, head to the Projects section in the top left corner of your screen. Find the project you want to copy and click the three dots (⋯) next to it. Select 'Copy Project' from the dropdown menu.

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

A window will pop up where you can update the 'Project Title' and 'Code'. Once you're happy with the details, just click 'Copy', and that’s it, your duplicate project is ready to go.

<figure><img src="/files/ZAKfkfum9SPA8lSfG8lh" alt=""><figcaption></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.betterbuilding.io/user-guide/settings/account-management/project-duplication.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.
