> For the complete documentation index, see [llms.txt](https://docs.gallabox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gallabox.com/broadcast.md).

# BROADCAST

- [Gallabox Broadcast](https://docs.gallabox.com/broadcast/gallabox-broadcast.md): With Gallabox's Broadcast feature, sending messages, updates, and promotions to a large group of recipients has never been easier. Reach your audience with efficiency and ease.
- [Select Template](https://docs.gallabox.com/broadcast/select-template.md): Kickstart your broadcast setup by choosing a template and channel. Select the channel for your broadcast and choose an existing template or create a new one.
- [Select Audience](https://docs.gallabox.com/broadcast/select-audience.md): Select your target audience for Broadcast messages easily on Gallabox.
- [Review and Send Broadcast](https://docs.gallabox.com/broadcast/review-and-send-broadcast.md): Take control of your broadcast scheduling settings. Get insights into selected contacts and their details. Preview your message template and customize settings for compliance and quality.
- [Broadcast Analytics and Report](https://docs.gallabox.com/broadcast/broadcast-analytics-and-report.md): Discover the power of Broadcast Analytics. Access insightful reports and easily resend broadcasts
- [Gallabox Broadcast FAQs](https://docs.gallabox.com/broadcast/gallabox-broadcast-faqs.md): Get answers to common questions about Gallabox's Broadcast feature. Troubleshoot delivery issues and improve engagement with our helpful FAQs.
- [Broadcast Re-targeting](https://docs.gallabox.com/broadcast/broadcast-re-targeting.md): Get more ROI from every broadcast: automatically create a follow-up WhatsApp campaign that speaks only to the people who ignored, engaged, or missed your last message
- [Repeat & Retarget Broadcasts](https://docs.gallabox.com/broadcast/repeat-and-retarget-broadcasts.md): Resend a past broadcast or send a follow-up to a specific slice of your original audience — based on how they engaged with your message.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gallabox.com/broadcast.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
