# Datasets Manage करें

Roboflow आपके datasets को प्रबंधित करने में उपयोग के लिए features का एक suite प्रदान करता है।

इनमें शामिल हैं:

1. [Dataset Batches](/roboflow/roboflow-hi/datasets/manage-datasets/manage-batches.md), जो आपको अपलोड किए गए डेटा के अलग-अलग batches को ट्रैक करने में मदद करते हैं।
2. [Dataset Search](/roboflow/roboflow-hi/datasets/manage-datasets/dataset-search.md), जो आपको ऐसे images खोजने देता है जो natural language search और file name तथा किसी image में annotations की संख्या जैसी attributes पर आधारित queries — दोनों से मेल खाते हों।
3. [Dataset Class Management](/roboflow/roboflow-hi/datasets/manage-datasets/manage-classes.md), जो आपको अपने dataset के लिए classes सेट करने देता है। यह dataset के annotate होने से पहले और annotation के दौरान labeling team द्वारा classes सेट करने के लिए आदर्श है।
4. [Image Tags](/roboflow/roboflow-hi/datasets/manage-datasets/add-tags-to-images.md), जो आपको किसी image के बारे में metadata सहेजने देते हैं।
5. [Annotation Attributes](/roboflow/roboflow-hi/datasets/manage-datasets/create-an-annotation-attribute.md), जब आपको annotation पर extra attributes लागू करने की आवश्यकता हो, तब के लिए आदर्श।

documentation का यह section इन features में से प्रत्येक को विस्तार से समझाता है।


---

# 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/roboflow/roboflow-hi/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.
