> 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/show-hide-rooms.md).

# Show / Hide Rooms

You can temporarily hide rooms from the floor plan to simplify the view while reviewing or editing specific areas.

Hidden rooms remain part of the floor plan and are not deleted. They can be shown again at any time.

This feature is useful when working with multi-room layouts where overlapping rooms may make the plan harder to read.

***

### Show or Hide a Room

To show or hide a room:

1. Tap **Rooms** in the bottom toolbar.
2. Locate the room in the **Rooms list**.
3. Tap the **eye icon** next to the room name.

* When the eye icon is **visible**, the room is shown on the floor plan.
* When the eye icon is **crossed out**, the room is hidden.

The floor plan will update immediately.

***

### Show All Rooms

To show all rooms again:

1. Tap **Rooms** in the bottom toolbar.
2. Tap the **eye icon** at the top of the Rooms panel.

All rooms will become visible on the floor plan.

{% hint style="info" %}
Hiding rooms can make it easier to focus on a specific area of a floor plan when working with larger layouts.

Rooms that are hidden will still appear in the **Rooms panel** and can be turned back on at any time.
{% 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/show-hide-rooms.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.
