# Browser Extension

Install the Eve Vault browser extension to use the vault from Chrome.

## Download

Get the latest extension from the release:

[**Eve Vault Extension**](https://github.com/evefrontier/evevault/releases)

Download the zip asset from the release page.

## Installation (Chrome)

1. **Unzip** the downloaded file to a folder on your computer (e.g. `evevault-extension`).
2. Open Chrome and go to **chrome://extensions/**.
3. Turn on **Developer mode** (toggle in the top-right).
4. Click **Load unpacked**.
5. Select the folder where you unzipped the extension.
6. The Eve Vault extension will appear in your extensions list and in the Chrome toolbar.

## Sign in

After installing, open the extension and sign in with your credentials for the Utopia server. Follow these steps:

### 1. Create a 6-digit PIN

When you open the extension for the first time, you’ll be asked to create a **6-digit PIN**. This PIN is used to unlock the vault on this device.

![Create PIN](/files/7iryhRJ7du0n9YArYq9c)

### 2. Open the sign-in flow

On the sign-in screen, select which server you are signing into (Stillness for most, Utopia for hackathon). Click **Login**. This opens the Eve Frontier sign-in flow.

![Sign in](/files/ABpF2w3XfDNVx7M38tQU)

### 3. Sign in with your Frontier credentials

Use your **Frontier credentials** (for your selected server) to sign in. Enter your email and password when prompted.

### 4. Use the dashboard

After signing in successfully, you’ll see the **Eve Vault dashboard**, where you can manage your wallet and transactions.

![Dashboard](/files/QtrnV7MqspPE0Iv46kPb)

***

For source code and more releases, see the [evevault repository](https://github.com/evefrontier/evevault).


---

# Agent Instructions: 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.evefrontier.com/eve-vault/browser-extension.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.
