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

# Robin Messaging Events

Robin Messaging sends events and messages through channels powered by the Robin API, this reference documents Robin Messaging Events that can be transmitted in a channel and what these events signify.

{% hint style="info" %}
See [How does Robin Messaging work?](/messaging-with-robin/guides/how-does-robin-messaging-work.md) for more information
{% endhint %}

### user.connect

This event is triggered when a new user connects to a similar Robin app as the currently logged-in user.

### user.disconnect

This event is triggered when a previously logged-in user disconnects from a similar app as the currently logged-in user.

### new\.conversation

This event is triggered when a new group or one-on-one conversation is created.

### read.reciept

This event is triggered when a participant in a conversation views a message.

### group.icon.update

This event is triggered when a group's 'icon is added, modified or removed.

### new\.group.moderator

This event is triggered when a new moderator or admin is assigned to a group conversation.

### new\.conversation.participant

This event is triggered when a moderator adds a new participant to a group conversation.

### remove.group.participant

This event is triggered when a moderator removes a participant from a group conversation.

### delete.message

This event is triggered when a message is deleted by any participant in a group or one-on-one conversation.

### message.forward

This event is triggered when a message is forwarded from one conversation to another.

### message.reaction

This event is triggered when a reaction is added to a message.

### message.remove.reaction

This event is triggered when a reaction is removed from a message.

### link.metadata

This event is triggered when a link attachment is sent in a conversation.


---

# 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.robinapp.co/robin-messaging-events.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.
