# Bot Builder

- [Action blocks](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks.md)
- [Whatsapp Templates](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/whatsapp-templates.md)
- [Buttons](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/buttons.md)
- [Trigger](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/trigger.md): Starting point of the chatbot flow.
- [Send message](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/send-message.md): Sends a message and proceeds to the next part of the flow.
- [Collect input](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/collect-input.md): Collect a response from the visitors to the question asked.
- [Reply buttons](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/reply-buttons.md)
- [Carousel](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/carousel.md): Displays a set of cards in a carousel.
- [Answer AI](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/answer-ai.md): Uses an LLM-based AI model to generate an answer for the question asked.
- [Set AI](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/set-ai.md): Uses an LLM-based AI model to generate an response based on the prompt given.
- [Send an email](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/send-an-email.md): Sends an email notification to notify about an event occurring in the chat flow.
- [List](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/list.md): Renders a list of items grouped by categories on a drawer.
- [Condition](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/condition.md): Create conditions to branch your chatbot flow.
- [Talk to human](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/talk-to-human.md): Transfer the chat to a human agent on the live chat page.
- [Dynamic data](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/dynamic-data.md): Dynamically renders a list of options from an API response.
- [Webhook](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/webhook.md): Listens to events that occur on this event and proceeds to the next step in the flow.
- [Javascript](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/javascript.md): Executes a javascript code on the client side.
- [Collect file](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/collect-file.md): Collects a file(s) from the visitor.
- [Form](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/form.md): Collects multiple inputs in a single go.
- [Flow](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/flow.md): Breaks down larger flows into manageable chunks.
- [Jump](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/jump.md): Routes the chatbot flow to the specified action block.
- [Options](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/options.md): Displays a list of options for the user to choose from.
- [Delay](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/delay.md): Adds a specified wait time to the flow.
- [Calendar](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/calendar.md): Calendar action block is used for collecting date from the or for booking appointments
- [Codeblock](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/codeblock.md)
- [Slider](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/slider.md): An interactive way of collecting a value from the user.
- [Image gallery](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/image-gallery.md): Displays a set of images in a carousel.
- [Send WhatsApp](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/send-whatsapp.md): Send an outbound WhatsApp template message to a contact.
- [Send SMS](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/send-sms.md): Send an outbound message to a contact on SMS.
- [Send Email](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/send-email.md): Send outbound email to a list of contacts.
- [Send Status](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/send-status.md): Design personalized campaigns based on conditions.
- [Catalogue](https://help.wotsabot.ai/wotsabot-help-articles/bot-builder/catalogue.md)


---

# 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://help.wotsabot.ai/wotsabot-help-articles/bot-builder.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.
