> For the complete documentation index, see [llms.txt](https://docs.empe.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empe.io/user-guide/00_introduction/01_download_and_first_launch.md).

# Download and first launch

## Download

1. Download the Empe DID Wallet app to your device:

<p align="center"><a href="https://apps.apple.com/us/app/empe-wallet/id6468363115"><img src="https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1697068800" alt="Download on the App Store"></a><br><a href="https://apps.apple.com/us/app/empe-wallet/id6468363115"><img src="/files/TMXmx4ppUeNM11OxdUuU" alt="iOS App Store QR code"></a></p>

<br>

<p align="center"><a href="https://play.google.com/store/apps/details?id=io.empe.wallet"><img src="/files/ElkFxxTRP99ofCNvtGFC" alt="Get it on Google Play"></a><br><a href="https://play.google.com/store/apps/details?id=io.empe.wallet"><img src="/files/iKfXjsx69FSMNDY6CSWN" alt="Android Google Play QR code"></a></p>

## First launch

When you open the app for the first time, the **Empe Wallet** welcome screens introduce the app. Tap **Next step** through them to begin setup.

![Empe Wallet welcome screen](/files/pymYNukEvXWGrbzKxepD)

## Setting a PIN

Upon first launch:

* You will see a screen requesting you to set up a 4-digit PIN.
* Enter your chosen PIN and confirm.

![Set up your PIN code](/files/eanIl5dZe5B00TzqDe0O)


---

# 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://docs.empe.io/user-guide/00_introduction/01_download_and_first_launch.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.
