# Broadcasts

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

Go to "Broadcasts" from the left sidebar by clicking on Omni-Channel or any flow builder, then click "+ New Broadcast".

<figure><img src="/files/0ABe8t21QtSuCMnsZ25m" alt=""><figcaption></figcaption></figure>

Select the message type/destination

<figure><img src="/files/31JheK4bJ2mQIY29z2sZ" alt=""><figcaption></figcaption></figure>

To setup:

<figure><img src="/files/HeDBZTXIM9wk4gyf3HzK" 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/mx4GsV7OhcBMHhCcsGWJ" 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/xPiQjPbRdKQ4gVbRRFGQ" alt=""><figcaption></figcaption></figure>

Filling in the rest of the settings like message type and time to send then click "Save". ([Which message type should I choose?](/help-center/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/8OykLIkxRUU8EZFdQqx2" alt=""><figcaption></figcaption></figure>

Here is also where you check broadcast history and data.


---

# 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.rapidbott.com/help-center/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.
