# Add Account

<figure><img src="https://4227883243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWQaf2furhOcVCSNbnqem%2Fuploads%2FXTpPjcEr1SwyOdU4Rd1J%2Fimage.png?alt=media&#x26;token=bdbadf54-b26e-40c9-84a8-81a3d0123247" alt="" width="563"><figcaption></figcaption></figure>

QSafe provides primarily 3 ways to create/import your account.

* **Add account** – create a new wallet account.
* **Add hardware wallet account** – connect a device like Ledger or Trezor.
* **Import account from another wallet** – restore an account using a private key or recovery phrase.

<figure><img src="https://4227883243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWQaf2furhOcVCSNbnqem%2Fuploads%2FnMzA0TIbRWSuEUD5rYdd%2Fimage.png?alt=media&#x26;token=f74671bf-9236-4a35-9b32-280e530505ba" alt="" width="563"><figcaption></figcaption></figure>

This is the account creation modal for the **Polygon** network, Since Polygon is the currently selected network in the left pane, the wallet only allows adding a **Polygon-compatible** account at this moment, Since **Polygon** is the **currently selected network** . You can enter a custom name for the new account, and the "Add account" button becomes active once the name field is filled. To add an account for a **different** network, simply switch to another network from the left sidebar, and the modal will update accordingly to reflect that network's requirements.

**Key points:**

* Modal is specific to the currently selected network (e.g., Polygon).
* Allows adding only **currently selected network** accounts at this stage.
* You can enter a **custom name** for the new account.
* **"Add account"** button is enabled once the name field is not empty.
* To add an account on another network:
  * Switch to a different network from the **left sidebar**.
  * The modal will update based on that network's **compatibility and rules**.

<figure><img src="https://4227883243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWQaf2furhOcVCSNbnqem%2Fuploads%2FdfnOO2vXy8uTLQUQtGnc%2Fimage.png?alt=media&#x26;token=37cdb682-bbd0-4ead-8d3b-a6c5c45da5f9" alt="" width="555"><figcaption></figcaption></figure>

This is the **"Import account**" modal, allowing users to bring in **existing accounts** using either a **Keystore file** or a **private key**. The modal clearly warns that imported accounts won't be linked to the user's **Secret Recovery Phrase**, meaning they can only be restored in the future using the **same Keystore file or private key**. This ensures users understand the importance of securely storing these credentials.

**Key points:**

* Enables importing accounts via:
  * **Keystore file**
  * **Private key**
* Imported accounts are **not associated** with the Secret Recovery Phrase.
* To restore these accounts later, users must retain:
  * The **original Keystore file**, or
  * The **exact private key**
* Emphasizes the need for **secure backup and storage** of credentials.

<figure><img src="https://4227883243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWQaf2furhOcVCSNbnqem%2Fuploads%2FsMdwPGmReUIkfl9AcfBJ%2Fimage.png?alt=media&#x26;token=7cee5b67-f710-42b0-8c0c-5ffa4889e675" alt="" width="563"><figcaption></figcaption></figure>

This screen allows the user to add a **hardware wallet** account. It presents two supported hardware wallet options: **Ledger** and **Trezor**. The user can select their preferred device to connect and manage their accounts securely through the **physical wallet**, ensuring enhanced security for transactions and private key storage.

**Key points:**

* Lets users connect a **hardware wallet** for added security.
* **Supported devices**:
  * **Ledger**
  * **Trezor**
* Helps manage accounts while keeping **private keys offline**.
* Enhances protection against phishing, malware, and keyloggers.
* Ideal for users seeking **secure transaction signing** and **cold storage** options.


---

# 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.qsafewallet.com/all-features/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.
