> 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

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

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

<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"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_check-in.png" alt=""></td><td>Devolver</td><td>Liberar la sesión de la reserva.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_check-out.png" alt=""></td><td>Reservar</td><td>Reservar la sesión.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_copy-clipboard.png" alt=""></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"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_entry-SampleDownload.png" alt=""></td><td>Descargar</td><td>Descargar una copia del fichero contenido en la entrada.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_edit.png" alt=""></td><td>Editar</td><td>Modificar las propiedades de la entrada seleccionada.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_entry-SampleKey1.png" alt=""></td><td>Ir a</td><td>Ir al lugar donde se almacenan o de donde se heredan las credenciales.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_password-history-bold.png" alt=""></td><td>Historial</td><td>Mostrar el historial de cambios de contraseña de esta entrada.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_more-vert.png" alt=""></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, Notificar un problema, Configuración específica del usuario</strong></em>.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_earth.png" alt=""></td><td>Navegar por la URL</td><td>Abrir la URL del sitio web especificado en una nueva pestaña.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_activate-launch.png" alt=""></td><td>Abrir en Devolutions Launcher</td><td>Iniciar una sesión en Devolutions Launcher.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_logo-rdm.png" alt=""></td><td>Abrir en Remote Desktop Manager</td><td>Iniciar una sesión en Remote Desktop Manager.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_entry-SampleView.png" alt=""></td><td>Revelar 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.
