# Duplicate a Model

In Pesipiuma you can create a copy of an active project. The duplicate keeps the source data, sizes, pieces, sections, tags, cover assets, and report-related data from the original project.

1. Open the Dashboard.
2. Open the project options menu on the project card.
3. Select **Duplicate Project**.
4. Enter the new **Project name**.
5. Optionally edit the **Description** and assigned **Tags**.
6. Click **Duplicate**.

{% hint style="info" %}
Archived projects must be restored before they can be duplicated.
{% 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://help.pesipiuma.app/en/workspace-management/model-operations/duplicate-a-model.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.
