> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/user-interface/ui-customization/style.md).

# Style

{% tabs %}
{% tab title="Windows" %}
Remote Desktop Manager supports different ***User Interface*** styles. These greatly influence the visual aspect of the ***User interface*** as well as its mode of operation. Two styles currently exist: ***Ribbon*** and ***Menu bar***.

To choose a ***User interface*** style, go to ***File – Settings – User interface***, then change the ***Main header*** option.

### Ribbon style

The ***Ribbon*** header style is a tab-based interface that organizes commands into clearly labeled tabs and visual groups. It uses icons and sections to make features easier to find and access, helping streamline common tasks. This view also provides access to the [Quick access toolbar](https://docs.devolutions.net/rdm/user-interface/), allowing you to quickly reach frequently used actions.

### Menu bar style

The ***Menu bar*** header style is a classic, text-based interface that organizes commands into structured dropdown menus. It provides a more compact and straightforward way to access features, making it ideal for users who prefer a traditional layout and know exactly where to find specific commands. The ***Quick access toolbar*** is not available in this interface style.
{% endtab %}

{% tab title="macOS" %}
The ***Ribbon*** is composed of multiple tabs that contain commands, further classified in sections.

Depending on your chosen user interface style, commands are presented via the ***Ribbon*** or a ***Classic*** menu.

The style can be changed in the [Account](https://docs.devolutions.net/rdm/user-interface/navigation-pane/account/) tab of the ***navigation pane*** or in ***File – Preferences – User Interface – User Interface***.
{% endtab %}
{% endtabs %}


---

# 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.devolutions.net/rdm/user-interface/ui-customization/style.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.
