# Ledger

Ledger relies on an offline method of generating private keys, making it an optimal solution for a number of digital asset holders. Within this guide, we’ll walk you through connecting your Ledger device to the azero.dev wallet.&#x20;

#### **Before you start:**

1. Ensure that the latest version of the Aleph Zero (AZERO) app is installed on your Ledger device.&#x20;
2. Ensure that Ledger Live is closed—it can conflict with azero.dev.
3. Note that azero.dev doesn’t support Ledger devices on Mozilla Firefox. Please use Chrome or Brave instead.&#x20;
4. Ensure you have the latest firmware of Ledger installed.&#x20;

#### **Connect your Ledger to azero.dev**

1. Unlock your Ledger and open the Aleph Zero (AZERO) app on your device.
2. Open azero.dev in Chrome or Brave.&#x20;
3. Navigate to Settings, then select Manage hardware connections, and choose one of the following:&#x20;
4. 1. Attach Ledger via WebUSB if you’re running Windows.
   2. Attach Ledger via WebHID if you’re on macOS or Linux.&#x20;
5. Click Save.

#### Add your first Ledger AZERO account

1. In the top header, go to Accounts.&#x20;
2. In the drop-down menu, click Accounts.&#x20;
3. Select Add via Ledger.&#x20;
4. In the subsequent menu, enter a name in the Name field, then leave Account type and Address index as they are. Click Save. A pop-up window may appear.
5. To confirm the connection with your Ledger, select your device and click connect. Your Ledger AZERO account will appear.&#x20;

#### Add additional Ledger AZERO accounts

If you own multiple Aleph Zero (AZERO) accounts, follow the steps below to add them manually:&#x20;

1. Select Add via Ledger.
2. In the Name field, choose a different name for your second account.&#x20;
3. In the Account type field, choose Account type 1. Note that the address index field can stay on the default 0 value.&#x20;
4. Click Save.&#x20;

Your second Aleph Zero (AZERO) account should now show up next to your first account. If you own a third account, follow the same steps but this time choose Account type 2, and so on so forth.

For more information, follow the [link](< https://support.ledger.com/hc/en-us/articles/11778390870557-Aleph-Zero-AZERO-?docs=true>).


---

# 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.alephzero.org/aleph-zero/use/ledger.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.
