> For the complete documentation index, see [llms.txt](https://guides.getalby.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.getalby.com/user-guide/browser-extension/features/manage-multiple-wallets.md).

# Manage multiple wallets

#### **Step 1: Open the extension in your browser, open the drop down menu by clicking on the '**˅' **button in the top right corner.**

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

In the extension menu, you'll see your wallet. The [Alby Browser Extension](https://getalby.com/alby-extension) lets you connect multiple wallets. By default, you'll likely connect your Alby web account, but you can also link [Alby Hub](https://getalby.com/alby-hub) or other wallets via NWC (Nostr Wallet Connect). The wallet name will match the connector type by default (e.g., NWC Connection).

<figure><img src="/files/DoffWkcyypWGcVYAsTaH" alt="" width="192"><figcaption><p>We have three wallets here.</p></figcaption></figure>

#### Step 2: Click on 'Wallet Settings'

To customize and re name these wallets we must go to the extension “Settings”.

<figure><img src="/files/DSmUrfePiU1qvFeYoduT" alt="" width="192"><figcaption></figcaption></figure>

#### Step 3: Edit the name section to what you wish to name the wallet and hit save.

<figure><img src="/files/4ucGboBwyudmeBEGU8SD" alt=""><figcaption></figcaption></figure>

#### Step 4: scroll to the bottom of the selected wallet page to 'disconnect wallet' if you wish to unlink it

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

#### <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guides.getalby.com/user-guide/browser-extension/features/manage-multiple-wallets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
