# Chat Bot

{% content-ref url="/pages/-LMfx\_qLN-7S53QcN4Pu" %}
[Integrate Your Chatbot](/master/chatbot-api/chat-bot/integrate-your-chatbot.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LNjsIyXXZP6nc\_rrsUf" %}
[Dialog Flow V1 Chat-Bot](/master/chatbot-api/chat-bot/dialog-flow-chat-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LrTr0yfREDGbPSZgWeN" %}
[Dialog Flow V2 Chat-Bot](/master/chatbot-api/chat-bot/dialog-flow-v2-chat-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LjzKXYr08IHEyH6RFhs" %}
[Dialog Flow Fulfillment & Custom Response](/master/chatbot-api/chat-bot/dialog-flow-fulfillment.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LjnlZctoxiVm0Dv5HY4" %}
[IBM Watson Integration](/master/chatbot-api/chat-bot/ibm-watson-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LoJPV6h9vKi9zcLnXZd" %}
[Amazon Lex Bot](/master/chatbot-api/chat-bot/amazon-lex-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LmsmAAtQ1itJv3Xw5E7" %}
[Azure's QnA Maker](/master/chatbot-api/chat-bot/azure-qna-maker.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LfiUjD0S7HKp7r3shlT" %}
[Webhook Calling & User Verification](/master/chatbot-api/chat-bot/webhook-calling-and-user-verification.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LhnD8BWpBCY1fx931Jj" %}
[Webhook For Reset Password](/master/chatbot-api/chat-bot/webhook-for-reset-password.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://developer.acquire.io/master/chatbot-api/chat-bot.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.
