# How to Save and Resume Draft Contracts

Signfeld is built to make contract creation flexible and non-linear — meaning you can stop at any point, come back later, and pick up right where you left off. Every draft is saved automatically, and nothing is sent until you decide it’s ready.

### ✅ Saving Drafts (It’s Automatic)

There’s no "Save" button in Signfeld — your work is saved automatically as you go.

When your draft saves:

* Every time you add, remove, or edit text or fields
* When you insert signers or documents
* When you make layout or formatting changes
* When AI suggestions are applied<br>

💡 You’ll see a small “Last saved” timestamp at the top right of the contract editor. (coming soon)

### Resuming a Draft Contract

To resume work on any draft contract:

1. Go to the Documents Tab at the top of your dashboard.
2. Use filters or the search bar to find your draft by title, signer name, or tag.
3. Click the draft — it will open directly in the contract editor.
4. Continue editing, adding fields, inviting collaborators, or getting AI help.\ <br>

🧠 Tip: Drafts are labeled with a “Draft” status badge so you can quickly distinguish them from Sent or Completed contracts.

### 🧷 Can I Work on Multiple Drafts at Once?

Yes! You can have as many active drafts as you need. You can even duplicate a draft to test different contract versions.

<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-save-and-resume-draft-contracts.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.
