# auto-reactions

{% hint style="info" %}
**ManageGuild** permissions is required.
{% endhint %}

### Create an Auto-Responder

Use `/reaction add` to create an auto-reactor!

* **trigger:** specify text that triggers the auto-reactor
* **emojis:** specify emojis bot will react with when triggered
* **match\_mode:** specify the match mode of the autoresponder
  * `exact` : member must send the exact typed trigger
  * `startswith` : members message must begin with specified trigger&#x20;
  * `endswith` : members message must contain the trigger at the end of their message
  * `includes` : members message must include trigger somewhere in their message

{% tabs %}
{% tab title="edit" %}
Use `/reaction edit` to edit the an autoresponder

{% hint style="warning" %}
You can only edit the **message** or **match\_mode** of a trigger!
{% endhint %}
{% endtab %}

{% tab title="delete" %}
Use `/reaction delete` to delete an autoresponder
{% endtab %}

{% tab title="list" %}
Use `/reaction list` to view a list of all created autoresponders
{% endtab %}

{% tab title="preview" %}
Use `/reaction preview` to preview an autoresponder
{% endtab %}
{% endtabs %}


---

# 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://nabi.gitbook.io/nabi/guides/auto-reactions.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.
