> For the complete documentation index, see [llms.txt](https://docs.moasure.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moasure.com/en/moasure-lx1/getting-started/connect-moasure-lx1.md).

# Connect Moasure LX1

Moasure LX1 connects to the Moasure app using Bluetooth.

When setting up your first Moasure device, the app will guide you through connecting your LX1.

#### 1. Open the Moasure App

Launch the Moasure app on your phone or tablet and sign in to your account.

If prompted, allow the app to use **Bluetooth** and any other permissions required to discover and connect to your LX1.

***

#### 2. Power on Moasure LX1

Press either button to turn LX1 on. The LED indicators will illuminate and the device will be ready to connect.

***

#### 3. Pair Your LX1

The Moasure app will prompt you to connect a device.

Follow the on-screen instructions and select your **Moasure LX1** when it appears.

The app will confirm when your LX1 has been successfully paired.

{% hint style="info" %}
**Important:** Connect LX1 from within the Moasure app rather than pairing it directly through your phone or tablet's Bluetooth settings.
{% endhint %}

***

### Already Use Another Moasure Device?

If you already use the Moasure app with another device, such as **Moasure 2 or Moasure 2 PRO**, you can add your new LX1 to your existing account.

#### Watch: How to Add a New Moasure Device

{% embed url="<https://vimeo.com/1227769045?fe=ci&fl=sv&share=copy>" %}

To add LX1:

1. Turn on your **Moasure LX1**.
2. Open the **Moasure app**.
3. Tap **Settings** → **Account & Device Management** → **Add Device**.
4. The app will search for nearby Moasure devices.
5. Select **LX1** when it appears and follow the on-screen instructions.

Once added, your LX1 will be available alongside your existing Moasure device.

***

### Ensuring Bluetooth Connectivity

If LX1 doesn't appear when trying to connect:

**Check Bluetooth**\
Make sure Bluetooth is enabled on your phone or tablet.

**Check Permissions**\
Make sure the Moasure app has the permissions required to discover and connect to nearby devices.

**Charge Moasure LX1**\
If the battery is low, charge LX1 using the supplied USB-C cable before trying again.

**Restart the App**\
Close and reopen the Moasure app, then try connecting again.

***

Once your LX1 is connected, you're ready to begin your first floor plan.


---

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