# Create a new account

You can create as many accounts as you need. A new account can be created using the existing passphrase of the wallet, by importing a passphrase or by importing a private key.

{% hint style="info" %}
You can create a new account by tapping on the account switcher icon on the main screen or by going to the "My Wallets" section on the "Settings" screen.
{% endhint %}

## Option 1 - Use the existing passphrase

* On the main screen, tap the account switcher icon
* Select "Create New Wallet"
* In a few seconds a confirmation screen will be displayed and your account is ready to use

<div align="left"><figure><img src="/files/qYBU4Ee7bFoCM5ZHkWOy" alt="" width="375"><figcaption></figcaption></figure></div>

## Option 2 - Import from a passphrase

* On the main screen, tap the account switcher icon
* Choose "Import from passphrase"
* Select the wallet that was used to generate the passphrase
* Enter or paste your 12 or 24-word passphrase
* Choose the accounts that you want to import, you can choose more than one and tap "Import"
* In a few seconds a confirmation screen will be displayed and your account is ready to use

<div align="left"><figure><img src="/files/7hQnYH0vUK53HMqFm9WF" alt="" width="375"><figcaption></figcaption></figure></div>

## Option 3 - Import from secret key

* On the main screen, tap the account switcher icon
* Choose "Import from secret key"
* Select the wallet that was used to generate the secret key
* Enter or paste your secret key and tap "Import"
* In a few seconds a confirmation screen will be displayed and your account is ready to use

<div align="left"><figure><img src="/files/Y7keRknXMEKVSWKgr32D" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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.linxlabs.org/linx-wallet/account-management/create-a-new-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.
