# Account management

- [Understand account types](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/understand-account-types.md): Identify different account types and determine which account to use depending on the transaction type.
- [Create a new account with new seed phrase](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/create-a-new-account-with-new-seed-phrase.md): Get started in no time by creating a new account with just a few clicks on SubWallet.
- [Derive a new account from an existing account](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/derive-a-new-account-from-an-existing-account.md): Generate derived accounts linked to your original one, simplifying management and enhancing security on SubWallet.
- [Switch between accounts and change account name](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/switch-between-accounts-and-change-account-name.md): Effortlessly switch between your accounts and personalize them with unique names for easy identification.
- [Import accounts](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/import-accounts.md): Import your existing accounts onto SubWallet using backup information.
- [Import from seed phrase](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/import-accounts/import-from-seed-phrase.md): Securely recover your account by importing it using a 12- or 24-word seed phrase.
- [Import from JSON file](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/import-accounts/import-from-json-file.md): Effortlessly import your account(s) by uploading a JSON file.
- [Import from private key](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/import-accounts/import-from-private-key.md): Easily import your account into SubWallet using your private key.
- [Import by QR code](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/import-accounts/import-by-qr-code.md): Import your account using a simple and quick QR code scan.
- [Attach a watch-only account](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/attach-a-watch-only-account.md): Attach an account to monitor its activity without having full access or control over its funds on SubWallet.
- [Export & backup accounts](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/export-and-backup-accounts.md): This document will show you how to export & backup accounts on SubWallet.


---

# 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.subwallet.app/main/mobile-app-user-guide/account-management.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.
