> For the complete documentation index, see [llms.txt](https://docs.everwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.everwallet.net/seed-phrase-keys-and-accounts/account-management/ever-wallet-app.md).

# EVER Wallet App

Ever Wallet allows you to display multiple account cards in your wallet and quickly switch between them.\
For example, it could be your main account and a [multisignature wallet](/multisig.md).

## Add account

### Create a new account

1. In the `Wallet` section, swipe the account card to the left to open the `Add new account` section
2. Select `Add a new account`
3. Choose a name for your account
4. Select the [type ](/getting-started/install-and-singing-in/types-of-account.md)of account you want to create and click `Confirm`

{% hint style="success" %}
Done! Your new account has been successfully created and its card has been added to the Wallet section.

If the [type ](/getting-started/install-and-singing-in/types-of-account.md)of account created requires it, proceed with its [deployment](/getting-started/install-and-singing-in/deploy.md).
{% endhint %}

<figure><img src="/files/9vDgjk2Iz0aeZ5AnRV3W" alt=""><figcaption></figcaption></figure>

### Add existing account

1. In the `Wallet` section, swipe the account card to the left to open the `Add new account` section.
2. Click `Add existing account`
3. Enter the `address` of the account you want to add and choose a name for it. Then click `Confirm`

{% hint style="success" %}
Done! The account card has been added to the Wallet.
{% endhint %}

<figure><img src="/files/S7ThAhYxUkcXpGFFPbSb" alt=""><figcaption></figcaption></figure>

## Manage account

Accounts can be managed in two ways:

1. In the `Wallet` section
2. In the `Manage seeds & accounts` section

In the first case, you just need to tap on the three dots in the upper right part of the account card you are interested in:

* **Preferences** - in this menu you can rename the account, copy the wallet address and QR code, and open the account page in the blockchain explorer.&#x20;
* **Custodians** - this menu displays a list of custodians in your [multisig wallet](/multisig.md).&#x20;
* **Remove account** - by clicking, you can remove the account from the displayed ones.

<figure><img src="/files/DAfnizFqag3eTU5aK67a" alt=""><figcaption></figcaption></figure>

In the second case, you will need to:

1. Go to `Profile`
2. Go to `Manage seeds & accounts`
3. Select the `seed` and then the `key` where the account you need is located

There you will find a list of all the accounts linked to this key. \
You can manage the account by clicking on the three dots of the account you need.

Also note that you can add a new account in this menu.

<figure><img src="/files/l861rsGB4MG8Sh70n3C7" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.everwallet.net/seed-phrase-keys-and-accounts/account-management/ever-wallet-app.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.
