> For the complete documentation index, see [llms.txt](https://docs.moasure.com/nl/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/nl/eerste-stappen/verbind-moasure.md).

# Verbind Moasure

{% embed url="<https://www.youtube.com/watch?v=SfLoUB4Q9BA>" %}

Wanneer u de Moasure app voor het eerst opent, wordt u gevraagd verbinding te maken en uw apparaat te koppelen.

**Apple/iOS apparaten:** vereisen alleen Bluetooth-rechten.

**Android apparaten:** vereisen Bluetooth- en locatierechten. Locatie wordt gebruikt om het Moasure-apparaat te kalibreren op basis van de zwaartekracht.

Om toestemming te verlenen, klikt u simpelweg op de knoppen in de app. Als u bijvoorbeeld Bluetooth-toestemming wilt verlenen, klikt u op de knop **Bluetooth inschakelen** en **toestaan**.

<div align="center"><figure><img src="/files/9ITSuJt13QTxh930yvKx" alt="" width="188"><figcaption></figcaption></figure></div>

Nadat u op de knop hebt geklikt, klikt u op **Toestaan** ​​om toestemming te verlenen en toe te staan ​​dat de Moasure app de Bluetooth van uw apparaat gebruikt.

<figure><img src="/files/Py5XIDyUaNYsWslBbwPG" alt="" width="188"><figcaption></figcaption></figure>

Zodra de machtigingen zijn verleend, geeft de app aan dat Bluetooth en Locatie zijn ingeschakeld. U kunt nu op de knop **Doorgaan** klikken.

<figure><img src="/files/zY99jHXGzvzCnKQhpEiO" alt="" width="188"><figcaption></figcaption></figure>

U wordt nu gevraagd uw Moasure-apparaat aan te sluiten op een voedingsbron met behulp van een USB-kabel en het apparaat in te schakelen. Hierdoor kan de app via Bluetooth naar uw apparaat zoeken.

Zodra uw Moasure-apparaat is ingeschakeld, verschijnt het in **Beschikbare apparaten**.

Klik op het beschikbare apparaat om uw Moasure te verbinden met de Moasure app.

<figure><img src="/files/ZRR8hoLfxrWrdDJWXNRP" alt="" width="188"><figcaption></figcaption></figure>

U heeft nu uw Moasure succesvol verbonden met de Moasure app.

{% hint style="info" %}
Als u Bluetooth wereldwijd heeft uitschakelt in de instellingen van uw telefoon of tablet, kan de Moasure app geen verbinding maken met uw Moasure. Als u de app met uw apparaat wilt gebruiken, zorg er dan voor dat Bluetooth is ingeschakeld in de apparaatinstellingen.

Als u Bluetooth wereldwijd heeft ingeschakeld maar verbindingsproblemen ondervindt, is het essentieel om de Bluetooth-machtigingen voor de Moasure app te verifiëren. Als u Bluetooth-toestemming voor de Moasure app hebt uitgeschakeld, kan deze geen verbinding maken met uw Moasure. Om dit op te lossen, zorgt u ervoor dat aan de Moasure app de benodigde Bluetooth-machtigingen zijn verleend.
{% endhint %}


---

# 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/nl/eerste-stappen/verbind-moasure.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.
