> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/web-dashboard-user-guide/account-management/import-accounts.md).

# Import accounts

### Supported import methods

You can import your existing accounts onto SubWallet via one of the following methods: seed phrase, JSON file, private key, or QR code.

<table><thead><tr><th width="189">Account type</th><th width="134.86669921875" data-type="checkbox">Seed phrase</th><th data-type="checkbox">JSON file</th><th data-type="checkbox">Private key</th><th data-type="checkbox">QR code</th></tr></thead><tbody><tr><td><strong>Unified account</strong></td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td><strong>Substrate account</strong></td><td>false</td><td>true</td><td>false</td><td>true</td></tr><tr><td><strong>EVM account</strong></td><td>false</td><td>true</td><td>true</td><td>true</td></tr><tr><td><strong>TON account</strong></td><td>true</td><td>true</td><td>true</td><td>false</td></tr><tr><td><strong>Cardano account</strong></td><td>false</td><td>true</td><td>false</td><td>false</td></tr><tr><td><strong>Bitcoin account</strong></td><td>false</td><td>true</td><td>false</td><td>false</td></tr><tr><td><strong>QR-signer account</strong>*</td><td>false</td><td>true</td><td>false</td><td>false</td></tr><tr><td><strong>Ledger account</strong>*</td><td>false</td><td>false</td><td>false</td><td>false</td></tr></tbody></table>

*(\*): With QR-signer accounts, you will still need to perform transactions on their respective mobile devices once imported.*

To import your account using one of these methods, refer to the corresponding articles:

{% content-ref url="/pages/88n1pGw7UeHSrf9WmgBz" %}
[Import from seed phrase](/main/web-dashboard-user-guide/account-management/import-accounts/import-from-seed-phrase.md)
{% endcontent-ref %}

{% content-ref url="/pages/mxhY5fBaRYyqIp4edUnp" %}
[Import from JSON file](/main/web-dashboard-user-guide/account-management/import-accounts/import-from-json-file.md)
{% endcontent-ref %}

{% content-ref url="/pages/wi6j4rChNdnjqPYSSguV" %}
[Import from private key](/main/web-dashboard-user-guide/account-management/import-accounts/import-from-private-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/XQVcAIzzvrZcFK3ro5vx" %}
[Import by QR code](/main/web-dashboard-user-guide/account-management/import-accounts/import-by-qr-code.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.subwallet.app/main/web-dashboard-user-guide/account-management/import-accounts.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.
