# Outbound bots

{% hint style="info" %}
Support channels of outreach are **WhatsApp & SMS**.
{% endhint %}

Outbound bots are used to run broadcasts to your contacts.

It's most commonly used for sending promotional messages, transactional messages, follow-ups, etc.

### One-off campaign

Runs the broadcast only once for the uploaded contacts.

[Learn more](/build/outbound-bots/building-one-off-campaign.md)

### Ongoing campaign

Runs the broadcast everytime a contact is enrolled.

[Learn more](/build/outbound-bots/building-ongoing-campaign.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://help.wotnot.io/build/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.
