# How can I backup my keys

{% hint style="info" %}
This guide only refers to the standard Alby Hub version. If you use Alby Hub on top of Umbrel, Start9 and any other external lightning node backend, you'll receive your backup seed phrase from that lightning backend directly.
{% endhint %}

Alby Hub contains a bitcoin onchain wallet and a lightning wallet secured by private keys. Only you have access to these keys. We cannot help you to recover it. That's why it is very important to store a backup of your keys: Go to 'Settings', select 'Key Backup' and enter the unlock password to access your recovery phrase:

{% hint style="warning" %}

* Your recovery phrase is a set of 12 words that backs up your wallet
* Make sure to write them down somewhere safe and private
* If you lose access to your recovery phrase, you will lose access to your funds
  {% endhint %}

<figure><img src="/files/gzFWv1X2PaYgoB4Nbb5h" alt=""><figcaption><p>Find your recovery phrase in Alby Hub</p></figcaption></figure>


---

# 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://guides.getalby.com/user-guide/alby-hub/faq/how-can-i-backup-my-keys.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.
