# WhatsApp ChatBot

This section is being updated with new items all the time, but our support is always there to help you.

{% hint style="info" %}
Using this source code will allow you to customize the bot to your needs or take it as a basis for creating any other integration.&#x20;
{% endhint %}

{% content-ref url="/pages/FICJpuCV1JgbKgCzN76q" %}
[WhatsApp Python Bot](/help-desk/source-code/whatsapp-chatbot/whatsapp-python-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/DdkHwWdOmN0pUtUixf1t" %}
[WhatsApp PHP Bot](/help-desk/source-code/whatsapp-chatbot/whatsapp-php-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/VPUn3MkU47GChee44lrJ" %}
[WhatsApp Node JS Bot](/help-desk/source-code/whatsapp-chatbot/whatsapp-node-js-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/Kai2bWomcMKaamTYTGMR" %}
[WhatsApp Java Bot](/help-desk/source-code/whatsapp-chatbot/whatsapp-java-bot.md)
{% endcontent-ref %}

[Bot Template for n8n](/help-desk/source-code/whatsapp-chatbot/bot-template-for-n8n.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://support.whapi.cloud/help-desk/source-code/whatsapp-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.
