# Auto Reaction

## ¿Qué es AutoReaction?

AutoReaction es como **AutoReply pero con emojis**. Cuando detecta palabras, añade reacciones automáticamente.

### Casos de uso

* ✅ Reaccionar a mensajes
* ✅ Engagement automático
* ✅ Respuestas lúdicas
* ✅ Moderación suave

## 🚀 Configuración básica

### Crear reacción

```bash
/autoreaction add "trigger"
```

Se abre modal para elegir:

* Trigger (palabra clave)
* Reacciones (emojis)
* Tipo de coincidencia

### Ver todas

```bash
/autoreaction lista
```

### Remover

```bash
/autoreaction remove "trigger"
```

## ⚙️ Opciones avanzadas

Igual que AutoReply:

* Tipos de coincidencia
* Cooldown
* Roles permitidos
* Canales permitidos
* Probabilidad
* Y más...

## 📝 Ejemplo

```
Trigger: "sí"
Reacciones: ✅👍
Match Type: Exacto

Resultado: Cuando alguien escriba "sí", bot reacciona
```

## 🔗 Relacionado

* [AutoReply](broken://pages/1e0303073539ba6a802230c4a8b7066555b3a226)


---

# 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://okaa.gitbook.io/okaa-wiki/configuracion/auto-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.
