# 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 %}


---

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