> For the complete documentation index, see [llms.txt](https://nabi.gitbook.io/nabi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nabi.gitbook.io/nabi/guides/auto-responders.md).

# auto-responders

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

### Create an Auto-Responder

Use `/autoresponder add` to create an auto-responder!

* **trigger:** specify text that triggers the autoresponder
* **reply:** specify the reply of the autoresponder
* **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 `/autoresponder edit` to edit the an autoresponder

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

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

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

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

{% tab title="clear" %}
Use `/autoresponder clear` to delete all created autoresponders
{% endtab %}
{% endtabs %}
