> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/password-and-auto-lock.md).

# Password & auto-lock

Lock the extension so nobody at your computer can use it.

The extension holds no keys, so this password does not protect money. *It protects what this device shows, and what it stores*: your addresses, balances, activity and connected sites.

{% stepper %}
{% step %}

### Set a password

**Menu → Security → Set a password** (*Hide your addresses, balances and activity*). Same rules as the Vault: 14+ characters, an uppercase letter, a digit, a special character. **Create password**.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-baf23c15f91415c30efa037d9145c56a3abe7324%2F01-set-password.png?alt=media" alt="set password"><figcaption><p>Setting a password.</p></figcaption></figure>
{% endstep %}

{% step %}

### The lock screen

When locked, the wallet shows **Unlock** (*Enter your password to view your accounts*). Too many wrong tries: *Too many attempts. Try again in {time}.* **Lock** in the menu locks now.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-b399a0c657536c39d041b375b9b1114410c35320%2F02-lock-screen.png?alt=media" alt="lock screen"><figcaption><p>The lock screen.</p></figcaption></figure>
{% endstep %}

{% step %}

### Auto-lock

**Auto-lock Timeout**: 1 min, 5, 15, 30, 1 hour, 2 hours, or *Never (Not Recommended)*.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-5271f83355923fe3e6802b8b9e805da34ffc7c2f%2F03-auto-lock.png?alt=media" alt="auto lock"><figcaption><p>Auto-lock choices.</p></figcaption></figure>
{% endstep %}

{% step %}

### Change or remove

**Change password** (*Replace your current password*) or **Remove password** (*Stop locking this device*).

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-246b92971e8a524f4be678c8c087e83b69758b0e%2F04-change-password.png?alt=media" alt="change password"><figcaption><p>Change or remove.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Forgot it?** *Forgot password? Reset this wallet* erases the extension. Nothing irreplaceable is lost: scan your Vault's sync QR again. See [Reset the extension](/browser-extension/reset-the-extension.md).
{% 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://doc.lockerprotocol.com/browser-extension/password-and-auto-lock.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.
