# Messaging

Verida Message is decentralized messaging infrastructure.

<figure><img src="/files/imBNfJp76dpcEOdtVMxa" alt=""><figcaption><p>Verida Network Messaging</p></figcaption></figure>

The Verida Protocol facilitates decentralized messaging between Verida accounts. Users are able to communicate with other individuals and applications via real-time, encrypted, peer-to-peer messaging.

For example:

* One-to-one private messaging between DIDs and applications
* Broadcast messages (from Applications to registered user DIDs)
* Between applications, with no on-chain transaction, whereby users sign an off-chain consent message using their wallet.

<figure><img src="/files/ODQHmxAd8leGA0coyc8x" alt=""><figcaption><p><em>Messages sent via the Verida Network in the Verida Vault</em></p></figcaption></figure>

**Learn more:**

* [Messaging Tutorial](https://developers.verida.network/docs/tutorial/messaging)
* [Messaging Concepts](https://developers.verida.network/docs/concepts/messaging)


---

# 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://community.verida.network/verida-network/network-functionality/messaging.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.
