# How to Import or Replace an XL1 Wallet

If you already have an XL1 Wallet mnemonic, or seed phrase, you can import it into the XL1 Wallet UI to restore your XL1 Wallet.

### Import XL1 Wallet

If you just downloaded the wallet, you'll view this page:

<figure><img src="/files/fCuWElKu2NgrfYY5kVpS" alt="" width="344"><figcaption></figcaption></figure>

Click "Import Existing Wallet" to get to the next step.

### Replace XL1 Wallet

{% hint style="danger" %}
**Warning:** This will action will make you lose access to the wallet you previously had. You can restore it with the original wallet's seed phrase, but **you** **must have the seed phrase of a wallet to restore it.**

**Please navigate these next steps carefully.**
{% endhint %}

First, navigate to the settings of your wallet. Click the three dots in the top right, and then select "Seed Phrases".

<div><figure><img src="/files/XhlPRMpYjfDUXQA1mgmM" alt=""><figcaption></figcaption></figure> <figure><img src="/files/R70B2bGvSRXrOsvS2Ptd" alt=""><figcaption></figcaption></figure></div>

Next, select "Replace Recovery Phrase".

<figure><img src="/files/eV1buiLAeEt0PMaOimsY" alt=""><figcaption></figcaption></figure>

Finally, paste your new seed phrase into the space, and confirm it with the `Replace` button in the bottom right.

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


---

# 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.xyo.network/developers/xl1-wallet/get-xl1-browser-wallet/how-to-import-an-xl1-wallet.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.
