> For the complete documentation index, see [llms.txt](https://kb.linknlink.com/isg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.linknlink.com/isg/getting-started/start-to-use/other-info-before-use/pair-ble-remote-isg-box.md).

# Pair BLE Remote (iSG Box)

The iSG Box comes with a BLE (Bluetooth) remote. If you haven’t paired it via Bluetooth yet, you can still control the iSG Box using Infrared (make sure the remote is pointed directly at the front of the iSG Box).

For a better experience, you can pair the remote with the iSG Box via Bluetooth. Once paired, you’ll be able to control the box from any direction, even if there are obstacles. You can also use Google Assistant voice control through the remote when it’s connected via Bluetooth.

**To pair the remote via Bluetooth, follow these steps:**

1. Press the **Google Assistant** button on the remote.

   <div align="left"><figure><img src="/files/LHK5BBrPNr4j5KOK8xVu" alt="" width="375"><figcaption></figcaption></figure></div>
2. A wizard will appear on the screen for *Bluetooth remote control pairing*.

   <div align="left"><figure><img src="/files/nVHg96pZMjn5YKFpfrVB" alt="" width="563"><figcaption></figcaption></figure></div>
3. Follow the on-screen instructions: press and hold both the **Left** and **Right** buttons on the remote for about 10 seconds, until the red LED on the remote flashes (indicating pairing mode).
4. The wizard will move from *Start* to *Success*, confirming that your remote is now connected via Bluetooth.


---

# 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://kb.linknlink.com/isg/getting-started/start-to-use/other-info-before-use/pair-ble-remote-isg-box.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.
