> For the complete documentation index, see [llms.txt](https://docs.blanksquare.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blanksquare.io/user-guides/mobile-app/multi-account-management.md).

# Multi-account management

The Blanksquare Mobile App supports managing not only multiple wallets, but also multiple accounts within each wallet.

<figure><picture><source srcset="/files/WmiVSvcOGPrdgDw6hebi" media="(prefers-color-scheme: dark)"><img src="/files/mDQZtcR0RM7aOmcDUq1j" alt=""></picture><figcaption></figcaption></figure>

Having several accounts dedicated to specific tasks is one of the key elements of privacy hygiene. The app helps you manage and control multiple accounts derived from the same private key through the following features:

**Portfolio**

* A summary overview of all your assets, along with clear information about their source.

<figure><picture><source srcset="/files/OOkDV2m1jVtRWBsg8sZY" media="(prefers-color-scheme: dark)"><img src="/files/YKOwDe7WAKVNI4gzcMRp" alt=""></picture><figcaption></figcaption></figure>

**Customization**

* The ability to change the name and icon of each account, making it easy to distinguish one from another.

<figure><picture><source srcset="/files/rXk5cFZgzXuFZNQC0ZEy" media="(prefers-color-scheme: dark)"><img src="/files/HZbKRE3wJxXtNMKt1HLi" alt=""></picture><figcaption></figcaption></figure>

**Multi-Account Import**

* When importing a wallet using a seed phrase, the Blanksquare Mobile App automatically detects and restores all accounts associated with your private key.


---

# 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://docs.blanksquare.io/user-guides/mobile-app/multi-account-management.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.
