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

# Botones de acción

Descubra qué hace cada botón de acción de las entradas en la interfaz web de Devolutions Cloud, desde reservar y copiar al portapapeles hasta iniciar sesiones.

La visualización de los ***botones de acción*** de las entradas variará según el tipo de entrada seleccionada y su configuración de Devolutions Cloud.

<table><thead><tr><th width="80.20001220703125" align="center">Icono</th><th width="284.99993896484375">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td align="center"></td><td>Devolver</td><td>Liberar la sesión de la reserva.</td></tr><tr><td align="center"></td><td>Reservar</td><td>Reservar la sesión.</td></tr><tr><td align="center"></td><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 align="center"></td><td>Descargar</td><td>Descargar una copia del fichero contenido en la entrada.</td></tr><tr><td align="center"></td><td>Editar</td><td>Modificar las propiedades de la entrada seleccionada.</td></tr><tr><td align="center"></td><td>Ir a</td><td>Ir al lugar donde se almacenan o desde el que se heredan las credenciales.</td></tr><tr><td align="center"></td><td>Historial</td><td>Mostrar el historial de cambios de contraseña de esta entrada.</td></tr><tr><td align="center"></td><td>Más</td><td>Mostrar más opciones para la entrada seleccionada: <em><strong>Copiar</strong></em>, <em><strong>Mover</strong></em>, <em><strong>Enviar</strong></em> <em><strong>copia</strong></em>, <em><strong>Eliminar</strong></em>, <em><strong>Solicitar acceso temporal, Conceder acceso temporal, Informar de un problema, Configuración específica del usuario</strong></em>.</td></tr><tr><td align="center"></td><td>Navegar a URL</td><td>Abrir la URL del sitio web especificado en una nueva pestaña.</td></tr><tr><td align="center"></td><td>Abrir en Devolutions Launcher</td><td>Iniciar una sesión en Devolutions Launcher.</td></tr><tr><td align="center"></td><td>Abrir en Remote Desktop Manager</td><td>Iniciar una sesión en Remote Desktop Manager.</td></tr><tr><td align="center"></td><td>Mostrar contraseña</td><td>Mostrar el campo 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/cloud/es/web-interface/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.
