> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/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/main/extension-user-guide/account-security/manage-master-password/change-master-password.md).

# Change master password

{% hint style="warning" %}
In order to change your password, you will need to remember the current password.&#x20;

You can't change the password if you forgot it. Check out [this article](/main/extension-user-guide/account-security/manage-master-password/forgot-master-password.md) if you forgot your password.
{% endhint %}

**Step 1**: Open the SubWallet extension and click on the <img src="/files/Fa0WkuZAMjnP5zVvAdmq" alt="" data-size="line"> icon at the top left corner to get to the Settings section.

<figure><img src="/files/OG4eLqF5i5FjvqIofT87" alt="" width="362"><figcaption></figcaption></figure>

**Step 2**: In the Settings section, select "**Security settings**".

<figure><img src="/files/mbxNqNOdfPtLIvPztgoj" alt="" width="362"><figcaption></figcaption></figure>

**Step 3**: Choose "**Change wallet password**".

<figure><img src="/files/cftiokiuoF5dmC6upVAz" alt="" width="362"><figcaption></figcaption></figure>

**Step 4**: In the Change password screen, fill in the required information and tick "**I understand that SubWallet can't recover the password**". Once done, click "**Save**".

<div><figure><img src="/files/sMhaP0Jqj7UhHI1TAA2p" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/pq9QFw1fI1NBVh9sb6Rg" alt="" width="363"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Make sure your master password is **well-kept**.

SubWallet is non-custodial, so you are the only person who knows your password; we can't help you restore it once it is lost.
{% endhint %}


---

# 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/main/extension-user-guide/account-security/manage-master-password/change-master-password.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.
