# Dataset Batches

Once you [upload your data](/datasets/adding-data.md) into Roboflow, that data you uploaded turns into a batch. Batches are a group of images that you can track throughout the dataset process in Roboflow.

You can view all batches on the Annotate page of your project.

<figure><img src="/files/PGBIseTUIN4mtFAXu2rf" alt=""><figcaption><p>The view in the Annotate page. Note: The review column is not be available for Public users.</p></figcaption></figure>

Once images are uploaded, they are in the Unassigned column.

You can assign a batch for someone to annotate, sending it to the Annotating column. You can also assign a selection of images in a batch. In this case, any unassigned images are moved into a new batch in Unassigned.

Once images in a batch are annotated, they are sent to Review (for users with Review Mode available) or to the Dataset column.

If batches are in the Review column, some or all are either approved or rejected. Approved batches will go into the Dataset column. Rejected batches are sent back to the Annotating column

### Deleting a Batch

{% hint style="danger" %}
Deletions are permanent and irreversible. Roboflow cannot recover deleted batches.
{% endhint %}

You can only delete a batch in the Unassigned column. If the batch you want to delete is in the Annotating, Review or Dataset column, you will have to click `Move to unassigned` before clicking `Delete Job`.

You can delete batches by clicking on the three dots next to the batch name and clicking "Delete Batch".

<figure><img src="/files/WXp7UuVDYHTZn6XRUsTy" alt="" width="279"><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.roboflow.com/datasets/manage-datasets/manage-batches.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.
