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

# Favorite entries

The ***Favorites*** tab contains entries flagged as favorite by the current user. Favorites are kept locally, meaning they are not shared and they roam with the user profile and at the database level.

This is useful when the number of managed entries becomes too great or when a strict directory structure must be maintained.

The favorites view can be personalized to show the sub entries. Click on the ellipsis and select ***Show sub entries***. You can also ***Import*** and ***Export*** favorites by clicking on the corresponding option.

A shortcut to the ***Favorites*** tab of the ***navigation pane*** is located in the ***View*** tab of the ribbon.

#### Favorite an entry

Right-click an entry in the ***navigation pane***, then select ***Favorite***.

#### Organize the favorites

Favorites do not necessarily replicate the folder structure of the ***vault***. Add folders in the favorite view to organize your favorite entries.

#### Icon overlay

If desired, an icon overlay blue star can be displayed in the ***vault*** over favorite entries. To display the icon overlay, navigate to ***File*** – ***Settings*** – ***User interface*** – ***Favorites***, then enable the ***Show favorite icon in navigation tree*** option.

#### See also

* [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)


---

# 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/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.
