# Submission Broadcast

Broadcasting is a way of sharing submissions to different groups of users based on one or more conditions.

You need to create the following three elements to put it in place:

* A form with at least one valid [condition](/user-documentation/build/building-forms/conditions.md)
* The [group of users](/user-documentation/build/managing-users/groups.md) to whom the Submissions will be broadcast
* The broadcast rule that sends the Submissions

## Creation of the broadcast rule

The interface is located in **Data and forms → Submission broadcast**. By clicking on New you will have access to the window below:

![](/files/ojzSX6AITjFUYKskE01N)

These different elements are available in this interface:

1. The name of your broadcast rule.
2. The option to apply the rule also to the web platform.
3. The number of submissions meeting the rule.
4. The list of all conditions per form in a drop-down list.
5. The list of user groups available on your workspace.

When the rule is created, it is automatically replicated on Mobiles and Web (If option 2 is checked).

Here is an example on the mobile side following a broadcast: the Submissions which meet the rule are automatically sent to the mobile.

![](/files/P5euk7MooYTp7bHjI7ce)

{% hint style="warning" %}

* Broadcasting Submissions is incompatible with assignment and therefore with [workflows](/user-documentation/build/building-forms/workflow-and-assignation.md).
* It is not possible to use a condition on a current user field to broadcast a submission.
* It is imperative to have at least one user group for a broadcast.
  {% 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://www.center.daxium-air.com/user-documentation/build/building-forms/submission-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.
