> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/datasets/manage-datasets.md).

# Manage Datasets

Roboflow provides a suite of features for use in managing your datasets.

These include:

1. [Dataset Batches](/datasets/manage-datasets/manage-batches.md), which help you keep track of different batches of uploaded data.
2. [Dataset Search](/datasets/manage-datasets/dataset-search.md), which lets you find images that match both natural language search and queries by attributes like file name and number of annotations in an image.
3. [Dataset Class Management](/datasets/manage-datasets/manage-classes.md), which lets you set classes for your dataset. This is ideal for setting classes before and while a dataset is being annotated by a labeling team.
4. [Image Tags](/datasets/manage-datasets/add-tags-to-images.md), which let you save metadata about an image.
5. [Annotation Attributes](/datasets/manage-datasets/create-an-annotation-attribute.md), ideal for when you need to apply extra attributes to annotation.

This section of the documentation walks through each of these features.


---

# 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.roboflow.com/datasets/manage-datasets.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.
