# Dataset Versions

Version은 데이터셋의 이미지와 라벨을 시점별 스냅샷으로 저장한 것입니다. Version을 생성하면 데이터셋에 전처리 단계와 증강을 적용할 수 있습니다.

Roboflow에서 모델을 학습하려면 Dataset Version을 생성해야 합니다.

이 문서 섹션에서는 모델을 학습하기 위한 준비 방법을 설명합니다. 다음이 필요합니다:

{% stepper %}
{% step %}
**Versions 페이지를 열고 새 Version을 생성하세요**

가이드를 따라 [데이터셋 버전을 생성할 수 있는 페이지로 이동하세요](/roboflow/roboflow-ko/datasets/dataset-versions/create-a-dataset-version.md).
{% endstep %}

{% step %}
**전처리 단계 선택**

선택하세요 [전처리 단계](/roboflow/roboflow-ko/datasets/dataset-versions/image-preprocessing.md) 모델을 학습하는 데 필요한 항목을.
{% endstep %}

{% step %}
**증강 적용**

[데이터셋에 원하는 증강을 적용하세요](/roboflow/roboflow-ko/datasets/dataset-versions/image-augmentation.md). 서로 다른 사용 사례에 어떤 증강이 적합한지 안내하는 가이드가 있습니다.
{% endstep %}

{% step %}
**Version 확인**

Version이 생성되며 이제 모델 학습에 사용할 수 있습니다.
{% endstep %}

{% step %}
**모델 학습**

다음 안내를 따라 [model training documentation](/roboflow/roboflow-ko/train/train.md) 에서 학습 작업을 구성하세요.

또한 [데이터셋 버전을 내보낼 수도 있습니다](/roboflow/roboflow-ko/datasets/dataset-versions/exporting-data.md).
{% endstep %}
{% endstepper %}


---

# 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/dataset-versions.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.
