# Connect Your Moasure Device

{% hint style="info" %}
Please ensure that you are attempting to pair within the Moasure App. Moasure will not pair using your phone's Bluetooth settings.
{% endhint %}

1. Open the Moasure app on your device to start the connection process.&#x20;
   * For Apple/iOS devices, grant Bluetooth permissions.&#x20;
   * For Android devices, grant Bluetooth and Location permissions (Location is used to calibrate the device).&#x20;
2. Tap the permission button in the app (e.g., ‘Turn on Bluetooth’) and then tap '**Allow**'. After granting permissions, press '**Continue**'.
3. Connect your Moasure device to a power source using the USB cable and turn it on.
4. The app will automatically search for your device via Bluetooth. Once detected, your device will be listed under '**Available Devices**'.
5. Tap on your device in the list to connect it to the Moasure app.
6. Your Moasure device is now successfully connected to the app.

## **Ensuring Bluetooth Connectivity**

To ensure seamless connection between your Moasure device and the Moasure app, follow these steps:

**Enable Bluetooth:** In your device settings, ensure Bluetooth is enabled. Disabling Bluetooth globally will prevent the Moasure app from connecting to your Moasure device.

**Check App Permissions:** If you encounter connection issues despite having Bluetooth enabled, verify Bluetooth permissions for the Moasure app. If Bluetooth permission is disabled for the Moasure app, it won't be able to connect to your device. Grant necessary permissions to resolve this issue.


---

# 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.moasure.com/en/getting-started/connect-your-moasure-device.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.
