> 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/your-moasure-app/viewing-your-floor-plan.md).

# Viewing Your Floor Plan

As you measure with Moasure LX1, your floor plan is created in the Moasure app.

You can navigate around the floor plan, review measurements and inspect the captured layout at any time. We recommend reviewing your floor plan while you’re still on site, so you can easily check anything you’re unsure about before leaving the property.

### Navigate the Floor Plan

You can move around the floor plan using standard touch gestures.

**Zoom**\
Pinch with two fingers to zoom in or out.

**Pan**\
Drag with one finger to move around the floor plan.

**Rotate the View**\
Twist two fingers to rotate the floor plan for easier viewing.

These controls make it easy to move around larger floor plans and inspect individual rooms and features more closely.

***

#### Select Walls

Tap a wall to select it.

When selected, a panel appears showing information about the wall, including:

* Wall length
* Wall thickness

You can use the arrows in the panel to move between available wall sections.

***

#### Select Rooms

Tap inside a room to select it.

Once selected, the room editing options appear at the bottom of the screen. From here, you can access options including:

* **Annotate**
* **Dimensions**
* **Colour**
* **Rename**

You can also select individual features within the room, such as doors, windows, stairs and wardrobes, to view or edit them.

For more information about making changes to your floor plan, see [**Editing Your Floor Plan**.](/en/moasure-lx1/your-moasure-app/editing-your-floor-plan.md)

***

#### View Room Dimensions

Room dimensions can be displayed directly inside each room on the floor plan.

For example:

**443 cm × 398 cm**

You can also tap inside a room and select **Dimensions** to review additional room information, including the ceiling height.

If the ceiling height wasn't captured while measuring the room, you can enter it manually or measure it afterwards using LX1.

***

#### View Property and Room Area

The total calculated area is displayed beneath the main floor plan.

To view information for individual rooms, tap **Rooms**. Here you can review the dimensions and calculated area for each room.

The area displayed depends on the **Area Calculation Method** selected in the app.

***

#### Area Calculation Method

You can choose how the area of your floor plan is calculated and displayed.

Open **Settings**, tap **Display Options**, then tap **Area Calculation**.

Choose from:

* **Gross External Area** — area measured to the outside face of all external walls. Also called Building Footprint.
* **Gross Internal Area** — area measured to the internal faces of the external walls, excluding wall thickness. Includes internal walls and features.
* **Net Internal Area** — usable floor space inside the building. Excludes external walls, internal walls and structural elements.

Select the calculation method you want to use, then tap **Save**.

The area displayed on your floor plan will update using the selected calculation method.

***

#### Review Your Floor Plan

Before leaving the property, it's good practice to review your floor plan and check that:

* The room shapes represent the measured property.
* Doors and windows have been captured in the correct positions.
* Connected rooms appear correctly positioned.
* Room dimensions and ceiling heights have been captured where required.
* Any important features you measured are present.

Don't worry if features such as doors, windows, stairs or wardrobes don't yet visually match exactly what you can see in the property. Their appearance can be refined using the editing tools without remeasuring them.

Once you're ready to make these changes, see [**Editing Your Floor Plan**](/en/moasure-lx1/your-moasure-app/editing-your-floor-plan.md).


---

# 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/your-moasure-app/viewing-your-floor-plan.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.
