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

# Broadcast Announcements

#### What are broadcasts?

Send formatted announcements from Wrangle to as many Slack channels and DMs as you need, whether you need to announce product launches, policy updates, maintenance windows, outages, or any other business need. &#x20;

#### Who can send a broadcast?

Broadcast announcements are currently offered for Slack only.  Any one in your workspace can send an announcement, and you can see who sent an announcement easily under each announcement title.&#x20;

<figure><img src="/files/BWShnXDuHhXWgjXnGxrC" alt=""><figcaption></figcaption></figure>

#### How does it work?

First, you will want to create an [Audience](/broadcasts/audiences.md), which is the group of Slack channels or users who will receive your broadcast.  Then you can compose your announcement title and body, including markdown.  You can send a test DM to yourself to preview how the broadcast will look, and then either save it as a draft or send the broadcast to your audience. &#x20;

<figure><img src="/files/XkiFU7hkSvGmGB7ww8AV" alt="" width="563"><figcaption></figcaption></figure>

You can send either as yourself or the Wrangle bot.  Use the live preview on the right to verify markdown appears correctly, or go [here for a guide to using Slack markdown](https://www.wrangle.io/post/slack-markdown-a-comprehensive-guide-to-formatting-messages). &#x20;

#### Troubleshooting

If a broadcast fails to send, verify that the Wrangle bot or the user you are sending as is in the channel and allowed to post a message. &#x20;

If it appears some channels or users in a large audience do not receive your broadcast right away, keep in mind broadcasts to large audiences can take several minutes.  Our Wrangle bot will DM you once all broadcast messages have been delivered. &#x20;


---

# 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:

```
GET https://docs.wrangle.io/broadcasts/broadcast-announcements.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.
