> 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/web-interface/secure-messages.md).

# Secure messages

Send and receive ***Secure messages*** with users within Devolutions Cloud. Click the ***Messages*** icon next to your avatar to get started.

### Send a secure message

{% hint style="info" %}
To enable this feature, [sending messages must be enabled](https://docs.devolutions.net/cloud/web-interface/administration/management/users/#edit-a-user) under ***Administration – Users***.
{% endhint %}

1. Click the ***Messages*** icon next to your avatar.

   ![](https://cdnweb.devolutions.net/docs/docs_en_hub_Hub0015.png)
2. Click on ***New message***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_hub_Hub0014.png)
3. Select ***Send in-app***.

To learn about the ***Send by email*** and ***Create shareable link*** options, visit [Devolutions Send](https://docs.devolutions.net/send/overview/devolutions-send).

4. Select at least one recipient from the drop-down menu.
5. Fill in the ***Subject*** and write the body of your ***Secure message***.

   ![](https://cdnweb.devolutions.net/docs/HUBB2370_2024_2.png)
6. Optional:
   * ***Expires after***: Set a date and time for the message to automatically delete after sending.
   * ***High priority***: Force the message to appear directly in the web interface upon the user's next session start or promptly if they are already logged in. This feature is especially useful when onboarding new users to Devolutions Cloud.
7. Click ***Send*** to forward the message.

### Send a copy of a folder/entry with secure messages

You can send a copy of one of your folders or entries to other users with secure messages. Sending a copy of a folder also sends a copy of the entries it contains. This also applies to entries containing sub entries. Copies of all the attachment(s) will be sent without history or logs.

{% hint style="info" %}
To enable this feature, ensure that [attachments are allowed when sending messages](https://docs.devolutions.net/cloud/web-interface/administration/management/users/#edit-a-user) under ***Administration – Users***.
{% endhint %}

1. Select the folder/entry in your ***navigation pane***.
2. Click ***More***, then select ***Send copy***.

   ![](https://cdnweb.devolutions.net/docs/HUBB2372_2024_2.png)
3. Select at least one recipient from the drop-down menu.

   ![](https://cdnweb.devolutions.net/docs/HUBB2373_2024_2.png)
4. Fill in the ***Subject*** and write the body of your ***Secure message***.

   ![](https://cdnweb.devolutions.net/docs/HUBB2374_2024_2.png)
5. Optional:

   * ***Expires after***: Set a date and time for the message to automatically delete after sending.
   * ***High priority***: Force the message to appear directly in the web interface upon the user's next session start or promptly if they are already logged in. This feature is especially useful when onboarding new users to Devolutions Cloud.

   ![](https://cdnweb.devolutions.net/docs/HUBB2375_2024_2.png)
6. Click ***Send*** to forward the message. A copy of the attachment(s) will be sent without history or logs.

### Receive a secure message

If the secure message was flagged as ***High priority***, it will appear directly in the web interface upon the user's next session start or promptly if they are already logged in. If not, a blue dot will appear on the message icon to signify the user has unread messages.

1. Click on the ***Messages*** button.

   ![](https://cdnweb.devolutions.net/docs/HUBB2376_2024_2.png)
2. Click on the new message in the inbox. Unread messages have a blue tint.

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

This is what the message interface looks like:

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

When viewing a message, the recipient sees the following information:

* The sender's name.
* The subject and body text of the message.
* The time the message was sent and, if applicable, its expiration time.
* The name of any attachments.

The user has access to the following actions:

* ***Reply***: Opens a window to reply to the currently viewed message.
* ***Close***: Closes the currently open message window without deleting it. The message will be marked as read.
* ***Save in user vault***: Automatically saves all attachments in the recipient's user vault. This action is available only if the message includes attachments.
* ***Save as***: Opens a window allowing the recipient to specify the location for saving the attachments within the Devolutions Cloud. This action is available only if the message includes attachments.

#### See also

* [Devolutions Academy – Sending secure messages using Devolutions Send](https://academy.devolutions.net/student/page/2813669-sending-secure-messages-using-devolutions-send?curriculum_activity_id=4268347\&path_id=2543918\&sid=197737f7-6051-4d25-b73f-8a34e65323ac\&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/cloud/web-interface/secure-messages.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.
