# How to Duplicate or Clone a Contract

Need to reuse a contract template, quickly create a version with different signers, or test variations without starting from scratch? Signfeld makes it easy to duplicate any contract — whether it’s a draft, sent, or completed one.

### 📄 What Happens When You Duplicate a Contract?

Duplicating creates an exact copy of the selected contract, including:

* All contract text and formatting
* Fields (signature, name, date, etc.)
* AI-generated sections (if applicable)
* Comments (optional)
* Tags (you can edit these later)<br>

### 🤖 Option 1: Ask Signfeld AI to Duplicate for You

You can also let the built-in Signfeld Assistant handle duplication in one step.

Here’s how:

1. Open the contract you want to duplicate.
2. Click the Signfeld Assistant chat icon (bottom-right corner).
3. Type something like:\
   \
   “Duplicate this contract so I can reuse it for a different client.”<br>
4. The AI will instantly create a new draft for you and confirm once it’s ready.
5. You’ll see a link to open the duplicate directly from the assistant chat.\ <br>

🧠 Pro Tip: You can also say things like:\
“Clone this with signers removed,”\
“Duplicate and rename to NDA for January,”\
or\
“Copy this but keep all fields and comments.”

### 🔁Option 2: Manually Duplicate a Contract

1. Go to the Documents Tab in Signfeld.
2. Find the contract you want to duplicate.
3. Click the dropdown button next to the document title.
4. Select Duplicate from the dropdown.
5. A new contract titled “\[Original Name] (Copy)” will be created as a Draft.<br>

Open it to begin editing or updating fields and signers.<br>


---

# 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://helpyou.gitbook.io/signfeld/how-to-duplicate-or-clone-a-contract.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.
