# How can I recover access to my crypto wallet using a seed phrase?

If you've logged out of your wallet, lost your device, or it's broken—don't worry, you can recover access as long as you have your seed phrase:

{% stepper %}
{% step %}
Install and open **MyTonWallet**.
{% endstep %}

{% step %}
On the main page, select **Import from** → **Secret Words**.
{% endstep %}

{% step %}
Enter your 12 or 24-word **seed phrase**.
{% endstep %}

{% step %}
**Done!** Your wallet is back.
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
**Remember: Never share your seed phrase with anyone.**
{% 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/how-can-i-recover-access-to-my-crypto-wallet-using-a-seed-phrase.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.
