> For the complete documentation index, see [llms.txt](https://docs.glue.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glue.ai/conversations/direct-messages.md).

# Direct messages

Direct Messages (DMs) are private conversations between you and one other user. They can include chats and threads.

### **Where to find and view DMs**

* Recent DMs will appear in the Direct mesasges section at the bottom of your inbox
* Type their name in the [Search bar](https://docs.glue.ai/inbox/search)
* Click the **ellipsis** next to the Direct messages section and click **See all DMs**
* Go to the **Directory** > People > click the person's profile and click message

{% hint style="info" %}
DMs will appear in your inbox unless you archive them. If a new message comes in after you after, it will reappear in your inbox.
{% endhint %}

### Starting a New DM

There are a couple ways to start a new DM.

* **Start a thread** — **click the pencil icon** at the top of the app and address it to the specific person
* Hover over **Direct messages and click the plus (+)** icon
* Click the ellipsis next to Direct messages and choose “New direct message”
* Go to the **Directory** > People > click the person's profile and click message

<figure><img src="/files/B45JkVswLT73u52iWhvi" alt="" width="298"><figcaption></figcaption></figure>

{% hint style="info" %}
💡 **Tip:** You can create 1:1 threads within DMs to keep conversations organized!
{% endhint %}

You can start a DM with anyone, even if they’re not on Glue yet. All you need is the person's email address to send an invite to Glue. The recipient can choose to accept or decline the invitation.


---

# 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.glue.ai/conversations/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.
