> 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).

# Adjuntos

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

Para habilitar el panel de adjuntos, vaya a ***Ventana – Diseño*** en la cinta de opciones y, a continuación, seleccione ***Adjuntos***.

{% hint style="info" %}

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

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

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

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

El botón de actualizar le permite actualizar directamente el documento seleccionado. Úselo para guardar sus modificaciones locales.

### Acciones

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

<table><thead><tr><th width="177">OPCIÓN</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td>Añadir adjunto</td><td>Seleccionar un fichero local para añadir.</td></tr><tr><td>Editar adjunto</td><td>Editar el adjunto seleccionado.</td></tr><tr><td>Actualizar documento</td><td>Actualizar el adjunto seleccionado.</td></tr><tr><td>Ver adjunto</td><td>Abrir el adjunto seleccionado.</td></tr><tr><td>Guardar adjunto como</td><td>Guardar el adjunto en una unidad local.</td></tr><tr><td>Eliminar adjunto</td><td>Eliminar el adjunto seleccionado.</td></tr><tr><td>Detalles</td><td>Mostrar detalles sobre el adjunto seleccionado, encima de la lista de adjuntos.</td></tr><tr><td>Actualizar</td><td>Actualizar la lista de adjuntos.</td></tr></tbody></table>

#### Véase también

* [Devolutions Academy – Personalización de la interfaz de Remote Desktop Manager Free](https://academy.devolutions.net/student/activity/3266614)
* [Devolutions Academy – Funciones imprescindibles para aumentar la productividad](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.
