> For the complete documentation index, see [llms.txt](https://everus.gitbook.io/faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://everus.gitbook.io/faq/everus-wallet/untitled.md).

# How to Download Everus App

![](/files/-LaZgRPFj6VMAhXxgbbg)

Simply download the Everus Wallet App from the Apple App Store or Google Play Store to sign up as Everus wallet users. You will receive an email verification from Everus after your registration is completed.

Make sure that you download the latest version of the app. You can enable the “Auto Update” option or check for updates frequently in your Google Play Store or Apple App Store.

### How to Download the Everus App in Google Play Store

1. Open Google Play Store
2. Search for Everus App&#x20;
3. Make sure the app is developed by Everus
4. Download & Install

{% tabs %}
{% tab title="Play Store" %}
{% embed url="<https://play.google.com/store/apps/details?id=com.everus.org&hl=en>" %}
{% endtab %}
{% endtabs %}

### How to Download the Everus App in iOS App Store

1. Open Apple App Store
2. Search for Everus App
3. Make sure the app is developed by Everus
4. Download & Install

{% tabs %}
{% tab title="App Store" %}
{% embed url="<https://itunes.apple.com/us/app/everus/id1335536622?mt=8>" %}
{% endtab %}
{% endtabs %}

{% hint style="info" %}

#### For more information

Visit [Everus website](https://everus.org) Visit [Everus Media](https://media.everus.org) - Industry updates, views, and analysis of the latest happenings in the world of blockchain.
{% endhint %}


---

# 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://everus.gitbook.io/faq/everus-wallet/untitled.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.
