# Create a master password

{% hint style="info" %}
At the start of your journey with us, we always ask you to create a master password (such as when you create a new account or import an existing account).&#x20;
{% endhint %}

**Step 1**: On the Welcome screen, select your preferred option.

<figure><img src="/files/bu9zrPVmx6uKxydwu3sC" alt="" width="363"><figcaption></figcaption></figure>

**Step 2**: Make sure you read all the Terms of Use by clicking on the scroll-down button and agree with the Terms of Use 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**".

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

<div><figure><img src="/files/GUIk7OKlNzWlpuw3lnvG" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/BenQg7zvOO9JvKJFX2nl" alt="" width="363"><figcaption></figcaption></figure></div>

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

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

<figure><img src="/files/cPh3CK8JtveAUKV0rMSt" alt="" width="363"><figcaption></figcaption></figure>

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

<figure><img src="/files/tcHS028XFYmqEZPUD8Hs" alt="" width="363"><figcaption></figcaption></figure>

You've successfully created a master password in SubWallet! Now, you have the power to manage multiple accounts with just one master password effortlessly.

{% hint style="info" %}
Depending on the option you chose in Step 1, read the corresponding guide after creating a master password to complete the setup:

* If you chose "**Create a new account**", read this [guide](/main/extension-user-guide/account-management/create-a-new-account-with-a-new-seed-phrase.md).
* If you chose "**Import an account**", read this [guide](/main/extension-user-guide/account-management/import-accounts.md).
* If you chose "**Attach an account**" and did not choose "*Attach watch-only account*", read this [guide](/main/extension-user-guide/cold-wallet-management.md).
  {% 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/extension-user-guide/getting-started/create-a-master-password.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.
