# Managing Broadcasts

#### Viewing a Broadcast <a href="#viewing_a_broadcast" id="viewing_a_broadcast"></a>

To view and filter your Broadcasts, use the statuses displayed on the left side. Additionally, you can choose your preferred view by selecting the tabs on the top right side.

### **Table View**

View your broadcasts in a table by clicking on the **Table** tab. Click on a broadcast to pull up the Broadcast Details Drawer on the right for more information on the broadcast.

<figure><img src="https://files.helpdocs.io/9e3syfbzn8/articles/91q62iu09l/1677641016717/table.gif" alt=""><figcaption></figcaption></figure>

### **Calendar View**

View your broadcasts in a calendar by clicking on the Calendar tab. Click on a broadcast to pull up the Broadcast Details Drawer on the right for more information on the broadcast.

<figure><img src="https://files.helpdocs.io/9e3syfbzn8/articles/91q62iu09l/1677641058774/calendar.gif" alt=""><figcaption></figcaption></figure>

### Cloning a Broadcast <a href="#cloning_a_broadcast" id="cloning_a_broadcast"></a>

To create a similar broadcast, clone the existing one and make the necessary changes. You may clone a broadcast in any status. There are two ways to clone a broadcast:

* **From the Actions menu**

<figure><img src="https://files.helpdocs.io/9e3syfbzn8/articles/91q62iu09l/1677641173283/clone-1.png" alt=""><figcaption></figcaption></figure>

* **From the** **Broadcast Details Drawer**

<figure><img src="https://files.helpdocs.io/9e3syfbzn8/articles/91q62iu09l/1677641193697/clone-2.png" alt=""><figcaption></figcaption></figure>

### Canceling a Broadcast <a href="#canceling_a_broadcast" id="canceling_a_broadcast"></a>

Cancellation of a broadcast is possible only for scheduled broadcasts. Broadcasts in other statuses cannot be canceled. Once a broadcast is canceled, it will not be sent out on the scheduled date, it will be reverted to draft status. You may edit and schedule the broadcast again.

{% hint style="warning" %}
When a broadcast is **In Progress**, it cannot be canceled.
{% endhint %}

### Deleting a Broadcast <a href="#deleting_a_broadcast" id="deleting_a_broadcast"></a>

If you would like to delete a broadcast, it can be deleted from your Workspace by selecting **Delete** from the actions menu.

<figure><img src="https://files.helpdocs.io/9e3syfbzn8/articles/91q62iu09l/1677641419158/delete.png" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
You may only delete broadcasts in Draft status. Keep in mind that the deletion cannot be undone
{% endhint %}

### Exporting Broadcasts <a href="#exporting_broadcasts" id="exporting_broadcasts"></a>

Only **Owners** and **Managers** with no such restriction can perform this action!

<figure><img src="https://files.helpdocs.io/9e3syfbzn8/articles/91q62iu09l/1677641460313/export.png" alt=""><figcaption></figcaption></figure>

To export the broadcasts shown in the view, select the export option from the Action icon at the top right corner. You may export all your broadcasts to a CSV file for reporting purposes.


---

# 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.is-messenger.com/ismessenger/modules/broadcast/managing-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.
