# Bot Builder

{% content-ref url="/pages/nMObcAFHGot86nrxhuqh" %}
[Different Types Of Triggers ?](/bot-builder/different-types-of-triggers.md)
{% endcontent-ref %}

{% content-ref url="/pages/aWf8l7im1LbMFVlwZnnv" %}
[How to Create a WhatsApp ChatBot ?](/bot-builder/how-to-create-a-whatsapp-chatbot.md)
{% endcontent-ref %}

{% content-ref url="/pages/EAKndqllOpOkqfZT1D3B" %}
[How to Create a Facebook Page / Messenger Bot ?](/bot-builder/how-to-create-a-facebook-page-messenger-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/env7mybxtuBQEaRaboj1" %}
[How to Create a Facebook Page Comment Bot Or Automation ?](/bot-builder/how-to-create-a-facebook-page-comment-bot-or-automation.md)
{% endcontent-ref %}

{% content-ref url="/pages/zQsq2nDlzlpNlujIHfCm" %}
[How To Collect Multiple Answers for 1 Question in a Bot ?](/bot-builder/how-to-collect-multiple-answers-for-1-question-in-a-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/JDQuohSQudNREA6e7FTJ" %}
[How To Check Errors With The Bot Flow ?](/bot-builder/how-to-check-errors-with-the-bot-flow.md)
{% endcontent-ref %}

{% content-ref url="/pages/XxozoolfLzJ7Uzbsdduu" %}
[How To Collect Data Via Bots Or How To Create Data Collection Bots ?](/bot-builder/how-to-collect-data-via-bots-or-how-to-create-data-collection-bots.md)
{% endcontent-ref %}

{% content-ref url="/pages/3TDszqyo9NwcuLHDfTts" %}
[How To Share A Bot Flow To Different User Account or Clone A Bot Flow In Same Account ?](/bot-builder/how-to-share-a-bot-flow-to-different-user-account-or-clone-a-bot-flow-in-same-account.md)
{% endcontent-ref %}

{% content-ref url="/pages/YueFZkxZb6fzgyaTw3Hw" %}
[If Deleted by Mistake How To Connect A String Again ?](/bot-builder/if-deleted-by-mistake-how-to-connect-a-string-again.md)
{% endcontent-ref %}

{% content-ref url="/pages/yzbafZJlEOqij5qYhYy9" %}
[How To Search Data From Google Sheet And Respond To User In Bot ?](/bot-builder/how-to-search-data-from-google-sheet-and-respond-to-user-in-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/Zu0ZI5VwKnf74cYB4NPq" %}
[How To Fetch Data From Google Sheet And Make Dynamic Buttons / Lists In WhatsApp ?](/bot-builder/how-to-fetch-data-from-google-sheet-and-make-dynamic-buttons-lists-in-whatsapp.md)
{% endcontent-ref %}

{% content-ref url="/pages/WbikxAChx7blZZdpskuc" %}
[How To Make An External API Request From Bot Builder And Send Response From API In Message To User ?](/bot-builder/how-to-make-an-external-api-request-from-bot-builder-and-send-response-from-api-in-message-to-user.md)
{% endcontent-ref %}

{% content-ref url="/pages/e5vlutWVflFB3tfpf7nT" %}
[How to send the custom field data to an external WhatsApp number](/bot-builder/how-to-send-the-custom-field-data-to-an-external-whatsapp-number.md)
{% endcontent-ref %}

{% content-ref url="/pages/fhZzJH1MBa3Gx4kwyqVp" %}
[How to Trigger Different WhatsApp Bots For Different Meta CTWA (Ads) ?](/bot-builder/how-to-trigger-different-whatsapp-bots-for-different-meta-ctwa-ads.md)
{% endcontent-ref %}

{% content-ref url="/pages/6l1kJmOTVRzQk1SuRWAC" %}
[How To Create WhatsApp Native Flows From WA Manager And Send Them To Users ?](/bot-builder/how-to-create-whatsapp-native-flows-from-wa-manager-and-send-them-to-users.md)
{% endcontent-ref %}

{% content-ref url="/pages/uEWYSnwdjduGJohF8NzN" %}
[How To Store Hidden Values With Buttons And Use Them For Bots - Button Payloads ?](/bot-builder/how-to-store-hidden-values-with-buttons-and-use-them-for-bots-button-payloads.md)
{% endcontent-ref %}

{% content-ref url="/pages/KNtqytotUzWP6P7slZQ0" %}
[How to Send Carousel Message Templates In WhatsApp Bot ?](/bot-builder/how-to-send-carousel-message-templates-in-whatsapp-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/duVKAtHBWAUNjcuyyKXT" %}
[How to Ask Questions via Bot and send to Google Sheet in Real Time ?](/bot-builder/how-to-ask-questions-via-bot-and-send-to-google-sheet-in-real-time.md)
{% endcontent-ref %}

{% content-ref url="/pages/wnKvCnzOPvExdKCwAv0l" %}
[How to send a user from 1 bot to another using go to or to another step using go to function?](/bot-builder/how-to-send-a-user-from-1-bot-to-another-using-go-to-or-to-another-step-using-go-to-function.md)
{% endcontent-ref %}

{% content-ref url="/pages/MgouDlScCrqNeaa6LxZE" %}
[How to Send Data From Bot Builder to Automation Builder to trigger an Automations Between the Bot ?](/bot-builder/how-to-send-data-from-bot-builder-to-automation-builder-to-trigger-an-automations-between-the-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/xpP9zlg2APZcTNJpWeoQ" %}
[Where to find Botflow templates for various industries?](/bot-builder/where-to-find-botflow-templates-for-various-industries.md)
{% endcontent-ref %}


---

# 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.watheta.com/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.
