# Chatbot

Create a chatbot which will response back to your customer who has replied your message.&#x20;

How it works?

If the chatbot detects keywords (which is preset by you, initially), it will send out an automated reply message to your customer.

You can choose to detect:&#x20;

* certain keywords
* the entire sentence

<figure><img src="/files/XxfVhe3T2Tq2fT49bLT6" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.yaeris.com/software/whatsapp-cloud-blaster-software/whatsapp-module/chatbot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
