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

# Entradas favoritas

La pestaña ***Favoritos*** contiene las entradas marcadas como favoritas por el usuario actual. Los favoritos se guardan localmente, lo que significa que no se comparten y que se desplazan con el perfil de usuario y a nivel de base de datos.

Esto resulta útil cuando el número de entradas gestionadas se vuelve demasiado grande o cuando se debe mantener una estructura de directorios estricta.

La vista de favoritos se puede personalizar para mostrar las subentradas. Haga clic en los puntos suspensivos y seleccione ***Mostrar subentradas***. También puede ***Importar*** y ***Exportar*** favoritos haciendo clic en la opción correspondiente.

Hay un acceso directo a la pestaña ***Favoritos*** del ***panel de navegación*** en la pestaña ***Ver*** de la cinta de opciones.

#### Marcar una entrada como favorita

Haga clic con el botón derecho en una entrada del ***panel de navegación*** y, a continuación, seleccione ***Favorito***.

#### Organizar los favoritos

Los favoritos no replican necesariamente la estructura de carpetas de la ***bóveda***. Añada carpetas en la vista de favoritos para organizar sus entradas favoritas.

#### Superposición de icono

Si lo desea, se puede mostrar una estrella azul como superposición de icono en la ***bóveda*** sobre las entradas favoritas. Para mostrar la superposición de icono, vaya a ***Archivo*** – ***Configuración*** – ***Interfaz de usuario*** – ***Favoritos*** y, a continuación, active la opción ***Mostrar icono de favorito en el árbol de navegación***.

#### Véase también

* [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/es/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.
