> 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

Reply bot is designed to automatically respond to user queries or messages in real time based on predefined rules configured in settings.

## 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="https://2311119282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSRnbHEhdUaWAH59jyQKp%2Fuploads%2FSbDLnWGwAZGRxVJaebaO%2Fscreely-1744986426289.png?alt=media&amp;token=260cbc02-06f2-4878-9464-45f527ce0983" 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="https://2311119282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSRnbHEhdUaWAH59jyQKp%2Fuploads%2FjNGmmaOifxH4xbaABcDF%2Fscreely-1744987314961.png?alt=media&amp;token=d392ae44-3ddc-48ff-bbd9-ac143ada877a" 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="https://2311119282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSRnbHEhdUaWAH59jyQKp%2Fuploads%2FcKiHV6nA7Fw6IAwjerPU%2Fscreely-1744987474811.png?alt=media&amp;token=739dff3c-8de4-4842-87ed-ae8e877449a6" alt=""></picture><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}
