> 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/moasure-app/een-meting-starten-en-beeindigen.md).

# Een meting starten en beëindigen

Om een ​​meting te starten, tikt u op het + pictogram in de Moasure app.

<figure><img src="/files/gV8717CBL0cNpqT8EAMv" alt=""><figcaption></figcaption></figure>

Nadat u een *Meettype* heeft gekozen, [schakelt](/nl/moasure/apparaat-in-and-uitschakelen.md) u uw Moasure apparaat in zodat de Moasure app verbinding kan maken met uw apparaat.

Als uw Moasure is ingeschakeld, zal de Moasure app u instrueren om te beginnen (***Plaats bij start***): plaats het apparaat op de locatie waar u wilt beginnen met meten. Als u de Moasure volledig stil houdt, laat het apparaat weten dat dit het startpunt van uw meting is.

{% hint style="info" %}
Als u de Moasure volledig stil houdt, weet Moasure dat dit het startpunt van uw meting is.
{% endhint %}

Zodra u begint te bewegen, begint Moasure met meten. Elke keer dat u het apparaat neerzet en stilhoudt, wordt er een punt vastgelegd – en wordt er een lijn getrokken in de Moasure app, die dit punt verbindt met het vorige punt. Deze lijnen noemen we [*Paden*](/nl/moasure-app/padtypes-begrijpen.md).

{% hint style="info" %}
Bij bewegingsmetingen groeit de meetfout in de loop van de tijd exponentieel. Om de meetnauwkeurigheid te maximaliseren, moet u tijdens een meting elke 6 tot 8 seconden pauzeren. Dit betekent dat u, om fouten te verminderen en de meetnauwkeurigheid te maximaliseren, uw meting zo snel mogelijk moet uitvoeren – zelfs als dat misschien contra-intuïtief lijkt.
{% endhint %}

Zodra u klaar bent met het meten, tikt u op de rode icoon knop middenonder in de Moasure app.

U kunt nu uw meting opslaan (metingen worden niet automatisch opgeslagen) door op de knop **Bestand** te klikken en vervolgens op de knop [Bewaren](/nl/moasure-app/een-meting-opslaan.md) te klikken.


---

# 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/moasure-app/een-meting-starten-en-beeindigen.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.
