> 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/start-here/what-you-need.md).

# What you need

An old phone or tablet with a camera, a computer with a browser, and ten minutes.

## 1. A device for the Vault

Any smartphone or tablet with a **working camera**. It does not need to be new or fast. An old phone in a drawer is perfect.

* iPhone or iPad (Safari) or Android (Chrome).
* It must be able to go online **once**, to install the Vault. After that, it stays in airplane mode forever.
* Do not use your everyday phone. The whole point is that this device never goes online again.

{% hint style="info" %}
**Think of it as a safe.** You would not carry your safe around town. Pick a device that can stay at home, offline.
{% endhint %}

## 2. A computer with a browser

* Chrome, Edge, Brave, Firefox or Safari.
* A **webcam**, so the extension can read the Vault's screen. A laptop's built-in camera is fine.

## 3. Paper and a pen

When you create an account, the Vault gives you a **secret phrase** of 12 or 24 words. You write it on paper. Never in a photo, never in a note on your phone.

## 4. About ten minutes

Installing the Vault, creating an account and connecting the extension takes about ten minutes the first time.

{% hint style="warning" %}
**Do not use your main phone as the Vault.** A phone that goes online is not air-gapped, and the safety of Locker Protocol depends on the Vault never going online.
{% endhint %}

## Learn more

* [Set up in 3 steps](/start-here/set-up-in-3-steps.md)
* [Install the Vault](/vault/install.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/start-here/what-you-need.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.
