> 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/workflows/manage-workflow-versions.md).

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

हर बार जब आप किसी Workflow को save करते हैं, तो उसका एक नया version आपके Workflow Version History में save हो जाता है।

सभी users अपने सबसे हाल के 3 Workflow versions तक देख सकते हैं। Paid plans से full version history, renaming, और पिछले versions को restore करने की सुविधा unlock होती है।

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

### Versions देखें

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

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

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

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

आप अपने Workflow Version History में versions के लिए names सेट कर सकते हैं। किसी version को name देने के लिए, version name के पास मौजूद three dots पर click करें, फिर "Rename" पर click करें:

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

### पिछले Version पर Roll Back करें

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

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

पिछले version पर roll back करने के लिए, किसी Workflow के name के पास मौजूद three dots पर click करें, फिर "Restore" पर click करें:

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

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

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

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


---

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