> 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/cold-wallet-management/connect-keystone-devices.md).

# Connect Keystone devices

### **Enable/disable your permission for camera access**

You will need to grant the SubWallet extension permission to use your camera in order to import via this method.

To enable this permission, please follow these steps:

**Step 1**: Open the SubWallet extension and click on the list item at the top left of the screen to get to the Settings section.

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

**Step 2**: In the Settings screen, choose "**Security settings**".

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

**Step 3**: In the Security settings, switch the toggle next to "**Camera access for QR**" and approve the browser's popup to enable camera access.

<div><figure><img src="/files/85kN7bFXVTcRbefrPmOT" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/UL6syTYP9nFEy1M2wff1" alt="" width="293"><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you use the Brave browser, there will be multiple options that allow you to access the camera for different durations. You can choose the time option that best fits your personal preferences.&#x20;

![](/files/WvmwcqRVTzwT6S1QZ51H)
{% endhint %}

{% hint style="info" %}
If you want to disable this permission, you can switch the toggle back.

<img src="/files/B7udfZZJpFHPp04r4URk" alt="" data-size="original"><img src="/files/LOjMucT1cngnzwucfGtW" alt="" data-size="original">
{% endhint %}

### **Connect to your Keystone device**

{% hint style="warning" %}
Keystone 3 Pro does not support Polkadot; therefore, if you want to connect to Polkadot, use an older Keystone device.
{% endhint %}

**Step 1**: Open your Keystone and have the QR code ready.

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

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

**Step 3**: In the account selection tab, click the <img src="/files/n9PioatLDGyCnPNBLbjc" alt="" data-size="line"> button at the bottom right corner of the screen.

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

**Step 4**: Choose "**Connect a Ledger device**".

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

**Step 5**: Click "Scan the QR code".

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

{% hint style="info" %}
If you haven't enabled the "Camera access for QR" toggle in Security settings, SubWallet will show the following message:

<img src="/files/OZWR0SZRHFfN3MdDFSdz" alt="" data-size="original">

To enable access, click on "Go to Setting" and then follow the steps provided in[#enable-disable-your-permission-for-camera-access](#enable-disable-your-permission-for-camera-access "mention").

Once done, repeat the connecting procedure.
{% endhint %}

**Step 6**: Put your Keystone device (with the QR code displayed) in front of your computer and scan it with the computer's camera, or upload an image containing this QR code using the "**Upload from photos**" option.

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

**Step 7:** Once your computer recognizes the QR code, a popup will appear, asking you to enter the name of your account. Once done, click "**Confirm**".

**Step 8**: Your account is ready!&#x20;


---

# 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/cold-wallet-management/connect-keystone-devices.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.
