> 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/seed-phrase-management/ever-wallet-app.md).

# EVER Wallet App

Ever Wallet functionality allows you to store multiple seeds simultaneously.

Let's see what more the Seed Management interface permits you to do:

* [Create and add](#create-a-new-seed) a new seed for your wallet
* [Import](#import-a-seed-phrase) an existing seed
* [Manage ](#manage-seed-phrase)existing seeds (export, delete, etc.)

### Create a new seed

1. Go to Profile and click on `Manage seeds & accounts`
2. Click `Add New` at the top of the screen
3. Select `Create new seed phrase`
4. Enter a name for the `seed`. It will appear in your wallet
5. Write down and save the `seed phrase` in a secure wayThe `seed phrase` is your proof of ownership of the wallet and the only way to gain or regain access to its management.
6. Create a `password` It will be used to confirm transactions.

{% hint style="success" %}
After this, your`seed`will be added to the list.

Now you can [switch ](#manage-seed-phrase)between active`seeds`as well as [manage ](#manage-seed-phrase)them.
{% endhint %}

<figure><img src="/files/66bNY64hhAv4lKQ3R2ZV" alt=""><figcaption></figcaption></figure>

### Import a seed

1. Go to Profile and click on `Manage seeds & accounts`
2. Click `Add New` at the top of the screen
3. Select `Import seed`
4. Enter a name for the `seed`. It will appear in your wallet
5. Enter the `seed phrase`. You can copy the `seed phrase` in advance to paste it by clicking `Paste all` in the upper right corner of the screen.

{% hint style="success" %}
After this, your `seed`will be added to the list. \
Now you can [switch ](#manage-seed-phrase)between active`seeds`and also [manage](#manage-seed-phrase) them.
{% endhint %}

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

### Manage seed

Using the seed management interface, you can:

* Choose active seed
* Rename the seed
* Export the seed
* Change the password used to confirm transactions
* Delete a seed from the wallet

There are two steps to go to the seed phrase management menu:

1. Go to `Profile` and click on `Manage seeds & accounts`
2. Click on the three dots on the right side of the desired seed to open the management menu

<figure><img src="/files/Kp5VYY7KrrP50m2NbMsi" 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, and the optional `goal` query parameter:

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