> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/coherent-control/processes/resetting-a-submission.md).

# Resetting a Submission

Reset clears the active chain from the workbook and returns it to the **first task step** — ready for a new submission cycle without creating a new workbook.

#### Steps <a href="#process-steps.1" id="process-steps.1"></a>

1\.     **Overview → action menu → Reset Submission.**

2\.     Read the confirmation: existing chain history is removed from this file.

3\.     Click **Reset**.

#### What resets <a href="#process-whatresets" id="process-whatresets"></a>

* Workbook is unprotected, `CONTROL_CHAIN_ID` is removed, then lock and protect re-run.
* Overview returns to showing only the first task button.
* Previous submissions already recorded on the backend are **not** affected.

**Tip:** Before resetting, open the **Submissions** tab and download the current submission if you need a record of it.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.coherent.global/coherent-control/processes/resetting-a-submission.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.
