# Pull Pipeline

This feature is for pulling the previously moved versions of a pipeline that are committed by the user. This can help a user significantly to recover the lost pipelines or avoid unwanted modifications made to the pipeline.

{% hint style="success" %}
*Check out the walk-through on how to pull a pipeline version from the VCS.*
{% endhint %}

* Navigate to the ***Pipeline Editor*** page for a Pipeline.
* Click the ***Pull Pipeline*** icon for the selected data pipeline.     &#x20;

<figure><img src="https://content.gitbook.com/content/q2i9CKCFbySxr6jRoJfA/blobs/gHdQoW1FF5F1LQbYDMI3/image.png" alt=""><figcaption></figcaption></figure>

* The ***Pull from GIT*** dialog box appears.
* Select the data pipeline version by marking the given checkbox.
* Click the ***Ok*** option.   ​

&#x20;     ![](https://content.gitbook.com/content/q2i9CKCFbySxr6jRoJfA/blobs/6e1q3t9WkRymrk0h7LK1/image.png)

* A confirmation message appears to assure the users that the concerned pipeline workflow has been imported.

&#x20;      ![](https://content.gitbook.com/content/q2i9CKCFbySxr6jRoJfA/blobs/p1D9ZwVyz7Rrbl9zyqIo/image.png)

* Another confirmation message appears to assure the user that the concerned pipeline workflow has been pulled.

&#x20;     ![](https://content.gitbook.com/content/q2i9CKCFbySxr6jRoJfA/blobs/HtIlRJyXoCdph2srwrFj/image.png)

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark>*

* *The pipeline that you pull will be changed to the selected version. Please make sure to manage the versions of the pipeline properly.*
* *Refer **Migrating Pipeline** described as a part of the* [***GIT Migration***](https://docs.bdb.ai/7.6/core-platform/platform-administration/admin-panel-options/git-migration) *(under the Administration section) to pull an exported/migrated Pipeline version from the GIT.*
* *The **Pull Pipeline** options provided on the* [***Pipeline List***](https://docs.bdb.ai/data-pipeline-2/getting-started/homepage/list-pipelines) *and* [***Pipeline Editor***](https://docs.bdb.ai/data-pipeline-2/getting-started/pipeline-workflow-editor) *<mark style="color:orange;">do not support</mark> to Pull a Pipeline from the GIT repository.*
  {% endhint %}

​


---

# 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.bdb.ai/data-pipeline-2/getting-started/pipeline-workflow-editor/pipeline-toolbar/pull-pipeline.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.
