> 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/keys-management/ever-wallet-extension.md).

# EVER Wallet Extension

Go to your **profile menu** and click **Manage seeds & accounts**.\
The keys are stored in the seeds, so go to the menu of one of the seeds by clicking on it.\
You will see a list of keys associated with this seed.

![](/files/jC7mWo1o3NrSqkj9nELU)

Here you can:

## Manage keys

Click on one of the keys to go to the management menu for that key.\
In the key menu, you can copy or rename it (**Key name**), as well as [link a new account to the key by clicking **+Add new**.](/ever-wallet-kr/seed-phrase-keys-and-accounts/account-management.md)

![](/files/t6QqdkZ065w7mIJyPSMV)

## Add keys

In order to add a new key to your seed, in the list of keys for this seed, click **+Add new**.\
Enter the password for this seed and go to the key selection menu by pressing **Confirm**.\
Check the boxes for the keys you want to add or hide. The number of keys to add is not limited. After selecting, press **Select** and you will see the <mark style="color:green;">**added keys**</mark> in the general list of keys for this seed.

![](/files/v1t5lvW32qPlEWFvGhC9)


---

# 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/keys-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.
