> For the complete documentation index, see [llms.txt](https://docs.polkagate.xyz/polkagate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polkagate.xyz/polkagate/polkagate-extension-user-guide/master-password.md).

# MASTER PASSWORD

The **Master Password** feature simplifies the authentication and transaction process in PolkaGate, a single password for everything!

With the Master Password, you no longer need to remember or enter separate passwords for the extension and your accounts.

Once you set your Master Password:

* It becomes your **login password** to unlock the extension.
* It is also used automatically to **sign transactions** for all your accounts.

This means you only need to enter your password **once** when opening the extension — making your experience faster and simpler, while keeping your data secure.

**Note:** If you just installed the PolkaGate extension and are creating your first account, the password you set during account creation will automatically become your **Master Password**.


---

# 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:

```
GET https://docs.polkagate.xyz/polkagate/polkagate-extension-user-guide/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.
