# How do additional accounts work in Leather?

Additional accounts in Leather are basically different public keys you can access with the same private key. They provide a way to keep public records separated between accounts.

### Switching between accounts

You can switch between accounts by clicking on the account icon in front of the account name:

![Switch account by clicking the sphere.](/files/vqL86IXYTXbzegwNOAWB)

### Adding an account

On the lower left corner you will find a button to add an account on the page to switch accounts.

![Create an Account (reveal an account) via the Switch account menu item.](/files/sS8XV44Hfm56VWt4VYW4)

**Note:** when using a ledger for the web extension, five accounts are made when initializing the wallet. Currently ledger does not support adding additional accounts beyond that. If you need more accounts use a software wallet instead.

### Creating an account: reveals them

"Create an account" perhaps is not the best name of this function. Because if for some reason the wallet would not show the accounts the next time you restore the wallet. You can click "Create an account" again to reveal the addresses in the same order again. When you use the same Secret Key you will always see the same public addresses (Stacks, Bitcoin and Ordinals) on Account 1, on Account 2, etc.


---

# 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://leather.gitbook.io/guides/accounts/how-do-additional-accounts-work-in-leather.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.
