# Private Messages (DM)

Users have the ability to send each-other direct messages (DM), these 1-to-1 DM are fully encrypted & decentralised, to the point where Kaichi is one of the most private way to discuss with with someone.&#x20;

This technical feature is explained in more details [under the P2P Direct Messaging article](/deepdive/p2p-direct-messaging.md).

<figure><img src="/files/jpVXNQfHFFz3mhBRnPCN" alt=""><figcaption><p>Comparing Kaichi's DM with other messaging apps</p></figcaption></figure>

Group chats on the other end are less decentralised for the time being. However this will change in the future.

Group chats members are restricted only to the holders of the user token.&#x20;

For example if you hold the tokens BOBBY, ALICE and PUSSYCAT, you'll have access to 3 group chats: one group chat with the token holders of the BOBBY token (and with Bobby himself), one with the holders of the ALICE token, and one with the holders of the PUSSYCAT token.<br>


---

# 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.kaichi.xyz/getting-started/private-messages-dm.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.
