# Broadcast

Xenioo's broadcasting feature allows you to communicate with users by sending messages either at a scheduled time or triggered by specific events.

In the **MyLINKConnect mobile app**, you can send **On-Demand Broadcasts**. Unlike scheduled broadcasts, On-Demand Broadcasts must be triggered manually, since they aren't sent automatically by Xenioo. You can initiate these broadcasts using a **unique Launch Web Hook** generated dynamically for you.

When activated, Xenioo promptly sends the On-Demand Broadcast to all specified users.

{% hint style="warning" %}
Message delivery order to users is **unpredictable**. When sending multiple broadcasts to a single user, it is advisable to introduce a **short delay** between messages to ensure they are properly delivered.
{% endhint %}


---

# 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.xenioo.com/mobile-app/broadcast.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.
