> 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/editing-your-floor-plan/view-room-dimensions.md).

# View Room Dimensions

Room dimensions can be displayed directly on the floor plan to help you review the size of each space.

Dimensions appear inside the selected room and show the measured room size captured during measurement.

This allows you to quickly check room sizes without selecting individual walls.

***

### Show Room Dimensions

To display room dimensions:

1. Open your saved floor plan.
2. Tap **inside the room** you want to inspect.
3. Scroll across and tap **Dimensions** from the editing menu.

The room dimensions will appear inside the selected room.

***

### Hide Room Dimensions

To hide the room dimensions:

1. Tap **inside the room** again.
2. Tap **Dimensions** from the editing menu.

The dimensions will be removed from the selected room.

{% hint style="info" %}
Room dimensions provide a quick way to review the size of a space.

For more detailed measurements, you can also select individual walls or features within the floor plan.
{% 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:

```
GET https://docs.moasure.com/en/moasure-lx1/your-moasure-app/editing-your-floor-plan/view-room-dimensions.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.
