> For the complete documentation index, see [llms.txt](https://ethereum-privacy-machine.gitbook.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ethereum-privacy-machine.gitbook.io/product-docs/epm-utility/secure-messaging.md).

# Secure Messaging

&#x20;**Confidential Communication with End-to-End Web3 Encryption**

Ethereum Privacy Machine (EPM) prioritizes the privacy and security of its users' communications by offering a secure messaging feature. With end-to-end web3 encryption, EPM ensures that your conversations remain confidential and protected from unauthorized access. This page explores how EPM's secure messaging feature enables private and secure communication, safeguarding sensitive information and preventing eavesdropping.

**Ensuring Confidentiality with End-to-End Web3 Encryption**

EPM's secure messaging feature employs end-to-end web3 encryption, a robust encryption method that secures your messages from the moment they are sent until they reach the intended recipient. This means that only the sender and recipient can access the content of the messages, while intermediaries or third parties cannot decipher the information even if they intercept the messages.

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

**Using EPM's Secure Messaging**

To use EPM's secure messaging feature, users can access the EPM platform or interface and navigate to the messaging section. From there, you can initiate private conversations with other EPM users, exchange messages, and collaborate securely.

By incorporating end-to-end web3 encryption, EPM ensures that your conversations remain confidential, protecting your sensitive information from unauthorized access and eavesdropping. Enjoy the benefits of secure and private communication within the EPM ecosystem, leveraging the power of EPM's secure messaging feature to safeguard your conversations.


---

# 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://ethereum-privacy-machine.gitbook.io/product-docs/epm-utility/secure-messaging.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.
