> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/vault/export-a-qr-backup.md).

# Export a paper / QR backup

Print an encrypted QR you can restore from later.

Besides the paper with your words, the Vault can make an **encrypted QR backup** of one or more accounts. Printed and stored safely, it is a second way to restore, and it works for private-key accounts that have no secret phrase.

## What you need

* The Vault, unlocked.
* A **QR encryption password**: a new, strong password, different from your master password. You will need it again to restore.

{% stepper %}
{% step %}

### Open Export and pick the accounts

Two doors: **Settings → Export to QR** (Backup group), where you read the **2-Step Security Process** box and tick the accounts under **Select Accounts to Export**, or an **account page → Export as encrypted QR**, which skips the selection with that account already chosen — and where **Done** brings you back to the account.

Then **Continue**, and your master password when asked.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-f538c1f5e1efcc46720dccad352adb6446664372%2F01-export-step1.png?alt=media" alt="export step1"><figcaption><p>Step 1: choose the accounts.</p></figcaption></figure>
{% endstep %}

{% step %}

### Create the QR encryption password

**Step 2: Create QR Encryption Password.** At least 14 characters with uppercase, digits and special characters, and **not** your master password (the Vault refuses the same one). Tap **Generate QR Codes**.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-d89380e6f24f41578ca0a7a96672674daff6bfa1%2F02-export-password.png?alt=media" alt="export password"><figcaption><p>Step 2: the password that protects the printed QR.</p></figcaption></figure>
{% endstep %}

{% step %}

### View the QR codes

**QR Codes Generated!** Tap **View QR** to display each code. Every QR contains encrypted account data only; without the password it is useless.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-0ea1fe76734d4cf812a93645758a0c3bbee0572e%2F03-export-qr.png?alt=media" alt="export qr"><figcaption><p>An encrypted backup QR.</p></figcaption></figure>
{% endstep %}

{% step %}

### Print it

The Vault is offline, so it cannot print. The screen shows a **print hint**: open the page it names on an internet-connected device and scan the backup QR there to print it. Store the print somewhere safe and write down where.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Two passwords, on purpose.** The QR password protects the paper; the master password protects the Vault. Losing either alone is survivable. Keep the QR password somewhere separate from the print.
{% endhint %}

## Learn more

* [Restore a QR backup](/vault/add-an-account/restore-a-qr-backup.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.lockerprotocol.com/vault/export-a-qr-backup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
