# Wait for message reaction

**Introduction**

The "Wait for Message Reaction" step pauses the automation until a reaction is added to a specified message or a timeout occurs. This step is useful for creating interactive workflows that rely on user input via reactions.

**Configuration**

* **Message**: Specifies the message to monitor for reactions. This parameter is required.
* **Timeout**: Defines how long to wait for a reaction before the automation continues or stops. Recommended to avoid delays longer than a few minutes to ensure reliability. Default: 30 seconds.

**Subpaths**

* **Reaction**: Represents the reaction added by a user, including:
  * **Emoji**: The emoji used in the reaction.
* **Timeout**: A subpath triggered when the timeout duration is reached without any reaction.


---

# 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/steps/wait-for-message-reaction.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.
