> 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/extension-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="136" 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>Ledger account</strong><sup><strong>1</strong></sup></td><td>false</td><td>true</td><td>false</td><td>false</td></tr><tr><td><strong>QR-signer account</strong><sup><strong>1</strong></sup></td><td>false</td><td>true</td><td>false</td><td>false</td></tr></tbody></table>

<sup>*1*</sup>*&#x20;With Ledger & QR-signer accounts, you will still need to perform transactions on their respective devices once imported.*

*(\*): With seed phrases from Trust Wallet, a unified account will always be imported once users choose to import via Trust Wallet. Learn more* [*here*](https://app.gitbook.com/o/CyPU0v2iA12ILmupTKub/s/-Lh39Kwxa1xxZM9WX_Bs/~/edit/~/changes/749/extension-user-guide/account-management/import-accounts/import-from-trust-wallet)*.*

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

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

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

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

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

{% content-ref url="/pages/yKYygaRJPFb6m0TJgPcJ" %}
[Import from Trust Wallet](/main/extension-user-guide/account-management/import-accounts/import-from-trust-wallet.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, and the optional `goal` query parameter:

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