# Workflow Versions प्रबंधित करें

जब भी आप किसी Workflow को सेव करते हैं, एक नया वर्ज़न आपके Workflow Version History में सेव हो जाता है।

सभी यूज़र्स अपने सबसे हाल के 3 Workflow versions तक देख सकते हैं। Paid plans में full version history, renaming, और previous versions को restore करने की सुविधा मिलती है।

{% hint style="info" %}
plans और उनकी संबंधित features के बारे में up-to-date जानकारी के लिए, देखें [pricing page](https://roboflow.com/pricing).
{% endhint %}

### Versions देखें

अपने Workflow के Versions देखने के लिए, Workflow editor के right sidebar में clock icon पर क्लिक करें। एक panel खुलेगा जो सभी saved changes दिखाएगा।

सबसे हाल में सेव किया गया version Live के रूप में चिह्नित होगा। यही Workflow production में चलेगा जब आप Workflow run करेंगे।

<figure><img src="/files/7f39a59bac3898d4fb27b873c427d6a4baa8319f" alt=""><figcaption></figcaption></figure>

### Version Name सेट करें

आप अपने Workflow Version History में versions के लिए names सेट कर सकते हैं। किसी version का नाम रखने के लिए, version name के पास वाले three dots पर क्लिक करें, फिर "Rename" पर क्लिक करें:

<figure><img src="/files/7c74bf0d720d3d7e707e529d6b6f95632602c677" alt=""><figcaption></figcaption></figure>

इसके बाद आप अपने Workflow version के लिए एक name specify कर सकते हैं:

<figure><img src="/files/ee1d868ba1d2659afc71cd01ea06b764d1a076a4" alt=""><figcaption></figcaption></figure>

इसके बाद version name अपडेट हो जाएगा:

<figure><img src="/files/a239eea8b1e83bc05a527da63d325c0ae408a19e" alt=""><figcaption></figcaption></figure>

### Previous Version पर Roll Back करें

{% hint style="info" %}
previous versions को restore करने के लिए paid plan की आवश्यकता होती है।
{% endhint %}

आप किसी भी समय Workflow के previous version पर roll back कर सकते हैं।

previous version पर roll back करने के लिए, Workflow के name के पास वाले three dots पर क्लिक करें, फिर "Restore" पर क्लिक करें:

<figure><img src="/files/b751e8d23499beac01defbbf559c43d42a78b29e" alt=""><figcaption></figcaption></figure>

इसके बाद Workflow Version आपके editor में दिखाई देगा। अपने changes को save करने के लिए आपको "Save" button पर क्लिक करना होगा:

<figure><img src="/files/a82902eea6f9ca22087652910cfa8e7412a6931e" alt=""><figcaption></figcaption></figure>

जब आप Save दबाते हैं, तो आपके Workflow का एक नया version उन changes के साथ बनाया जाएगा जिन पर आपने roll back किया था। इसके बाद इसे आपके Workflow का Live version बना दिया जाएगा।


---

# 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/workflows/manage-workflow-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.
