# What if I forgot my password?

If you forgot your password—don’t worry. You can still restore access using your [**seed phrase**](/intro/security-and-access-recovery/what-is-a-seed-phrase-how-to-store-a-seed-phrase.md).

After the first failed attempt, you’ll see a **Log out of all wallets** button—tap it and [**import your wallets using seed phrases**](/intro/getting-started/how-to-import-an-existing-wallet-using-a-seed-phrase.md).

{% hint style="warning" %}
**It’s impossible to restore access to your crypto wallet without the seed phrase.** Always [**keep it safe**](/intro/security-and-access-recovery/what-is-a-seed-phrase-how-to-store-a-seed-phrase.md#how-to-store-a-seed-phrase)—it’s the only way to recover your wallet if the password is lost.
{% 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://help.mytonwallet.io/intro/security-and-access-recovery/what-if-i-forgot-my-password.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.
