# Quality management

When creating a task, you can choose what Quality levels you want to impose when annotating.

<figure><img src="/files/AdNDirnRmvDbfwCrukKw" alt=""><figcaption></figcaption></figure>

Every task will have at-least the Annotation(L1) mode. When completed, each batch can also be marked as completed.

In addition, you can add

1. Validation mode (L2)
2. Quality Check mode (L3)

You can choose to have any combination of these modes.

Checkout [Permissions](/management/quality-management/permissions.md)to see which users can&#x20;

1. Access the batch to annotate.
2. Move batches between different modes.
3. Create reviews.

### Review

Users can use reviews to give feedback to the Assignees of a batch. Using a review, you can:

1. Rate the annotation quality (On a scale of 10)
2. Accept a batch. In this case the batch is marked complete.
3. Reject the batch. In this case the batch moves back to the Annotation mode.

You can post multiple reviews as you perform Quality Check through various workflows. When creating a new review you can view all the reviews created on the batch.

You can also view the Review history directly from the task page, by clicking on the Review history button for the particular batch.

<figure><img src="/files/6kGF3FOD93cWlSrxRwUg" alt=""><figcaption></figcaption></figure>


---

# 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.mindkosh.com/management/quality-management.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.
