# Create a new account with a new seed phrase

### How SubWallet generates seed phrase for each account

When you create a new account on SubWallet, a 12-word phrase (also known as a **seed phrase/recovery phrase**) is generated. This phrase is essential for safeguarding your account and the assets held within the account.

{% hint style="info" %}
Seed phrase is randomly generated and consists of a series of 12 words taken from the [BIP-39 wordlist](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt). With a 12-word seed phrase out of 2048 possible words, determining the right words in the right sequence is almost impossible :wink:
{% endhint %}

### Create a new account on the Welcome page

**Step 1**: Open [SubWallet Web dashboard](https://web.subwallet.app/). The welcome screen will appear.

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

Select the "**Create a new account**" option.

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

**Step 2**: Make sure you read all the Terms of Use by clicking on the scroll-down button and agree with them by ticking the box beside "**I understand and agree to the Terms of Use, which apply to my use of SubWallet and all of its feature**".

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

Once done, click "**Continue**".&#x20;

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

**Step 3:** Enter a strong password with at least 8 characters and tick "**I understand that SubWallet can't recover the password**".&#x20;

{% hint style="info" %}
Password should contain at least 1 uppercase letter, 1 number, and 1 special character.
{% endhint %}

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

Once done, click "**Continue**".

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

**Step 4**: Keep your seed phrase safe by tapping all the checkboxes to confirm you understand the importance of your seed phrase, then click "**Continue**".

{% hint style="warning" %}
Anyone with access to your seed phrase can gain control over your funds.
{% endhint %}

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

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

{% hint style="warning" %}
If, for instance, you forget your password, you will need your seed phrase to import the account again and set up a new password.
{% endhint %}

**Step 5**: Your seed phrase will be shown to you. Click "**I have kept it somewhere safe**" to proceed.

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

{% hint style="info" %}
If you want to store seed your phrase, you can either:

* Select "**Copy to clipboard**" to paste it, or&#x20;
* Choose "**Download seed phrase**" to save it as a file downloaded from your browser.
  {% endhint %}

**Step 6**: A popup screen will appear on the right side. Enter a name for your newly created account. Once done, click "**Continue**".

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

**Step 7**: Your account has been successfully set up!

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

### Create a new account on the homepage

**Step 1**: On the SubWallet homepage, click on the account name to access the account selection tab.

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

**Step 2**: In the account selection tab, click "**Create new**".&#x20;

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

After that, choose "**Create with a new seed phrase**".

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

**Step 3**: Keep your seed phrase safe by tapping all the checkboxes to confirm you understand the importance of your seed phrase, then click "**Continue**".

{% hint style="warning" %}
Anyone with access to your seed phrase can gain control over your funds.
{% endhint %}

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

**Step 4**: Keep your seed phrase in a safe place by clicking "**Copy to clipboard**" or "**Download seed phrase**". Then, click "**I have kept it somewhere safe**".

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

**Step 5**: A popup screen will appear on the right side. Enter a name for your newly created account. Once done, click "**Continue**".

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

You will be redirected to the homepage, where you can see your newly created account.

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

{% hint style="success" %}
For each seed phrase generated from SubWallet, a unified account will be created and used to manage assets and perform transactions across **all** ecosystems.
{% endhint %}

{% hint style="warning" %}
Note that in order to see your assets, you will need to manually enable the networks you want to use & have assets on.&#x20;

Follow [this instruction](/main/extension-user-guide/network-management/customize-your-networks/enable-disable-networks.md) to enable the networks you want to use.
{% 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://docs.subwallet.app/main/web-dashboard-user-guide/account-management/create-a-new-account-with-a-new-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.
