> 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/rubens-products/rubens-room-designer.md).

# Rubens Room Designer

- [Getting started](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/getting-started.md): The Room designer allows you to configure not only one object but several objects in relation to each other within rooms. Also, the rooms can be configured within the Room Designer.
- [Integration](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/integration.md)
- [Setup Room Designer](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/integration/setup-room-designer.md)
- [Listen to events](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/integration/listen-to-events.md)
- [onSavePlan](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/integration/listen-to-events/onsaveplan.md)
- [Call 3D Scene functions](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/integration/call-3d-scene-functions.md)
- [Trigger request plan button](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/integration/call-3d-scene-functions/trigger-request-plan-button.md)
- [How to use prices in Room Designer?](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/integration/how-to-use-prices-in-room-designer.md)
- [Use Rubens Price Service](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/integration/how-to-use-prices-in-room-designer/use-rubens-price-service.md)
- [Use your own backend for calculating prices](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/integration/how-to-use-prices-in-room-designer/use-your-own-backend-for-calculating-prices.md)
- [Handle CORS](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/integration/handle-cors.md)
- [Customisation](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/customisation.md)
- [Hide Bottom Bar](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/customisation/hide-bottom-bar.md)
- [Enable / Disable buttons](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/customisation/enable-disable-buttons.md)
- [Override labels](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/customisation/override-labels.md)
- [Skinning options](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/customisation/skinning-options.md)
- [Colors](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/customisation/skinning-options/colors.md)
- [Font](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/customisation/skinning-options/font.md)
- [Add products from an external catalog](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/customisation/add-products-from-an-external-catalog.md)
- [Add custom overlays (advanced)](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/customisation/custom-overlay.md)
- [Localization](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/customisation/localization.md)
- [Recipes](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/recipes.md)
- [Load different plans into the scene](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/recipes/load-different-plans-into-the-scene.md)
- [Adding items to the scene](https://docs.roomle.com/rubens/rubens-products/rubens-room-designer/recipes/adding-items-to-the-scene.md)


---

# 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.roomle.com/rubens/rubens-products/rubens-room-designer.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.
