# Announcements

## Available To

Free for the following exchange plans:&#x20;

* **Cloud Plans:**
  * Crypto Pro
  * Enterprise
* **On-Premise Plans:**
  * Boost
  * Voyager

## What Is It?

The Announcement plugin allows you to create and distribute news or updates to your exchange users. This can include important news regarding your exchange such as maintenance, and updates on new features.

These updates are displayed to all users in the header section as shown in the image below.

<figure><img src="/files/ApN71AYaoKKGNoM2AZgK" alt=""><figcaption><p>Clicking on it shows the message, and when it was posted</p></figcaption></figure>

## Who Needs It?

Announcements have a place on pretty much any exchange. It's a very lightweight plugin and gives an easy way to communicate with all users, without having to send out bulk emails.

## How to Use It?

Once the Announcement plugin is installed, there will be an *Announcement* section of the Operator Controls sidebar.

From here announcement notifications can be created via the Add button.

This will open a menu with a text editor where you can enter the details of your announcement.&#x20;

<figure><img src="/files/QG7g4725tZVXGCdnSHpa" alt=""><figcaption><p>Add announcement menu</p></figcaption></figure>

The fields are:

* **Title**: The title of the notification shown to the user.&#x20;
* **Message**: The actual message content. This can be plain text, HTML code, or even can link to an image.
* **Type**: This won't be displayed to users, but can be useful for organization on the Operator controls.

Once added, users will see the announcement and all previous ones.

To remove an announcement just hit delete from the list on the Operator Controls.

### Images and More Complex Announcements

It is possible to upload images by using the image icon found in the text editor, using the image icon highlighted on the image below, you can supply a URL of the image.

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

This looks like the following to the end user:

<figure><img src="/files/O1sBKfA7VaXnIbmkEA4n" alt=""><figcaption><p>He is a cute dog</p></figcaption></figure>

You may notice in the text editor that there are many options like directly editing the HTML source, tables, links, and more allowing for more complex possibilities. Just bear in mind the smaller size of announcement notifications to ensure it's concise and readable by your users.&#x20;


---

# 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.hollaex.com/plugins/use-plugins/announcements.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.
