> For the complete documentation index, see [llms.txt](https://docs.mythmc.ovh/social/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mythmc.ovh/social/administration/setting-up-announcements.md).

# Setting up announcements

Announcements are messages that get sent to a channel in sequential order. They support MiniMessage, emojis and other features.

Let's have a look at this example:

```yaml
announcements:
  ...
  # Announcements will be sent in sequential order
  messages:
  - message: '<gray>This is a test announcement! <blue><click:open_url:https://i.ytimg.com/vi/TK4I4RTOjQo/maxresdefault.jpg>>
      here :smiling_face:</click></blue>.</gray>'
    channels:
    - global
```

* **message:** The message that will be sent.
* **channels**: The channels where this message will be announced.&#x20;
