> For the complete documentation index, see [llms.txt](https://docs.quickbotify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quickbotify.com/bots/reply-bot.md).

# Reply Bot

## Features

1. **Automatic Reply**: Set up the bot to respond to specific keywords or phrases. For example, when someone types "Hey," the bot replies with "Hello there! How can we help you?".
2. **Welcome Messages**: Configure the bot to automatically greet new members in a group with a warm welcome message.

## Usage

First things first, you can add the reply bot from the home page after your login. For more info on how to add a bot and its initial setup, have a look [here](https://docs.quickbotify.com/fundamentals/getting-set-up).

### Automatic Reply

{% stepper %}
{% step %}
Once you are done with the initial setup, you can proceed for advanced configurations.

* You can click on **Add** to start adding configurations.
* Select a condition you want to apply on this reply.

<figure><picture><source srcset="/files/gUXJh2cLUn6Y9ltIwXnj" media="(prefers-color-scheme: dark)"><img src="/files/dUUzDnbaDFeikqgdonKz" alt=""></picture><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter the received message and corresponding reply message for this configuration and click on **Submit.**

<figure><picture><source srcset="/files/oErSTa7oBfakheiMrVhB" media="(prefers-color-scheme: dark)"><img src="/files/jwN9tytovUYFtjvsLguL" alt=""></picture><figcaption></figcaption></figure>

So, for this particular example, whenever the bot finds a message which contains the text H**ey,** it will be replying **Hello there! How can we help you?.** Note that this is case insensitive.
{% endstep %}
{% endstepper %}

### Welcome Messages

{% stepper %}
{% step %}
Go to settings of your reply bot.
{% endstep %}

{% step %}
Add your message and click on save. That's it. All set.

<figure><picture><source srcset="/files/3wC0GANEZyJ1ehxF32mh" media="(prefers-color-scheme: dark)"><img src="/files/9aoEr26AVOA9pK6IHzwg" alt=""></picture><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}
