> For the complete documentation index, see [llms.txt](https://leather.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leather.gitbook.io/guides/accounts/several-accounts-missing.md).

# Several accounts missing

<figure><img src="/files/ATw9uPamVVA1fnH8T6DX" alt=""><figcaption><p>One or more accounts in this list missing</p></figcaption></figure>

### Previously created accounts not showing

When the wallet can’t establish the number of accounts revealed it may default to just a single one. Rest assured these accounts can be restored. From wallet version 3.32.2, restoring the wallet from seed should fix this issue, if not try one of the following options.

### Option 1: Restoring some addresses

Clicking the “Switch Account” button in the top right menu and then the "Create an Account button" will always reveal the same addresses in order.

### Option 2: Restoring many addresses

Using the debug tool it is possible to quickly reveal many accounts at once. Take these steps:

1. Right click the extension icon, or the top right menu.
2. Open Leather in a new tab
3. Open console: Ctrl+Shift+I
4. copy this: debug.setHigestAccountIndex(XX)
5. replace "XX" with the number of accounts you want to reveal (minus 1)
6. press `<Enter>`

<figure><img src="/files/di7Ywdt8o5CeJBo4zagI" alt=""><figcaption><p>Opening the wallet in a new tab</p></figcaption></figure>

\
This is what that could look like in the console and in the wallet after using the command:

<figure><img src="/files/xLzMNLyWJYgIuuJI8rLw" alt=""><figcaption><p>Using the console command to quickly reveal a hundred more accounts</p></figcaption></figure>

<figure><img src="/files/8N1m13KYdJu5BLZ5K3Le" alt=""><figcaption><p>Showing all accounts upto acccount index 122 again</p></figcaption></figure>


---

# 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://leather.gitbook.io/guides/accounts/several-accounts-missing.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.
