> 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/reset-the-extension.md).

# Reset the extension

Erase everything in the extension. Your Vault is untouched.

{% stepper %}
{% step %}

### Open Reset

**Menu → Security → Reset this wallet**, or *Forgot password? Reset this wallet* on the lock screen. *This erases everything stored in this extension: watched accounts, connected sites, custom networks, contacts, activity and the password itself.*

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

{% step %}

### Confirm

*Nothing irreplaceable is lost. Your keys live only on your air-gapped vault.* Tick **I understand this extension will be wiped** → **Erase and start over**. Then scan your Vault's sync QR again.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-1241aa78397b8a390806019064b0cb54bee42676%2F02-reset-confirm.png?alt=media" alt="reset confirm"><figcaption><p>Confirm and erase.</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/reset-the-extension.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.
