# Backup & Restore Data

### Backup website

{% hint style="info" %}
We recommend use backup features of your hosting. The way described below is just the fallback option.
{% endhint %}

In case you would like to backup your website, you can follow the steps below:

1. Download [**All-in-one WP Migration**](https://wordpress.org/plugins/all-in-one-wp-migration/) plugin and install it.
2. Navigate to **Site Migration -> Export.**
3. Click to Advanced option to expand them. Select checkboxes to choose data that don’t need to be backed-up (sometimes, excluding themes and plugins may be a good idea).
4. Click on Eхport button to start exporting.

### Restore website <a href="#restore-website" id="restore-website"></a>

1. Navigate to **Site Migration -> Export.** Then drag\&drop the backup file to upload it.
2. Wait to finish.

### Other useful plugins & resources:

1. [UpdraftPlus WordPress Backup Plugin](https://wordpress.org/plugins/updraftplus/)
2. [7 Best WordPress Backup Plugins Compared (Pros and Cons)](https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/)


---

# 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://tmrwstudio.gitbook.io/vozzy/requirements/backup-and-restore-data.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.
