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

# Attachments

Files are attached to an entry and are stored directly in the database.

To enable the attachment pane, navigate to ***Window – Layout*** in the ribbon, then select ***Attachments***.

{% hint style="info" %}

* This feature is only available when using an [advanced workspace](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/).
* The files in attachments are available in offline mode.
  {% endhint %}

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

The attachment type and size are limited only by your bandwidth and the workspace. You can also view a saved attachment:

* from the session context menu;
* from the session properties; or
* directly on the ***Dashboard***.

The refresh button allows you to update directly the selected document. Use it to save your local modifications.

### Actions

Use the toolbar above the attachments list to manage the selected attachment.

<table><thead><tr><th width="177">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>Add Attachment</td><td>Select a local file to add.</td></tr><tr><td>Edit Attachment</td><td>Edit the selected attachment.</td></tr><tr><td>Update Document</td><td>Update the selected attachment.</td></tr><tr><td>View Attachment</td><td>Open the selected attachment.</td></tr><tr><td>Save Attachment As</td><td>Save the attachment on a local drive.</td></tr><tr><td>Delete Attachment</td><td>Delete the selected attachment.</td></tr><tr><td>Details</td><td>Display details about the selected attachment, above the attachment list.</td></tr><tr><td>Refresh</td><td>Refresh the attachments list.</td></tr></tbody></table>

#### See also

* [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:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/window/attachments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
