# Restoring a backup

You can use Duplify to restore older versions of your products, pages, or themes whenever you need to undo changes or recover previous content.&#x20;

From the Backups page, you can browse past versions, preview what’s included, and choose how you want to restore.

***

## Restore a previous version

You can restore a product, page, or theme from a previous backup.

1. From the **Backups** page, click a category you want to restore from (for example, Products or Themes).
2. Select the item you want to restore.
3. Review the available versions.
4. Click **Restore** beside the version you want.
5. Optional: Depending on the item, you may need to choose a [restore option](#restore-options).

#### Restore options

Depending on the item type, you may have to choose a restore option:

* **Create new**: keep the current version and save this backup as a new draft
* **Update**: replace the current version with this backup
* **As a draft** (for themes): restore the backup as an unpublished theme
* **Publish** (for themes)*:* replace the current live theme with this version

A confirmation message appears before restoring.

{% hint style="success" %}

#### Tips

* Review your changes before restoring. Restoring overwrites the current version if you have set it to **Update**.
* Backups can be created and restored any time while your Duplify subscription is active.
  {% 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://support.duplifyapp.com/backups/restoring-a-backup.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.
