# Reset Labeling Work

### Overview

The **reset labeling work** option allows a labeler to restart labeling from scratch by clearing all labels in the currently active document.

{% hint style="info" %}

* This option is available only in **labeler mode**.
* This action is **permanent** and **cannot be undone.**
* In mixed labeling projects, resetting will remove all labeling types within the project, not just a specific type.
  {% endhint %}

### Reset labeling work

1. In a project, go to **File** > **Reset labeling work in this document**.

   ![](/files/6NAc87JOMaN6EjXE5QpK)
2. A confirmation dialog will appear. Click **Reset** to continue.

The reset process may take a few moments. You’ll receive a notification once it's complete. If some labels still appear, refresh the page to ensure all previous labels are cleared.


---

# 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.datasaur.ai/workspace-management/project-management/reset-labeling-work.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.
