> For the complete documentation index, see [llms.txt](https://docs.n8n.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.matrix.md).

# Matrix

Use the Matrix node to automate work in Matrix, and integrate Matrix with other applications. n8n has built-in support for a wide range of Matrix features, including getting current user's account information, sending media and messages to a room, and getting room members and messages.

On this page, you'll find a list of operations the Matrix node supports and links to more resources.

{% hint style="info" %}
**Credentials**

Refer to [Matrix credentials](/integrations/builtin/credentials/matrix.md) for guidance on setting up authentication.
{% endhint %}

## Operations <a href="#operations" id="operations"></a>

* Account
  * Get current user's account information
* Event
  * Get single event by ID
* Media
  * Send media to a chat room
* Message
  * Send a message to a room
  * Gets all messages from a room
* Room
  * New chat room with defined settings
  * Invite a user to a room
  * Join a new room
  * Kick a user from a room
  * Leave a room
* Room Member
  * Get all members

## Templates and examples <a href="#templates-and-examples" id="templates-and-examples"></a>

[Browse Matrix node documentation integration templates](https://n8n.io/integrations/matrix) or [search all templates](https://n8n.io/workflows/)
