# Restore

The restore task will restore a previously created backup of your environment to the target environment.

The following options are available:

* **Proceed on Failure.** If enabled, the pipeline will continue executing when this step fails.
* **Target environment.** The environment to restore to. If selected the user of the pipeline cannot select a different environment.
* **Select target environment each time.** If selected, the user of the pipeline can select the environment to restore to when executing the pipeline.
* **Allow restore from different environment.** If selected, the user of the pipeline can select to restore from a different environment than the target environment. By default restores can only be done from the same environment as the target environment.


---

# 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.bluestorm.io/administration/pipelines/restore.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.
