# Export & backup accounts

### Supported export methods

Export your backup information in different forms of backup files, and use these files to restore & import the account again if you so wish.

Depending on the type of account you want to export, SubWallet supports different export methods:

<table><thead><tr><th width="224">Account type</th><th data-type="checkbox">Seed phrase</th><th width="136.42578125" 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>true</td><td>true</td><td>false</td><td>true</td></tr><tr><td><strong>EVM account</strong></td><td>true</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>

*(\*): The exported JSON file **cannot be imported** into EVM-compatible wallets (Metamask, Phantom, Rabby, etc.) or Cardano-native wallets (Typhoon).*

*(\*\*): Ledger accounts are not supported for exporting.*

### Export & backup an account

**Step 1**: Open the SubWallet extension and click on the account name to access the account selection tab.

<figure><img src="/files/QdEYtuUyjIbmAphyCEto" alt="" width="362"><figcaption></figcaption></figure>

**Step 2**: In the account selection tab, click the <img src="/files/SrclNWGXUEri00KTHpFV" alt="" data-size="line"> icon on the right-hand side of the account you wish to export.&#x20;

*In this example, we will export the backup information of "Andy T" - a unified account.*

<figure><img src="/files/ascHcXUPHUMvYvzCEazI" alt="" width="362"><figcaption></figcaption></figure>

**Step 3**: In the Account details section, choose "**Export**".

<figure><img src="/files/9UAX2Z4hdaQx8FeoD4Hx" alt="" width="362"><figcaption></figcaption></figure>

**Step 4**: Enter your password.&#x20;

{% hint style="info" %}
You will notice that even if you correctly enter your password, the "**Confirm**" button is still unavailable. You would need to choose your preferred form of export file to continue.
{% endhint %}

<figure><img src="/files/SJeyUB8kzVUZLZeMIoJr" alt="" width="363"><figcaption></figcaption></figure>

As "SubWallet Unified 01" is a unified account, there are 2 options to export the account, as listed in the table above.

**Step 5**: Choose your preferred way(s) to export your account. Then, click "**Confirm**".

<figure><img src="/files/kv0zDkELJYM52hbWD66l" alt="" width="362"><figcaption></figcaption></figure>

{% hint style="warning" %}
Please save and keep your backup files secure.&#x20;

Furthermore, you will need these backup files to restore your account in case you forget your SubWallet password.
{% endhint %}

{% hint style="danger" %}
**Don't share your seed phrase with anyone, including us.**&#x20;

SubWallet is non-custodial, which means we don't store any of your backup information to ensure user privacy and security.
{% endhint %}

### Export multiple accounts

{% hint style="info" %}
This feature allows you to export backup information of multiple accounts (no matter its account type) in **one JSON file**.
{% endhint %}

*In this example, we will export multiple accounts on the SubWallet extension on the Chrome browser.*

**Step 1**: Open the SubWallet extension and click on the account name to access the account selection tab.&#x20;

<figure><img src="/files/QdEYtuUyjIbmAphyCEto" alt="" width="362"><figcaption></figcaption></figure>

**Step 2**: In the account selection tab, click on the export icon <img src="/files/F7q1yzahoGtKsDyt8vZM" alt="" data-size="line"> at the top right of the screen.

<figure><img src="/files/fcg7xAli43feD9O6fyus" alt="" width="362"><figcaption></figcaption></figure>

**Step 3**: In the Export account screen, select as many accounts to export as you wish.

*In this example, we want to export 3 accounts. Once done, click on the "**Export 3 accounts**" button.*

<div><figure><img src="/files/U4XvW8M6FKveh2zOAsQP" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/39NrutuykY76d1B1FXqS" alt="" width="362"><figcaption></figcaption></figure></div>

**Step 4**: Enter your password to confirm, then click "**Submit**" to proceed.

<div><figure><img src="/files/6JqcC58zDXfbbbeEseDJ" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/v7Ev6wa84nGb0JLB343p" alt="" width="362"><figcaption></figcaption></figure></div>

Once clicked, the Chrome browser will download a JSON file. Click **Ctrl + J** to locate the file.

<figure><img src="/files/w5wAvXPR4gIy8LulxMRR" alt=""><figcaption></figcaption></figure>

**Step 5**: You have successfully exported multiple accounts! Click "**Finish**" to return to the homepage.

<figure><img src="/files/9eg0YR766ZaOcD8n0s2H" alt="" width="363"><figcaption></figcaption></figure>

{% hint style="info" %}
If you want to import these accounts to use them on other devices and browsers, you can import the JSON file downloaded from **Step 4** using this [guide](/main/extension-user-guide/account-management/import-accounts/import-from-json-file.md).
{% endhint %}


---

# 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/extension-user-guide/account-management/export-and-backup-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.
