> 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/knowledge-base/how-to-articles/theme-system.md).

# Sistema dei temi

Il ***sistema di temi*** di Remote Desktop Manager è ancora agli inizi e si evolverà nelle versioni future. È possibile sovrascrivere la maggior parte delle immagini utilizzate da Remote Desktop Manager semplicemente fornendo un'immagine nella cartella ***Theme***; l'unico requisito è che il file utilizzi un nome specifico. La maggior parte delle immagini è disponibile in coppia, una piccola e una grande. È necessario sovrascriverle entrambe per mantenere la coerenza.

### Posizione della cartella

La cartella ***Theme*** si trova nella [cartella di configurazione](/rdm/it/getting-started/installation/client/configuration-file-location.md) locale, all'interno della cartella ***Images***.

### Specifiche dei file immagine

#### Icona nella barra delle applicazioni

Deve essere un file [\*.ico](http://en.wikipedia.org/wiki/ICO_%28file_format%29) standard contenente almeno un'immagine 16\*16. Il nome deve essere Trayicon.ico

#### Immagini piccole

File png, 16\*16 pixel.

#### Immagini grandi

File png, 32x32 pixel.

### Nomi dei file immagine

Il nome del file è standardizzato come: {EntryType}{Size}.png

Ad esempio, per il tipo ***Cartella***, i nomi delle immagini sono: GroupFolderLarge.png e GroupFolderSmall.png. Un altro esempio riguarda le sessioni RDP, il cui nome è RDPConfigured, che dà come risultato SessionRDPConfiguredLarge.png e SessionRDPConfiguredSmall.png.

Consulti l'[elenco delle immagini](/rdm/it/knowledge-base/how-to-articles/theme-system/image-list.md) per vedere un elenco della maggior parte delle immagini.


---

# 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/knowledge-base/how-to-articles/theme-system.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.
