> 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/add-an-account.md).

# Add an account

Four ways to add an account: create, secret phrase, private key, or QR backup.

Tap **Add** on the Accounts screen. The Vault offers four doors. Every one of them ends with an account on this device, and the keys never leave it.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-1c70fb1691b73efe5d0b0eaa2f0865a5291699a1%2F01-add-wallet-menu.png?alt=media" alt="add wallet menu"><figcaption><p>The four ways to add an account.</p></figcaption></figure>

| Option                              | When to use it                                     | Result                                        |
| ----------------------------------- | -------------------------------------------------- | --------------------------------------------- |
| **Create an account** (recommended) | You are starting fresh                             | A new secret phrase, addresses on every chain |
| **Import a secret phrase**          | You already have 12 or 24 words                    | The same addresses on every chain             |
| **Import a private key**            | You have one key from another wallet               | One or two chains, no secret phrase           |
| **Restore a QR backup**             | You printed an encrypted backup from another Vault | The accounts inside that backup               |

{% hint style="info" %}
A secret phrase covers all chains. A single private key covers only the chain(s) it was made for.
{% endhint %}

{% content-ref url="/pages/Mi0fd1fGMwIyXdHqPX9y" %}
[Create a new account](/vault/add-an-account/create-a-new-account.md)
{% endcontent-ref %}

{% content-ref url="/pages/80KC92HDLqBHgztMhiB1" %}
[Import a secret phrase](/vault/add-an-account/import-a-secret-phrase.md)
{% endcontent-ref %}

{% content-ref url="/pages/B1szsKXDt3aUATdqxMWN" %}
[Import a private key](/vault/add-an-account/import-a-private-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/33IrwRGd5fc4lqvrC4qE" %}
[Restore a QR backup](/vault/add-an-account/restore-a-qr-backup.md)
{% endcontent-ref %}


---

# 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/add-an-account.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.
