# Profile Recovery

### What is a recovery phrase?

In Keet, the recovery phrase is a human-readable backup of 24 random words that lets you restore your profile if you lose your device or reinstall the app.

You should **securely store** your recovery phrase after the profile setup is complete and not share it with anyone else.&#x20;

### How to view the recovery phrase in Keet?

{% hint style="warning" %}
The recovery phrase can only be viewed on your original device if you selected the '**Quick setup**' option during [profile creation](/installation-and-setup/setup.md#how-can-i-create-a-profile-on-keet).
{% endhint %}

{% stepper %}
{% step %}
Open Keet on the device you created the profile (mobile or desktop). \
Go to '**Profile**' /  '**Settings**' / '**Privacy and Security**' / '**Recovery phrase**'.

<figure><img src="/files/mNCPOW9ogfHUfzw1ebMV" alt="" width="390"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Read the security information and, if applicable, check the box to confirm. \
After that, click '**View phrase**'.

<figure><img src="/files/CoOmieLUVuHELgl2khae" alt="" width="319"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Write down or copy directly from the app and store it in a safe place.
{% endstep %}

{% step %}
After viewing and copying the seed phrase, click '**Done**'.
{% endstep %}
{% endstepper %}

***

### How can I regain access to my profile if I lose my device?

If you lose your device, you can use another linked device (if any) or your recovery phrase to regain access to your personal profile.

<figure><img src="/files/kA04VeuxNmNFvPso5zej" alt="" width="351"><figcaption></figcaption></figure>

<mark style="color:$primary;">**Link to existing identity**</mark>\
If you have other devices linked with the same Keet profile, you can set up a new device by following the [linking device](/installation-and-setup/link-devices.md) guide.

<mark style="color:$primary;">**Recover profile**</mark>\
If no other devices are linked to your Keet profile, you can use recovery phrase.

Install Keet on a new device and select '**I already use Keet**' / '**Recover profile**'

<figure><img src="/files/pdb0rSGAeIIGent3DaEj" alt="" width="351"><figcaption></figcaption></figure>

Use your backup recovery phrase to recover your profile, paste the 24 words or enter them manually.

<figure><img src="/files/eITwdbVDsOfnt6BNLCfc" alt="" width="351"><figcaption></figcaption></figure>

***

### Can I have multiple recovery phrases for my profile?

No, each profile is associated with a unique recovery phrase. You cannot have multiple recovery phrases for one account.

***

### Is it possible to change my seed phrase or get a new one?

No, you cannot change the recovery phrase for your account. Each profile is associated with a unique seed phrase, you cannot generate a new 24-word phrase for the same Keet account.

***

### Can I generate a recovery phrase offline?

Yes, you can generate the recovery phrase and set up your profile offline.


---

# 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://support.keet.io/technical-support-and-troubleshooting/profile-recovery.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.
