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

# Secure messages

Send and receive secure messages with users from your Devolutions Server. Click the ***Messages*** icon above your avatar to create and read secure messages.

### Send a secure message

1. Click the ***Messages*** icon.
2. Click on ***New message***.
3. Select ***Send in-app***.

{% hint style="info" %}
Learn more about the other [two options](https://docs.devolutions.net/send/overview/devolutions-send).
{% endhint %}

4. Type the recipient's name(s) or user groups in the ***To*** field and click the desired user(s) or user groups.
5. Fill in the ***Subject*** and add a ***Secure message***.

{% hint style="info" %}
The message can be automatically deleted after some time. To do so, click the ***Expires after*** checkbox and select a date.
{% endhint %}

6. Click ***Send*** to forward the message.

#### Add an attachment

Multiple different attachments can be added and sent in the same secure message.

1. In the ***New message*** window, click ***More***.
2. Pick between ***Credentials***, ***User entries*** or ***File***.

* Click ***Credentials***.

  a. Fill the ***Title***, ***Username*** and ***Password*** fields with the intended information.

{% hint style="info" %}
A password can be generated by clicking the ellipsis and then ***Password generator***. Many settings are available to tweak the strength of that password. Click ***Generate***, click the desired one and then click ***Select***.
{% endhint %}

b. Click ***Add***.

* Click ***User entries***.

  a. Select which entry should be shared.\
  b. Click ***Add***.
* Click ***File***.

  a. Drag and drop or click to upload a file.

{% hint style="info" %}
The maximum file size is 25 MB.
{% endhint %}

b. Click ***Add***.

3. ***Send*** the message.

### How to receive a secure message

A blue dot will appear on the message icon to signify you have unread messages.

1. Click on the ***Messages*** button.
2. Click on the message in the inbox.

#### See also

* [Devolutions Academy – Sending secure messages](https://academy.devolutions.net/student/path/2942210/activity/4493544)


---

# 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/server/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.
