> 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/settings/display-options.md).

# Display Options

**Display Options** allow you to customise how measurements and diagrams appear in the Moasure app.

These settings help improve visibility and make floorplans easier to read while measuring or reviewing results. Changes affect how information is displayed, but they **do not change the accuracy of the measurements**.

You can adjust items such as **dimension font size, grid format, and whether additional room or wall measurements are displayed**.

***

### How to Access Display Options

1. Tap the **Settings** cog icon in the bottom-right corner of the app.
2. Tap **Display Options**.

***

## On-Screen Preferences

These settings control how information appears directly on the floorplan while working in the app.

***

### Dimension Font Size

Adjust the size of measurement labels displayed on the floorplan.

Larger font sizes can make dimensions easier to read when reviewing a layout on smaller screens.

**To change the font size:**

1. Tap **Dimension Font Size**.
2. Select your preferred size.

***

### Grid Format (2D)

The grid provides a visual reference when viewing or editing a floorplan.

You can choose the grid style that best suits your workflow.

**To change the grid format:**

1. Tap **Grid Format (2D)**.
2. Select your preferred grid style.

***

### Show Room Dimensions

This option displays the **width and length of rooms** beneath the room name on the floorplan.

Turning this on makes it easier to quickly review the size of each room without selecting it individually.

**To enable or disable:**

Toggle **Show Room Dimensions** on or off.

***

### Show Internal Wall Lengths

This setting controls whether **internal wall measurements** appear within the floorplan.

When enabled, internal wall segments display their measured lengths directly on the diagram.

**To enable or disable:**

Toggle **Show Internal Wall Lengths** on or off.

***

## Moasure Coach

Moasure Coach provides guidance and feedback to help improve measurement quality and accuracy.

#### Show Coach Feedback

Displays feedback banners and highlights on the results screen to help identify potential measurement issues.

#### Show Coach While Measuring

When enabled, Moasure Coach can provide feedback and guidance while you are actively measuring.

#### Coach Preferences

Opens additional settings that allow you to configure how Moasure Coach behaves.

***

## Theme Selection

Theme Selection allows you to control the visual appearance of the Moasure app.

You can choose between:

* **Light Mode**
* **Dark Mode**
* **Use System Setting** (matches your device theme)


---

# 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/settings/display-options.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.
