# Recipes

The Recipe section of the Rubens Configurator documentation is designed to provide you with practical, task-oriented examples for integrating and customizing the configurator within your applications. Each "recipe" is a self-contained guide that focuses on a specific use case, offering clear, step-by-step instructions along with any necessary code snippets, configurations, or commands.

These recipes are crafted to help you quickly and efficiently implement particular features or solve common challenges related to the Rubens Configurator. Whether you're looking to embed the configurator into your platform, customize its appearance, or extend its functionality, this section offers straightforward, real-world solutions that can be applied with minimal adaptation.


---

# Agent Instructions: 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-configurator/recipes.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.
