# Bot resources

### Acquire Bots

{% tabs %}
{% tab title="Conversational Bots" %}
Answer visitor questions in the absence of live operators.&#x20;

Source instruction guide, [click here](https://help.acquire.io/chatbots/which-bot-type).
{% endtab %}

{% tab title="Sequence Bots" %}
Predefined sequences to collect visitor details. Source instruction guide, [click here](https://help.acquire.io/chatbots/which-bot-type).
{% endtab %}
{% endtabs %}

### Third-party Bots

Integrate a third-party bot to your Acquire account. Once installed, the bot will be available for use in the Trigger settings.

| Explaining Bots                                                     | Intents                                                                                                                                                                   |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Amazon Lex Bot](https://help.acquire.io/chatbots/amazon-lex-bot)   | <p>The Amazon Lex Bot is designed to provide life-like </p><p>conversations to users by </p><p>understanding speech. </p>                                                 |
| [Azure QnA Maker](https://help.acquire.io/chatbots/azure-qna-maker) | <p>The QnA Maker works with Natural Language </p><p>Processing to understand and answer user questions.</p>                                                               |
| [Dialogflow Bot](https://help.acquire.io/chatbots/dialogflow-v2)    | <p>The Dialogflow Bot can carry on a conversation with users, </p><p>either by text or voice. </p>                                                                        |
| [IBM Watson](https://help.acquire.io/chatbots/ibm-watson)           | <p>Bots created by Watson Assistant can understand natural </p><p>language and respond to requests. </p><p>You can train and customize these bots with your own data.</p> |


---

# 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/rest-apis/chatbot/bot-resources.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.
