# Synchronize between SubWallet mobile app & SubWallet browser extension

With SubWallet, users can instantly synchronize accounts between SubWallet extension and SubWallet mobile using the Import by QR code feature.&#x20;

Import using QR code is considered more convenient and to some extent, safer because you would not have to manually enter your seedphrase or private key.&#x20;

You would need to:<br>

1. Generate a QR code for your account address with SubWallet extension, then&#x20;
2. Import account by QR code with SubWallet mobile.&#x20;

## To generate a QR code address with SubWallet extension

**Step 1**: Open SubWallet extension. Make sure you are not in the All Accounts mode. \
In your home screen, please click the list item on the right corner.

![](/files/R6HYBPwycDMrRLD9xIVB)

**Step 2**: In the menu, click **Export account**.

![](/files/XqPcxqgjrPDWGw38eCAT)

**Step 3**: Enter your password and choose the **QR** option.

![](/files/1KgbU2mik3W6ly3AeYnW)

**Step 4**: Your QR address has been generated.&#x20;

![](/files/60tEZrlapZNHFhN2132A)

## To import the generated QR address into SubWallet mobile.&#x20;

Detailed instruction can be found [here](/beta/mobile-app-user-guide/import-an-existing-account/import-by-qr-code.md).&#x20;


---

# 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/beta/mobile-app-user-guide/synchronize-between-subwallet-mobile-app-and-subwallet-browser-extension.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.
