# AUI Message

## Description

You probably know the Confluence messages, shown to you when certain informationis considered valuable to you as user.

You can now put those messages on your page with this macro.

<figure><img src="/files/3HfzRJpEYkSss1leC5aW" alt=""><figcaption></figcaption></figure>

## Adding the Macro

1. Edit your page.
2. Select “+” => Other macros
3. Type in “aui” in the Search box
4. Select the “AUI Message” macro

## Macro Options

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

### **Message Title**

Enter the title of the message.

### **Message Color**

Select the color of the message.

### **Closeable**

This switch adds an ‘X’ icon in the upper right corner of the message block which closes and removes the message when clicked.

### **Fadeout**

This switch causes the message block to close and disappear after 5 seconds automatically. The Fadeout will be cancelled if the user interacts with it (hover or focus).

### **Style**

Enter any custom CSS styles here. Each style needs to be terminated with a semicolon.

## Body

Use the body of this macro to enter the content of the message.


---

# 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://lewe.gitbook.io/html-and-aui-toolkit-for-confluence/aui-macros/aui-message.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.
