# Discord Broadcasts

Discord Broadcasts is a Squire feature built on [Broadcasts](/players/broadcasts.md) that allows you to send announcements, updates, and messages directly to your Discord server. With Discord Broadcasts, you can schedule and publish messages to selected channels, making Discord a seamless extension of your game’s communication and community engagement strategy.

### Use Cases

* Announce a game update at the same time it goes live in-game
* Promote a limited-time in-game event to your Discord community
* Share pre-launch milestones and countdowns with your community
* Notify players when claimable rewards or platform keys are available
* Keep your Discord community informed during outages or maintenance

### How-to

* [Push Broadcasts to Discord Server](/squire-discord-bot/discord-broadcasts/how-to/push-broadcasts-to-discord-server.md)


---

# 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.lootlocker.com/squire-discord-bot/discord-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.
