> 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/it/user-interface/ui-customization/style.md).

# Stile

{% tabs %}
{% tab title="Windows" %}
Remote Desktop Manager supporta diversi stili di ***Interfaccia utente***. Questi influenzano notevolmente l'aspetto visivo dell'***Interfaccia utente*** e la sua modalità di funzionamento. Attualmente esistono due stili: ***Barra multifunzione*** e ***Barra dei menu***.

Per scegliere uno stile di ***Interfaccia utente***, vada su ***File – Impostazioni – Interfaccia utente***, quindi modifichi l'opzione ***Intestazione principale***.

### Stile Barra multifunzione

Lo stile di intestazione ***Barra multifunzione*** è un'interfaccia basata su schede che organizza i comandi in schede chiaramente etichettate e gruppi visivi. Utilizza icone e sezioni per rendere più facile trovare e accedere alle funzionalità, contribuendo a semplificare le attività più comuni. Questa visualizzazione fornisce anche l'accesso alla [Barra di accesso rapido](/rdm/it/user-interface.md), consentendole di raggiungere rapidamente le azioni utilizzate di frequente.

### Stile Barra dei menu

Lo stile di intestazione ***Barra dei menu*** è un'interfaccia classica, basata su testo, che organizza i comandi in menu a discesa strutturati. Offre un modo più compatto e diretto per accedere alle funzionalità, risultando ideale per gli utenti che preferiscono un layout tradizionale e sanno esattamente dove trovare comandi specifici. La ***Barra di accesso rapido*** non è disponibile in questo stile di interfaccia.
{% endtab %}

{% tab title="macOS" %}
La ***Barra multifunzione*** è composta da più schede che contengono comandi, ulteriormente classificati in sezioni.

A seconda dello stile di interfaccia utente scelto, i comandi vengono presentati tramite la ***Barra multifunzione*** o un menu ***Classico***.

Lo stile può essere modificato nella scheda [Account](/rdm/it/user-interface/navigation-pane/account.md) del ***riquadro di navigazione*** oppure in ***File – Preferenze – Interfaccia utente – Interfaccia utente***.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/it/user-interface/ui-customization/style.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.
