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

# Setup

> Create and manage Auto Responders.

# Setup

## Creating an Auto Responder

```bash theme={null}
?autoresponder create <trigger> <response>
```

Example:

```bash theme={null}
?autoresponder create website Visit https://blazebot.xyz
```

After creating the responder, BlaZe will ask you to select a trigger type.

### Exact

The response is sent only when the trigger exactly matches the message.

### Contains

The response is sent whenever the trigger appears inside a message.

***

## Viewing Auto Responders

```bash theme={null}
?autoresponder list
```

Displays all Auto Responders configured in the server.

Each Auto Responder is assigned a unique ID.

***

## Viewing Detailed Information

```bash theme={null}
?autoresponder info <name|id>
```

Displays:

* Trigger
* Response content
* Trigger type
* Creation date
* Creator
* Auto Responder ID

***

## Editing an Auto Responder

```bash theme={null}
?autoresponder edit <id>
```

Opens the Auto Responder editor.

Using the editor, you can modify:

* Trigger name
* Response content
* Trigger type

<Info>
  Changes are not saved until you press the Finish button.
</Info>

***

## Deleting an Auto Responder

```bash theme={null}
?autoresponder delete <name|id>
```

Deletes a single Auto Responder.

***

## Resetting Auto Responders

```bash theme={null}
?autoresponder reset
```

Removes all Auto Responders from the server.

<Warning>
  This action cannot be undone.
</Warning>

## Recommended Uses

Common Auto Responders include:

* Website links
* Support server links
* Donation links
* Frequently asked questions
* Rules explanations
* Application information
* Partnership information
