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


---

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