# OUTBOUND BOTS

- [Overview](https://docs.swiftsell.biz/outbound-bots/overview.md): Looking forward to run campaigns on WhatsApp? Well we've got you covered.
- [Building One Off Campaign](https://docs.swiftsell.biz/outbound-bots/building-one-off-campaign.md): Send a one-time campaign to a set of contacts on WhatsApp, SMS or email.
- [Building Ongoing Campaign](https://docs.swiftsell.biz/outbound-bots/building-ongoing-campaign.md): Trigger the outbound bot to start its campaign using webhooks to send the contact data.
- [Creating a WhatsApp Template](https://docs.swiftsell.biz/outbound-bots/creating-a-whatsapp-template.md): WhatsApp templates are mandatory to send a proactive WhatsApp message to your contacts. With WhatsApp explicit approval on that template message, you are not allowed to send a message to a contact


---

# 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.swiftsell.biz/outbound-bots.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.
