> 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/navigation-pane/favorite-entries.md).

# Voci preferite

La scheda ***Favorites*** contiene le voci contrassegnate come preferite dall'utente corrente. I preferiti sono conservati localmente, il che significa che non sono condivisi e che seguono il profilo utente e sono a livello di database.

Ciò è utile quando il numero di voci gestite diventa troppo elevato o quando è necessario mantenere una struttura di directory rigorosa.

La vista dei preferiti può essere personalizzata per mostrare le sottovoci. Clicchi sui puntini di sospensione e selezioni ***Show sub entries***. Può anche ***Import*** ed ***Export*** i preferiti cliccando sull'opzione corrispondente.

Un collegamento alla scheda ***Favorites*** del ***riquadro di navigazione*** si trova nella scheda ***View*** della barra multifunzione.

#### Contrassegnare una voce come preferita

Clicchi con il tasto destro su una voce nel ***riquadro di navigazione***, quindi selezioni ***Favorite***.

#### Organizzare i preferiti

I preferiti non replicano necessariamente la struttura di cartelle della ***cassaforte***. Aggiunga cartelle nella vista dei preferiti per organizzare le sue voci preferite.

#### Sovrapposizione dell'icona

Se desiderato, è possibile visualizzare una stella blu come sovrapposizione dell'icona nella ***cassaforte*** sulle voci preferite. Per visualizzare la sovrapposizione dell'icona, vada su ***File*** – ***Settings*** – ***User interface*** – ***Favorites***, quindi abiliti l'opzione ***Show favorite icon in navigation tree***.

#### Vedere anche

* [Devolutions Academy – Creating and managing different entries](https://academy.devolutions.net/student/page/3266637-creating-and-managing-different-entries?sid=bf17de9a-101a-4cd4-ad53-defdd0bc6093\&sid_i=0)
* [Devolutions Academy – Must-know features to boost productivity](https://academy.devolutions.net/student/activity/3266674)


---

# 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/navigation-pane/favorite-entries.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.
