> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/beta/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/beta/extension-user-guide/import-and-restore-an-account/import-an-account-using-mnemonic-seed.md).

# Import an Account using mnemonic seed

## **Import an Account using mnemonic seed (secret recovery phrase)**&#x20;

### **In a newly installed SubWallet**&#x20;

**Step 1:** During installation setup, click **Import account from pre-existing seed**.

![1.1](/files/JMR7ArTMYpaAYGKRWZSI) ![1.2](/files/xM1zHgMl5QNaRtvDHIh2)

**Step 2:** Enter your mnemonic seed (secret recovery phrase) and hit **Next Step**. Then enter your new password. Press **Add the account with the supplied seed**. Your Polkadot wallet is successfully imported!

![2.1](/files/Ib6y3QUPyYx3auh79VaV) ![2.2](/files/iggV6LsqHYJ2SMxjJXP8)

### **In an existing SubWallet**

Open SubWallet extension and click on the round favicon icon in the top right corner. Then hit **Import account from seed phrase** and repeat the steps. This instruction applies to both Polkadot native wallet (Substrate account) and Polkadot EVM wallet (EVM account).

![1.1](/files/9yJDDVILVVSp0eJgBtNU) ![1.2](/files/ZNlHyQTh8BU8EV5GfWqo) ![1.3](/files/HqdHkK5tFP0ZL3jAz48e)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.subwallet.app/beta/extension-user-guide/import-and-restore-an-account/import-an-account-using-mnemonic-seed.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
