> For the complete documentation index, see [llms.txt](https://docs.ig3.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ig3.ai/frequently-asked-questions-faqs/devices.md).

# Devices

## Setup FAQs

<details>

<summary>Why does my screen say “Run the app..” ? or/and “No Internet Connection”</summary>

This happens when the device cannot establish an Internet connection. Please plug in the LAN cable or check the Internet speed at your location.

</details>

<details>

<summary>What kind of wallet can be linked to an edge device?</summary>

Any Web3 Wallets can link to your device. We recommend Meta Mask or Trust Wallet if you have not had one before. You can follow our step-by-step guide above to create a new wallet and link it to the device.

</details>

<details>

<summary>I already have a wallet. Do I need to create a new one for my device?</summary>

As long as your current wallet is Web3, you can link it to your device. You don’t need to create a new one.

</details>

<details>

<summary>I can’t link my wallet. The app shows this error message “Failed to link wallet. Please try again or contact support…”</summary>

This could be due to different reasons, either your wallet is not Web3 or the Internet connection is not stable. Please [contact us](/support/contact-us.md) with your device’s serial number, we will take a closer look for you.

<br>

</details>

<details>

<summary>How many wallets can I link to the device?</summary>

A device can be only linked to ONE (1) wallet. However, a wallet can be linked to multiple devices.

</details>

<details>

<summary>Why does a QR code appear again on the device screen even though I already linked the device to my wallet? Do I need to scan the QR code to link my wallet again?</summary>

No, you do not need to link your wallet again. The QR code will disappear in less than 1 minute if you already linked your wallet to your device. This only happens when you restart the device. In case you scan the QR again, it will only show your profile in the app with the connected device.

</details>


---

# 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:

```
GET https://docs.ig3.ai/frequently-asked-questions-faqs/devices.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.
