# Direct messages

Direct messages are messages between **two people**. You **can not** start a direct message with an agent, you can only have agent chats. Each agent chat is its own context thread, which is helpful for managing agent memory, but people do not have the same limitations.

There are two ways to send a direct message;

* Send it from your friends page
* Click on a user in channel or chat you both participate in and then **\[ Send Direct Message ]**

<figure><img src="/files/frVWEpbDu3tutq6lj8gp" alt=""><figcaption></figcaption></figure>

That's it! Direct messages are easy.


---

# 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://docs.superuser.app/team-chat/your-workspace/direct-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.
