# Key

<figure><img src="/files/hg9YR42zmkOlm4EKte05" alt="" width="563"><figcaption></figcaption></figure>

When you create your vault, you will receive your very own 12 word mnemonic phrase. This phrase is generated on-device and is the only way to access your vault and decrypt your data.

Your Key functions as your login and passphrase at the same time. This mnemonic represents your master key generated upon signup, similar to a Bitcoin wallet.

Changing it is impossible, and it's extremely important you keep it safe. You can access it at any time by navigating to the Key section in your [Vault Settings](/anytype-docs/advanced/settings/account-and-data.md).

### Don't forget to save it!

We do not save a copy of your key, which means that if it's lost, we are not able to assist with recovering your vault. For this reason, we recommend making a digital backup or writing it down and keeping it somewhere safe.

You will need this key each time you login on a new device.

### If you've lost your Key

Encrypted apps work in a way that puts the responsibility for your personal data entirely in your hands. Since these apps are completely anonymous, we can't identify or delete individual Vaults. Even if we could, we wouldn't be able to verify with certainty if we're talking to the actual Vault owner or someone else.

If you've been logged out of Anytype, and haven't stored your Key somewhere else, you only have two options to recover your Key:

1. If you're still logged in on another device, you might still be able to restore your Vault. Just open the app there and copy the Key from your settings.
2. You can also try recovering your Key from your [OS Key storage manager](/anytype-docs/advanced/faqs.md#how-to-recover-my-key-from-my-os-key-storage-manager).


---

# 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://doc.anytype.io/anytype-docs/getting-started/vault-and-key/key.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.
