# Proximity connection

## Overview

The Mago mobile app can connect to a Mago display to enable the following features:

* Start a meeting from My Calendar
* Launch personal Mago whiteboards
* Present files from cloud drives (OneDrive, Google Drive)
* Open personal apps and web links
* Remote meeting control (volume, microphone, camera)
* Remote control using trackpad, mouse or keyboard mode

The connection can be established by:

* Scanning the QR code displayed on the Mago Room screen
* Entering the six-digit alphanumeric room code

## Bluetooth requirements

To authenticate user proximity securely, Bluetooth Low Energy (BLE) must be enabled on both the mobile device and the Mago Room device.

* Minimum BLE version required: 4.0
* Bluetooth is used only for proximity verification
* No data is transferred via Bluetooth
* Devices do not need to be paired

All operational data exchanged between the mobile app and the Mago display is transmitted securely through Mago’s end-to-end encrypted HTTPS signaling service.

## Automatic disconnection

When the mobile device moves beyond the allowed proximity range, the app stops receiving packets and automatically disconnects cloud drives, personal calendars and session-bound links from the Mago display.


---

# 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://kb.mago.io/mago-mobile-apps/proximity-connection.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.
