> For the complete documentation index, see [llms.txt](https://help.flochat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.flochat.ai/broadcasting/broadcasts.md).

# Broadcasts

Use this feature to broadcast messages to your users! Just a few settings needed.

Go "Broadcasts" from the left sidebar, then click "+ New Broadcast".

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

Select the message type/destination

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

To setup:

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

1. give a broadcast title (for yourself, not users)
2. select a sub flow
3. add conditions to filter who will receive this broadcast message

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

{% hint style="info" %}
To send to all users, try this condition "If User Id has any value".
{% endhint %}

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

Filling in the rest settings like message type and time to send then click "Save". ([Which message type should I choose?](/bot-automation/sequences.md#message-settings))

If you choose "Now" for the schedule, the message will be sent once you click "Save". If not, you can cancel the broadcast anytime before it sent.

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

Here is also where you check broadcast history and data.


---

# 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://help.flochat.ai/broadcasting/broadcasts.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.
