> 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

After completing and saving a measurement, you can review your floor plan directly in the Moasure app.

The viewing tools allow you to navigate around the plan, inspect measurements, and check the captured layout before making any edits or exporting the project.

***

### 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 canvas.

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

These controls allow you to examine different areas of the layout and inspect details closely.

***

### Select Walls

Tap a wall to select it.

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

* Wall length
* Wall thickness

This allows you to review measurements captured during the room measurement process.

***

### Select Rooms

Tap inside a room to select it.

When a room is selected, the room panel appears and provides options such as:

* Viewing room dimensions
* Renaming the room
* Changing the room colour
* Accessing room management options

***

### View Measurements

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

For example:

**443 cm × 398 cm**

These dimensions represent the internal wall-to-wall size of the room captured during measurement.

***

### Dimensions Panel

When walls or features are selected, the dimensions panel appears at the bottom of the screen.

This panel displays measurement information relevant to the selected item and updates automatically as different elements are selected.

***

### Review Before Editing

Before making changes, it is good practice to review the captured layout and confirm:

* Room shapes look correct
* Doors and windows are positioned correctly
* Walls align properly between connected rooms
* The overall layout reflects the measured space

Once the layout has been reviewed, you can proceed to **Editing Your Floor Plan** to make adjustments if required.


---

# 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:

```
GET https://docs.moasure.com/en/moasure-lx1/your-moasure-app/viewing-your-floor-plan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
