# Guild Message Reaction Added

**Introduction**

The "Guild Message Reaction Added" trigger activates whenever a reaction is added to a message in specified channels within a guild. This trigger is useful for monitoring user interactions with messages, such as reactions, to automate responses or actions based on these interactions.

**Configuration**

* **Filters**: A set of conditions that determine where and when the trigger should activate. This parameter is required and includes the following filters:
  * **Guilds**:
    * **Allow**: Specifies the guilds where the trigger should activate.
  * **Channels**:
    * **Allow**: Specifies the channels within the guilds where the trigger should activate. This parameter is required if no "Deny" channels are specified.
    * **Deny**: Specifies the channels within the guilds where the trigger should not activate. This parameter is required if no "Allow" channels are specified.
  * **Users**:
    * **Allow**: Specifies which users can trigger the event. This parameter is required, with at least one user or user type specified. By default, it includes all users.

**Outputs**

* **Guild**: The guild where the reaction was added. This output can be used in subsequent steps to determine the context of the triggered event.
* **Member**: The member who added the reaction. This output includes details about the user who reacted to the message.
* **Message**: The message that received the reaction. This output includes all relevant details of the message, such as content, author, and timestamp.
* **Reaction**: The reaction that was added to the message. This output includes details about the emoji or reaction type that was added.


---

# 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://docs.flexy.bot/modules/discord/triggers/guild-message-reaction-added.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.
