> 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/measure-with-moasure-lx1/add-room-features/capturing-doors.md).

# Capturing Doors

Doors can be captured during measurement to record their position and width within your floor plan.

LX1 captures a door by recording two edges of the opening. Once both edges are confirmed, the door is automatically added to the wall.

For most situations, measuring jamb to jamb is the simplest and most straightforward method.

### How It Works

The diagram below shows a typical workflow:

* Pause points before the door continue the wall measurement
* Two pause points are used to define the door width at points 3 and 4
* Measurement then continues along the wall

<div align="left"><figure><img src="/files/RDs9THnOZLKL5CQemJpL" alt="" width="375"><figcaption></figcaption></figure></div>

### Recommended Method: Door Width (Jamb to Jamb)

This is the **simplest method** for capturing doors when the opening between the jambs is clear as there is **no requirement** to select an active reference point.

1. Place **LX1 flat against the inside of the first door jamb**.
2. Wait for the placement confirmation tone.
3. Tap **Door** in the Moasure app.
4. Move directly to the **inside of the opposite jamb**.
5. Place LX1 **flat and fully still against the surface**.
6. Wait for confirmation.

The door width will then be added to the floor plan.

**Note:** After a door is captured, the app automatically switches back to **Wall mode** so you can continue measuring.

<div align="left"><figure><img src="/files/2cLTX3q4s5G85eCTQOAt" alt="" width="300"><figcaption></figcaption></figure></div>

### Alternative Method: Closed Door Width

If the inside jamb surfaces are not easily accessible, a closed door can also be captured using the **door edges**. When doing this, the **reference point becomes important**.

1. Place LX1 so the **active reference point touches the first closed door edge**.&#x20;
2. If the active reference point LED is on the opposite side, tap the **arrow button on LX1** to switch it before confirming the pause point.
3. Wait for confirmation.
4. Tap **Door** in the Moasure app.
5. Move directly to the **opposite door edge**.
6. If the next pause point uses the opposite side of the device, tap the **arrow button while moving** to switch the reference point.
7. Place LX1 **flat and fully still against the surface**.
8. Wait for confirmation.

The door opening will appear in the floor plan.

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

### Alternative Method: Overall Frame Width

In some situations, doors may need to be captured using the **outer edges of the frame or wall surface**. When doing this, the **reference point becomes important**.

#### Workflow

1. Place LX1 so the **active reference point touches the first door edge**.
2. If the active reference point LED is on the opposite side, tap the **arrow button on LX1** to switch it before confirming placement.
3. Wait for confirmation.
4. Tap **Door** in the Moasure app.
5. Move to the **opposite edge of the opening or frame**.
6. If the opposite side of LX1 will touch the next edge, tap the top arrow button while moving to switch the active reference point.
7. Place LX1 **flat and fully still against the surface** and wait for confirmation.

The door will then appear in the floor plan.

***

### Reference Point Guidance for Doors

The **active reference point LED must match the side of LX1 touching the surface you want to capture**.

In practice:

* When measuring **jamb to jamb**, the same reference point usually remains active.
* When measuring **edge to edge**, you may need to switch the reference point while moving between pause points.

Switching the reference point ensures LX1 records the **correct contact position**.

***

### Continue Measuring After a Door

After a door has been captured, LX1 automatically returns to Wall mode.

Before moving to a different wall plane, continue measuring the wall that contains the door.

In many situations, this means capturing an additional pause point on the same wall after the door opening before continuing around the room.

For example:

* Measure the first door edge
* Measure the second door edge
* Continue along the same wall and capture another pause point if the wall continues
* Then move to the next wall plane

This helps LX1 complete the wall geometry correctly and prevents the floor plan from shifting when the next wall is measured.

***

### Best Practice

For the most accurate results:

* Use the **jamb-to-jamb** method whenever the **opening is** **accessible**
* Place LX1 **flat and fully still** against the capture surface
* Move **directly between the two door edges**
* Allow each pause point to **fully confirm before moving again**

***

### Result

Once both edges are captured:

* The **door feature appears in the floor plan**
* The **door width is recorded automatically**
* Measurement continues with **normal wall measuring**

{% hint style="info" %}
Doors are used as connection points when adding additional rooms, so capturing them cleanly will help ensure rooms align correctly later.
{% 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/en/moasure-lx1/measure-with-moasure-lx1/add-room-features/capturing-doors.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.
