# Accounts

* [Add account](#add-account)
* [Find account](#find-account)
* [Switch account](#switch-account)
* [View account details](#view-account-details)
* [Rename account](#rename-account)
* [Remove account](#remove-account)

## Add account

To add one more account to Keeper Wallet mobile app:

1. Tap ![](/files/v2y48UQcJffenFlRjcX9) to open the menu.
2. Select **My accounts**.
3. Tap **+** on the **Accounts** screen.
4. Select the option:
   * **Create wallet** to create an account from scratch, see details in [Create new account](/mobile-app/quick-start.md#create) section.
   * **Import wallet** to import an account via a secret phrase or a private key, see details in [Import account](/mobile-app/quick-start.md#import) section.

## Find account

1. Tap ![](/files/v2y48UQcJffenFlRjcX9) to open the menu.
2. Select **My accounts**.
3. Tap ![](/files/LBeAIUert4XLwmUNRWxi) on the **Accounts** screen.
4. Start typing the account name or paste the address.

Only accounts matching the search criteria will remain in the list.

## Switch account

To switch to another account:

1. Tap ![](/files/v2y48UQcJffenFlRjcX9) to open the menu.
2. Select **My accounts**.
3. Tap on the account name.
4. Select **Make active**.

## View account details <a href="#info" id="info"></a>

To view details of the active account:

1. Tap ![](/files/iZ6CGdpFcditbqbdluEb) next to the account name.
2. Select **Account details**.

To view details of another account:

1. Tap ![](/files/v2y48UQcJffenFlRjcX9) to open the menu.
2. Select **My accounts**.
3. Tap on the account name.
4. Select **Account details**.

On the account details screen you can edit the account name and copy the account data: address, public key, private key, and secret phrase.

Copying a private key or secret phrase must be confirmed with the password or PIN.

## Rename account

To change the account name, go to [account details](#info) and tap ![](/files/S9d3ZAVbUZg367UDL3vD) next to the account name.

## Remove account

⚠️ Make sure you wrote down the secret phrase, otherwise you won't be able to restore your account later and will lose all funds on it.

To delete the account, go to the [account details](#info) and tap ![](/files/zX7LglrZ13N5B0l2py5I).


---

# Agent Instructions: 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.keeper-wallet.app/mobile-app/accounts.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.
