# Import from JSON file

{% hint style="info" %}
Currently, this is the only method by which you can import multiple accounts simultaneously.
{% endhint %}

{% hint style="warning" %}
SubWallet doesn't support importing JSON files created from Cardano-native wallets (Yoroi, Typhoon, Lace, etc.).
{% endhint %}

### If you're on the homepage

**Step 1**: On the SubWallet homepage, click on the account name to access the account selection tab.

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

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

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

**Step 3**: Choose "**Import from JSON file**" as the chosen method to import your account.

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

**Step 4**: Click on the import field to choose a file from your device, or drag and drop your JSON backup file to import.

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

**Step 5**: Enter the file's password (created when you export the file) and click "**Unlock file**".

<figure><img src="/files/2SYLIO5FNVYG7ektqtKC" alt=""><figcaption></figcaption></figure>

**Step 6**: Select the accounts you wish to import, then click "**Import {x} accounts**", where {x} represents the number of accounts selected for import.

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

You've successfully imported your account(s)!

### If you're on the Welcome page

**Step 1**: Open [SubWallet Web dashboard](https://web.subwallet.app/). The welcome screen will appear.

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

Select the "**Import an account**" option.

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

**Step 2**: Make sure you read all the Terms of Use by clicking on the scroll-down button and agree with them by ticking the box beside "**I understand and agree to the Terms of Use, which apply to my use of SubWallet and all of its feature**".

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

Once done, click "**Continue**".&#x20;

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

**Step 3:** A popup screen will appear on the right side. Choose "**Import from JSON file**".

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

**Step 4:** Enter a strong password with at least 8 characters and tick "**I understand that SubWallet can't recover the password**".&#x20;

{% hint style="info" %}
Password should contain at least 1 uppercase letter, 1 number, and 1 special character.
{% endhint %}

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

Once done, click "**Continue**".

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

Once you create a master password, you can follow the importing procedure provided in[#if-youre-on-the-homepage](#if-youre-on-the-homepage "mention"), starting from **Step 4.**


---

# 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/web-dashboard-user-guide/account-management/import-accounts/import-from-json-file.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.
