# Highlighting in the configurator

When using the Rubens Configurator on a desktop, we provide highlighting in the UI which is shown every time the user hovers over components of a configuration. This highlighting is a white border that is displayed around the affected component.

<figure><img src="/files/ZGH0Rf1nMi0pyfPPyECq" alt=""><figcaption><p>Highlighting behaviour in configurator</p></figcaption></figure>

However, you can define an individual highlighting behaviour for your configurators. There are three different states for the highlighting behaviour in the configurator which you can set in your configurator settings. You can use the URL parameter highlighting or set the behaviour in [the tenant settings](/rubens/rubens-admin/help/administration.md#tenant-settings) in Rubens Admin. Here are the possible options available:

`smart`: Highlighting is enabled if there are add-ons available for the configurator. If there are no addons available, the highlighting is disabled. This is the default behaviour.

`off`: Highlighting is disabled for all cases regardless of addons being available.

`always`: Highlighting is enabled for all cases regardless of addons being available.


---

# 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/customisation/highlighting-in-the-configurator.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.
