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

# DM's

Imagine whispering a secret into someone's ear, only to have it shouted from the rooftops the next day. That's the unsettling reality of messaging on many Web2 social platforms. Your private conversations, intimate thoughts, and vulnerable moments - all laid bare for prying eyes and data-hungry algorithms.

{% hint style="info" %}
Moseiki uses end-to-end encryption (E2EE). Accessible only by you and the intended recipient.
{% endhint %}

Moseiki Messaging is your secure, peer-to-peer messaging app that puts privacy first. With end-to-end encryption, your chats stay exclusively between you and your contacts, without middlemen, third parties, or servers. What makes Moseiki unique is It’s optional blockchain chat backup. Preserve important conversations securely on the blockchain, ensuring they remain immutable and accessible when you need them most. Experience seamless communication and the choice to safeguard your valued moments with Moseiki Messaging.

**Here's how we keep your messages safe:**

* **Encrypted from the Start:** Your messages are scrambled before they even leave your device. It's like sending a coded message, except the code changes with every word.
* **Only You Hold the Key:** The decryption key that unlocks your messages resides solely on your device. No servers, no corporations, no shadowy figures - just you and your conversation partner.
* **Leakproof Layers:** The encrypted messages would remain incomprehensible to anyone without the key. It's like trying to read a locked diary in a foreign language.
* **No Metadata Mischief:** Unlike traditional platforms that track your every message, Moseiki keeps your metadata private too. No algorithms piecing together your life story from digital breadcrumbs.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.moseiki.app/docs/dms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
