# Dataset 관리

Roboflow는 데이터셋을 관리하는 데 사용할 수 있는 다양한 기능을 제공합니다.

여기에는 다음이 포함됩니다:

1. [Dataset Batches](/roboflow/roboflow-ko/datasets/manage-datasets/manage-batches.md), 업로드된 데이터의 서로 다른 배치를 추적하는 데 도움이 됩니다.
2. [Dataset Search](/roboflow/roboflow-ko/datasets/manage-datasets/dataset-search.md), 자연어 검색과 파일 이름, 이미지 내 주석 수 같은 속성 기준 쿼리 모두와 일치하는 이미지를 찾을 수 있게 해줍니다.
3. [Dataset Class Management](/roboflow/roboflow-ko/datasets/manage-datasets/manage-classes.md), 데이터셋의 클래스를 설정할 수 있게 해줍니다. 이는 라벨링 팀이 데이터셋에 주석을 달기 전이나 달고 있는 동안 클래스를 설정할 때 이상적입니다.
4. [Image Tags](/roboflow/roboflow-ko/datasets/manage-datasets/add-tags-to-images.md), 이미지에 대한 메타데이터를 저장할 수 있게 해줍니다.
5. [Annotation Attributes](/roboflow/roboflow-ko/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-ko/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.
