# Importing a Wallet with a Recovery Phrase

{% stepper %}
{% step %}

### Open the app

{% endstep %}

{% step %}

### Tap "Add a wallet"

{% endstep %}

{% step %}

### Tap "Import existing wallet"

{% endstep %}

{% step %}

### Tap "Use recovery phrase"

{% endstep %}

{% step %}

### Select option for entering your recovery phrase/mnemonic seed

If copying and pasting, navigate to your saved seed on your phone and copy it. After copying, navigate back to the app and tap "Paste from clipboard". If entering manually, tap "Enter manually" and make sure to select the appropriate length of your phrase at the top of the screen before entering each word of your phrase in the correct order and with the correct spelling.
{% endstep %}

{% step %}

### Name your wallet and tap "Continue"

If the seed phrase in the previous screen is entered correctly, you will be navigated to enter a wallet name. This name is only viisble to you.
{% endstep %}

{% step %}

### Create a password and tap "Set password"

{% endstep %}

{% step %}

### Wallet will import, and your balance in the wallet will now show on the home screen.

{% endstep %}
{% endstepper %}


---

# 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.tao.com/documentation/getting-started/adding-a-wallet/importing-an-existing-wallet/importing-a-wallet-with-a-recovery-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.
