> 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/ever-wallet-kr/seed-phrase-keys-and-accounts/account-management/ever-wallet-extension.md).

# EVER Wallet Extension

Go to your **profile menu** and click **Manage seeds & accounts**.\
Since your accounts are tied to keys, and keys to seeds - select the desired seed, and then the key by clicking on them to go to the **account management menu**.

![](/files/Gz7RFNNUy3DVfJ3Gq958)

## Added account management

In the list of accounts, click on one of them to go to the **account management menu**.\
Here you can:

* Change display name (Account name).
* Enable or disable account display on the main page of the EVER Wallet extension.
* Copy the address and QR code of the account. View which keys the account is linked to.

![](/files/y5hMjISTDsN2TBaxh14g)

## Add a new account

At the top of the list of accounts linked to the key, click **+ Add new** to link the account (or you can do it by adding an account on the main screen of EVER Wallet by switching the account card).

![](/files/298buYBWu3DJUQzqMdH9)

### Create new

1. Select **Create new account.**
2. Enter a display name for the new account
3. Choose a wallet type. Recall that for each key, you can create one wallet of each type.
4. Now you can go to the card of this account (Go to account).

![](/files/1aj7Y1vFcGYUKu9zc5vJ)

### Add existing

1. Select **Add an exising account**.
2. Enter a display **name** for the account.
3. Enter a **multisig address.**
4. Click **Add account.**

![](/files/Akj2dLmWUbtNsB4YvO9X)


---

# 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/ever-wallet-kr/seed-phrase-keys-and-accounts/account-management/ever-wallet-extension.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.
