> 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/vault/security-settings.md).

# Security settings

Auto-lock, password on every action, and the wipe button.

## What you need

* The Vault, unlocked. Open **Settings → Security Settings**.

{% stepper %}
{% step %}

### The settings

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-2d26130a399eeee29769534f1ef59ba2424bc3db%2F01-security-list.png?alt=media" alt="security list"><figcaption><p>The Security Settings screen.</p></figcaption></figure>

* **Auto-lock Timeout** — how long the Vault waits, with no touch, before locking itself.
* **Require Password for Actions** — ask for the master password when signing or showing keys, even if the Vault is unlocked. Recommended.
* **Lock Application** — lock now.
* **Delete Device Data** — erase every account and setting. Permanent.
  {% endstep %}

{% step %}

### Choose the auto-lock delay

Options: **1 Minute**, **5 Minutes**, **15 Minutes**, **30 Minutes**, **1 Hour**, or **Never (Not Recommended)**. A short delay is safer; 5 minutes is a good default.

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

{% step %}

### Delete Device Data (only if you mean it)

Tap **Delete Device Data**. The Vault asks for your password under **Confirm Data Deletion — This action cannot be undone**. Afterwards the device is empty; you can restore from a secret phrase or a QR backup.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-8bc7e5cb4f1e7d6a3db47b4d643c4214cdec5110%2F03-wipe-confirm.png?alt=media" alt="wipe confirm"><figcaption><p>The wipe confirmation.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Settings are saved as soon as you change them (**Settings saved**). If a setting cannot be saved, the Vault says so and keeps the old value.
{% endhint %}

## Learn more

* [Lock screen & forgot password](/vault/lock-screen-and-reset.md)
* [Change the master password](/vault/change-the-master-password.md)


---

# 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/vault/security-settings.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.
