> 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/server/web-interface/favorites.md).

# Favorites

The ***Favorites*** section contains entries flagged as favorite, by the current user, from all the vaults this user has access. ***Favorites*** are not shared and they roam with the user profile.

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

Favorite an entry in two ways:

* by right-clicking an entry in the ***navigation pane***, then selecting ***Add to Favorites***.
* by clicking the ***Add to Favorites*** star icon in the action button menu of the entry.

### Organize the favorites

To organize your favorite entries, click ***Add Folder***, in the ***Favorites*** section. Name the folder, then drag and drop from the favorite list to organize them.

When a ***Favorites*** structure exists and you favorite a new entry, just select the folder in the list to save it within.

#### See also

* [Devolutions Academy – Understanding entries, folders, and favorites](https://academy.devolutions.net/student/path/2942210/activity/4493551)


---

# 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/server/web-interface/favorites.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.
