> For the complete documentation index, see [llms.txt](https://docs.roomle.com/rubens/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roomle.com/rubens/whats-new/2026/march-2026.md).

# March 2026

### Room Designer News

#### Precision Refinement for Measurement Bubbles

We’ve improved the accuracy of manual value entries to eliminate "rounding" discrepancies.

* The Issue: Previously, the snapping raster could interfere when users typed in exact dimensions (e.g., entering 10cm might result in 9.98cm due to grid snapping).
* The Solution: The snapping grid is now automatically deactivated when you enter exact distances via measurement bubbles (Object-to-Wall and Measurement Lines).
* Result: You get 1:1 precision for typed values, while the helpful snapping behaviour remains active for freehand drawing and placement.

<figure><img src="/files/CBJ0epS5a6Kd3mtnKP2i" alt=""><figcaption></figcaption></figure>

#### Tooltips for Multi-Level Catalogs

We are continuously improving the navigation within our newer, deep catalog structures to match the high standards of our legacy systems.

* The Update: Tooltips are now fully implemented and active for level 2+ catalogs in the Room Designer. This ensures that users get the necessary context and information regardless of how deep the catalog hierarchy goes.
* Demo: [View Multi-Level Catalog Example](https://www.roomle.com/t/cp/?configuratorId=tyromotion\&id=ps_tal92nbums84bp1ucv6stme1dr6s9xo\&api=false\&featureFlags.enableTwoLevelCatalog=true)

#### New Shortcut: Quick Two-Wall Room Creation

Based on feedback from the kitchen planning community, we’ve made it faster to set up "corner" scenarios.

* The Update: You can now instantly finish a room with only two walls. Simply draw your two walls and press ESC. This is ideal for planners who don't require a full four-walled enclosure to start their interior designs.

{% file src="/files/nkeZq2rBKyu8JKTMp9xv" %}


---

# 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.roomle.com/rubens/whats-new/2026/march-2026.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.
