> 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/es/web-interface/vaults/entries/action-buttons.md).

# Botones de acción

La visualización de los ***Botones de acción*** de las entradas variará en función del tipo de entrada seleccionada y de la configuración de su Devolutions Server.

![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp8025.png)

<table><thead><tr><th width="202">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td>Añadir a favoritos</td><td>Añadir la entrada seleccionada a favoritos.</td></tr><tr><td>Liberar</td><td>Liberar la sesión de la reserva.</td></tr><tr><td>Reservar</td><td>Reservar la sesión.</td></tr><tr><td>Copiar al portapapeles</td><td>Copiar el campo de la entrada seleccionada (normalmente el nombre de usuario o la contraseña).</td></tr><tr><td>Descargar</td><td>Descargar una copia del fichero contenido en la entrada.</td></tr><tr><td>Historial de la entrada</td><td>Pase el cursor sobre el icono para ver quién creó/editó la entrada.</td></tr><tr><td>Recibir notificaciones cuando</td><td>Suscríbase para recibir notificaciones de los cambios realizados en la entrada.</td></tr><tr><td>Más</td><td><p>Mostrar más opciones para la entrada seleccionada:</p><ul><li>Guardar como plantilla</li><li>Historial de contraseñas</li><li>Configuración específica del usuario</li><li>Mover a bóveda</li><li>Exportar (.rdm)</li><li>Enviar copia</li><li>Duplicar</li><li>Eliminar</li></ul></td></tr><tr><td>Navegar a URL</td><td>Abrir la URL del sitio web especificada en una nueva pestaña.</td></tr><tr><td>Abrir en el cliente web</td><td>Iniciar una sesión RDP en una nueva pestaña del navegador.</td></tr><tr><td>Abrir sesión (Devolutions Launcher)</td><td>Iniciar una sesión en Devolutions Launcher.</td></tr><tr><td>Propiedades</td><td>Modificar las propiedades de la entrada seleccionada.</td></tr><tr><td>Estado</td><td><p>Cambiar el estado <em><strong>Predeterminado</strong></em> de la entrada seleccionada a:</p><ul><li>Bloqueado</li><li>Deshabilitado</li><li>Advertencia</li><li>Caducado</li></ul></td></tr><tr><td>Ver</td><td>Mostrar el campo de la entrada seleccionada.</td></tr><tr><td>Ver contraseña</td><td>Mostrar la contraseña de la entrada seleccionada.</td></tr></tbody></table>


---

# 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/server/es/web-interface/vaults/entries/action-buttons.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.
