# Account restoration

Because Session does not have a central server to keep records of users’ accounts, the commonly expected user experience of account recovery using a username and password is not possible.

Instead, users are prompted to write down their long-term private key upon account generation. This long-term private key is represented as a mnemonic seed phrase, referred to within Session as a Recovery Password.

{% hint style="info" %}
Example of a Recovery Password on Session messenger: *virtual rounded dating itself sober fleet adrenalin puzzled wept rural axis fictional fleet*
{% endhint %}

A user may use their Recovery Password to recover their account if their device is lost or destroyed. This enables the user’s contacts to keep communicating with the same Account ID, instead of needing to establish contact with a new Account ID.

{% hint style="danger" %}
**Never share your Recovery Password with anyone**. Make sure to store it in a safe and secure place.
{% endhint %}


---

# 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://docs.getsession.org/session-network/session-protocol/account-restoration.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.
