# Send direct message

To send a direct message to another user in your workspace, follow these steps

{% tabs %}
{% tab title="Desktop" %}

1. Click on the user or group you want to send a direct message to in team member panel to the right.&#x20;

<figure><img src="/files/v7KOXvXzfBbFSfcwB3Yn" alt=""><figcaption><p>Send direct message</p></figcaption></figure>

2. A conversation panel will appear. Enter your message in the input field at the bottom of the panel. If needed, [add files to your message](/using-hippoly/direct-messages/files-in-direct-messages.md). Then click the `Send` button or press `Enter` on your keyboard.

<figure><img src="/files/J5YNPHj5ZLQ06zY8oM0Y" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Mobile" %}

1. Navigate to the chat list by clicking the `Chat` menu option.&#x20;

<figure><img src="/files/sQByGbjVEotfHMWpD6Hd" alt="" width="375"><figcaption><p>Chat list</p></figcaption></figure>

2. Click on the user or group you want to send a direct message to. A conversation panel will appear. Enter your message in the input field at the bottom of the panel. If needed, [add files to your message](/using-hippoly/direct-messages/files-in-direct-messages.md). Then click the `Send` button

<figure><img src="/files/cLFs1RxCyIxhGupRAVzB" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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://help.hippoly.com/using-hippoly/direct-messages/send-direct-message.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.
