> 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/roboflow/roboflow-ko/datasets/dataset-versions.md).

# Dataset 버전

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

Roboflow에서 모델을 학습하려면 Dataset Version을 만들어야 합니다.

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

{% stepper %}
{% step %}
**Versions 페이지를 열고 새 version을 만드세요**

가이드에 따라 다음으로 이동하세요 [dataset 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) 를 사용해 학습 작업을 구성하세요.

또한 [dataset version을 내보낼 수 있습니다](/roboflow/roboflow-ko/datasets/dataset-versions/exporting-data.md).
{% endstep %}
{% endstepper %}


---

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