> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zynrax.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Auto React

> Automatically react to specific trigger words with predefined emojis.

The **Auto React** module allows Zynrax to automatically add reaction emojis to messages that contain specific trigger words. This is a great way to add fun and interactive elements to your community conversations!

## Managing Reactions

Setup and control your auto-reaction triggers.

### <Icon icon="plus" /> Add Reaction

Create a new trigger that will automatically react with the specified emojis.

<CodeGroup>
  ```bash Syntax theme={null}
  ,react add (trigger) (emojis)
  ```

  ```bash Example theme={null}
  ,react add hello 💖
  ```
</CodeGroup>

<Note>
  You can set up to **10 emojis** per trigger, and a maximum of **10 triggers** per server. Triggers must be a single word.
</Note>

### <Icon icon="trash" /> Remove Reaction

Delete an existing trigger so the bot stops reacting to it.

<CodeGroup>
  ```bash Syntax theme={null}
  ,react remove (trigger)
  ```
</CodeGroup>

### <Icon icon="list" /> View Triggers

See all currently configured auto-reactions in your server.

<CodeGroup>
  ```bash Syntax theme={null}
  ,react list
  ```
</CodeGroup>

### <Icon icon="rotate-right" /> Reset Reactions

Instantly delete all configured auto-reaction triggers.

<CodeGroup>
  ```bash Syntax theme={null}
  ,react reset
  ```
</CodeGroup>
