> 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/ribbon-menu-bar/window/attachments.md).

# Archivos adjuntos

Gestione ficheros adjuntos en las entradas de Remote Desktop Manager para añadir, editar, ver, actualizar, guardar o eliminar ficheros almacenados en la base de datos.

Los ficheros se adjuntan a una entrada y se almacenan directamente en la base de datos.

Para habilitar el panel de ficheros adjuntos, vaya a ***Window – Layout*** en la cinta de opciones y, a continuación, seleccione ***Attachments***.

{% hint style="info" %}

* Esta función solo está disponible cuando se utiliza un [espacio de trabajo avanzado](/rdm/es/getting-started/workspaces/workspace-types/native-workspaces.md).
* Los ficheros adjuntos están disponibles en modo sin conexión.
  {% endhint %}

El tipo y el tamaño de los ficheros adjuntos solo están limitados por su ancho de banda y el espacio de trabajo. También puede ver un fichero adjunto guardado:

* desde el menú contextual de la sesión;
* desde las propiedades de la sesión; o
* directamente en el ***Dashboard***.

El botón de actualizar le permite actualizar directamente el documento seleccionado. Utilícelo para guardar sus modificaciones locales.

### Acciones

Utilice la barra de herramientas situada encima de la lista de ficheros adjuntos para gestionar el fichero adjunto seleccionado.

<table><thead><tr><th width="177">OPCIÓN</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td>Add Attachment</td><td>Seleccionar un fichero local para añadirlo.</td></tr><tr><td>Edit Attachment</td><td>Editar el fichero adjunto seleccionado.</td></tr><tr><td>Update Document</td><td>Actualizar el fichero adjunto seleccionado.</td></tr><tr><td>View Attachment</td><td>Abrir el fichero adjunto seleccionado.</td></tr><tr><td>Save Attachment As</td><td>Guardar el fichero adjunto en una unidad local.</td></tr><tr><td>Delete Attachment</td><td>Eliminar el fichero adjunto seleccionado.</td></tr><tr><td>Details</td><td>Mostrar detalles sobre el fichero adjunto seleccionado, encima de la lista de ficheros adjuntos.</td></tr><tr><td>Refresh</td><td>Actualizar la lista de ficheros adjuntos.</td></tr></tbody></table>

#### Véase también

* [Devolutions Academy – Customizing the Remote Desktop Manager Free interface](https://academy.devolutions.net/student/activity/3266614)
* [Devolutions Academy – Must-know features to boost productivity](https://academy.devolutions.net/student/page/3266674-must-know-features-to-boost-productivity?sid=66acc46b-f563-44e0-a318-00bfeaa0a374\&sid_i=0)


---

# 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/ribbon-menu-bar/window/attachments.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.
