> For the complete documentation index, see [llms.txt](https://docs.moasure.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moasure.com/en/moasure-1-and-2-series/settings/account-management/backup-and-restore.md).

# Backup & Restore

Use this to create a backup of your measurements and settings, or restore them if needed.

{% hint style="info" %}
Backup files may contain measurements, settings and account-related information. Store them securely.
{% endhint %}

### Create a Backup

Follow the steps below to create a backup file:

1. Open **Settings** by tapping the cog icon in the bottom-right corner.
2. Tap **Account & Device Management**.
3. Tap **Backup Measurements & Settings**.
4. Tap **Backup** and choose where to save or share the file.

The backup file can be saved, emailed or stored securely for future use.

### Restore from a Backup

To restore your measurements and settings:

1. Locate your backup file on your device or in your email.
2. Open the backup file.
3. The Moasure app will launch and guide you through the restore process.

{% hint style="info" %}
Restoring a backup may replace your current app settings and measurements with the contents of the backup file.
{% endhint %}


---

# 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.moasure.com/en/moasure-1-and-2-series/settings/account-management/backup-and-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.
