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

# Create Auto Responders

<mark style="color:purple;">Create auto responders</mark>

1. In betsy's dashboard click on the "auto responders" option\
   \
   ![](/files/BD7JBPjGaeCOPMCF3dCB)<br>
2. Click the "create" button\
   \
   ![](/files/ObMJ0hy8GLT4tmtIRgjp)<br>
3. A new interface will be displayed \
   \
   ![](/files/0rvt9e43FBtWQK9cwvCB)<br>
4. **Active toggle**: It will show the automatic response where you have configured it DM, Channel or response\
   \
   ![](/files/FWBz9ZTX8j3gT2531DW5)
5. **Identifier**: This is a way to help you identify the name of the auto responder. This is not shown to your members but is only shown in the admin panel to assist in referring back to this message in the list.\
   ![](/files/vw23tUmAm8ezOcml1eDP)
6. **Message type**: \
   \
   &#x20;\- Reply message:  Replies the original message, therefore pinging the user that sent the message.\
   &#x20;\- Direct message: Sends the message response to the user that sent it VIA DM.\
   &#x20;\- Channel message: Sends the message response in the channel that the user sent the message.\
   \
   ![](/files/XB3HnvFyuz4XJrKQiQ5v)<br>
7. #### Words / Phrases:

   These are the words or phrases that will trigger the responder. For example if we have the word "help". If someone sends "Can someone please help me" the responder will respond with the message.\
   \
   ![](/files/EFOBN5KFGrOkpiHiIgez)
8. #### Delete after (minutes):

   This is a way to clean up the response messages if you'd like. A timed job will be batched and the message will be deleted after the specified time in minutes.\
   \
   ![](/files/4zpchEPigwv4lZKqWBoj)
9. #### Ignored channels:

   This is a list of all the channels you want to be ignored for your responded. Any messages sent in these channels will not be triggered by the auto responder.\
   \
   ![](/files/WrtmIKIe7o1rTKvRPYXj)
10. #### Whitelisted channels:

    If any channels are whitelisted then only channels that are whitelisted will trigger the auto responder.\
    \
    ![](/files/SU1Fga1dyQtQIoZYuXHC)
11. #### Whitelisted categories:

    If any category is whitelisted then only category that is whitelisted will trigger the auto responder\
    \
    ![](/files/EUkCLkZl21IJaCnQ53Hu)
12. Once your configuration is created click on the "next" button\
    ![](/files/9HsE9n7ICDLDDThZxm6E)
13. It will be located in the "message" tab where you can write what you want\
    ![](/files/erHeztJfZ5cXi53bzutt)
14. Click the save button, it will display a successful toast message\
    \
    ![](/files/Aju0lzJDufTegD1NaYTU)
15. This way it will be shown on discord\
    \
    ![](/files/jFMG3CQWhaQkBi7IhJck)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.betsybot.xyz/features/auto-responders/create-auto-responders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
