> For the complete documentation index, see [llms.txt](https://wiki.stojanow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.stojanow.com/protocols/matrix.md).

# Matrix

[Matrix](https://matrix.org) is an open standard for interoperable, decentralised, real-time communication over IP. It's designed to replicate conversation data across multiple servers via federation (there are no single points of control or failure for conversations or their history). Matrix is designed to make it easy to bridge existing communication apps and networks.

### Goals

* fix the problem of fragmented IP communications: letting users message and call each other without having to care what app the other user is on.
* act as a generic HTTP messaging and data synchronisation system for the whole web.
  * allowing people, services and devices to easily communicate with each other.
  * empowering users to own and control their data and select the services and vendors they want to use.

## Links

* [Riot](https://about.riot.im/) - universal secure chat app (built on Matrix) entirely under your control (you own your data). Stop juggling different apps for different teams, suppliers and networks by bridging other services, like Slack and IRC.
* [What is Matrix?](https://matrix.org/docs/guides/faq.html#what-is-matrix)


---

# 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://wiki.stojanow.com/protocols/matrix.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.
