# Bot

- [Multi channel bot action](https://docs.ownchat.app/bot/multi-channel-bot-action.md)
- [Send Action](https://docs.ownchat.app/bot/send-action.md)
- [Send Actions - Introduction](https://docs.ownchat.app/bot/send-action/send-actions-introduction.md)
- [Send Text](https://docs.ownchat.app/bot/send-action/send-text-node-whatsapp-chatbot.md)
- [Send Image](https://docs.ownchat.app/bot/send-action/send-image-node-whatsapp-chatbot.md)
- [Send Audio](https://docs.ownchat.app/bot/send-action/send-audio-node.md)
- [Send Video](https://docs.ownchat.app/bot/send-action/send-video-node.md)
- [Send Document](https://docs.ownchat.app/bot/send-action/send-document.md)
- [Send Products](https://docs.ownchat.app/bot/send-action/send-products.md)
- [Send Carousel Media](https://docs.ownchat.app/bot/send-action/send-carousel-media.md)
- [Send Carousel Product](https://docs.ownchat.app/bot/send-action/send-carousel-product.md)
- [Send Button](https://docs.ownchat.app/bot/send-action/send-button.md)
- [Send List](https://docs.ownchat.app/bot/send-action/send-list.md)
- [Send Template](https://docs.ownchat.app/bot/send-action/send-template.md)
- [Send CTA URL](https://docs.ownchat.app/bot/send-action/send-cta-url.md)
- [Ask Action](https://docs.ownchat.app/bot/ask-action.md)
- [Introduction to Ask Actions](https://docs.ownchat.app/bot/ask-action/introduction-to-ask-actions.md)
- [Ask Text](https://docs.ownchat.app/bot/ask-action/ask-text.md)
- [Ask Number](https://docs.ownchat.app/bot/ask-action/ask-number.md)
- [Ask Phone Number](https://docs.ownchat.app/bot/ask-action/ask-phone-number.md)
- [Ask Email](https://docs.ownchat.app/bot/ask-action/ask-email.md)
- [Ask Date](https://docs.ownchat.app/bot/ask-action/ask-date.md)
- [Ask URL](https://docs.ownchat.app/bot/ask-action/ask-url.md)
- [Ask Location](https://docs.ownchat.app/bot/ask-action/ask-location.md)
- [Ask File](https://docs.ownchat.app/bot/ask-action/ask-file.md)
- [Ask Order](https://docs.ownchat.app/bot/ask-action/ask-order.md)
- [Ask Address](https://docs.ownchat.app/bot/ask-action/ask-address.md)
- [Ask Flow](https://docs.ownchat.app/bot/ask-action/ask-flow.md)
- [Address List](https://docs.ownchat.app/bot/ask-action/address-list.md)
- [Utility](https://docs.ownchat.app/bot/utility.md)
- [Introduction to Utility Actions](https://docs.ownchat.app/bot/utility/introduction-to-utility-actions.md)
- [Connections](https://docs.ownchat.app/bot/connections.md)
- [Introduction to Connections](https://docs.ownchat.app/bot/connections/introduction-to-connections.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://docs.ownchat.app/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.
