# Datasets を管理

Roboflowは、データセットの管理に使用できる一連の機能を提供します。

これには以下が含まれます:

1. [Dataset Batches](/roboflow/roboflow-jp/datasets/manage-datasets/manage-batches.md)。これは、アップロードされたデータの異なるバッチを把握するのに役立ちます。
2. [Dataset Search](/roboflow/roboflow-jp/datasets/manage-datasets/dataset-search.md)。これは、自然言語検索と、ファイル名や画像内のアノテーション数などの属性によるクエリの両方に一致する画像を見つけるのに役立ちます。
3. [Dataset Class Management](/roboflow/roboflow-jp/datasets/manage-datasets/manage-classes.md)。これは、データセットのクラスを設定するために使用できます。データセットがラベリングチームによってアノテーションされる前およびその最中にクラスを設定するのに最適です。
4. [Image Tags](/roboflow/roboflow-jp/datasets/manage-datasets/add-tags-to-images.md)。これは、画像に関するメタデータを保存できます。
5. [Annotation Attributes](/roboflow/roboflow-jp/datasets/manage-datasets/create-an-annotation-attribute.md)。これは、アノテーションに追加の属性を適用する必要がある場合に最適です。

このドキュメントのセクションでは、これらの各機能について説明します。


---

# 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-jp/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.
