# How to abort a broadcast

If a broadcast needs to be **stopped entirely**, it can be aborted, preventing further messages from being sent.

* Navigate to the broadcast that you want to abort

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

* Locate the three dots at the right-most side of the broadcast overview, for more options

<figure><img src="/files/1yfqDlmlXBFAWAhr25Qc" alt=""><figcaption></figcaption></figure>

* Click 'Abort' and confirm your selection

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

**Limitations:**

* **Completed broadcasts cannot be aborted**
* Aborted broadcasts cannot be resumed
* To restart a broadcast, a new one must be created


---

# 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.quickreply.ai/product-modules/broadcasts/broadcast-how-tos/how-to-abort-a-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.
