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

# Dataset Versions

Versions आपके dataset में images और labels के point-in-time snapshots होते हैं। जब आप एक Version बनाते हैं, तो आप अपने dataset पर preprocessing steps और augmentations लागू कर सकते हैं।

Roboflow में एक model train करने के लिए, आपको एक Dataset Version बनानी होगी।

हमारी documentation का यह section बताता है कि model train करने के लिए कैसे तैयार होना है। आपको यह करना होगा:

{% stepper %}
{% step %}
**Versions page खोलें और एक नया version बनाएं**

हमारे guide का पालन करके पहुँचें [उस page पर जो आपको dataset version बनाने देता है](/roboflow/roboflow-hi/datasets/dataset-versions/create-a-dataset-version.md).
{% endstep %}

{% step %}
**preprocessing steps चुनें**

चुनें [preprocessing steps](/roboflow/roboflow-hi/datasets/dataset-versions/image-preprocessing.md) जिसकी आपको अपना model train करने के लिए आवश्यकता है।
{% endstep %}

{% step %}
**augmentations लागू करें**

[अपने dataset पर कोई भी augmentations लागू करें](/roboflow/roboflow-hi/datasets/dataset-versions/image-augmentation.md)। हमारे पास एक guide है जो बताती है कि अलग-अलग use cases के लिए कौन-सी augmentations उपयुक्त हैं।
{% endstep %}

{% step %}
**अपना Version पुष्टि करें**

आपका Version बन जाएगा और अब models train करने के लिए उपयोग में उपलब्ध होगा।
{% endstep %}

{% step %}
**एक model train करें**

हमारे [model training documentation](/roboflow/roboflow-hi/train/train.md) का पालन करके अपने training job को configure करें।

आप यह भी कर सकते हैं [एक dataset version export करें](/roboflow/roboflow-hi/datasets/dataset-versions/exporting-data.md).
{% endstep %}
{% endstepper %}
