# Add Account

After you create your first account, you may add additional accounts to your wallet with various methods. Once you're in the <mark style="color:blue;">**Sidebar Menu**</mark>, click on <mark style="color:blue;">**Add Account**</mark>.

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

Adena offers 3 different ways to add a new account:

1. **Create New Account:** Create a new account using your current seed phrase.
2. **Import Private Key:** Import an existing account using your private key.
3. **Connect Ledger:** Connect your Ledger device to add accounts from.

Refer to the [Sign In](/user-guide/sign-in.md) section for a step-by-step guide on how to complete each method.

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


---

# 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.adena.app/user-guide/sidebar-menu/add-account.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.
