# AUI Flag

## Description

AUI flags are popup messages that slide into the screen from the upper right corner. This macro makes such flags appear when you load the page.

<figure><img src="/files/TCsf01OKHlUuI8YxzLQd" 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 Flag” macro

## Macro Options

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

{% hint style="info" %}
Once you saved a page with a flag und you re-edit it, the flag will also show when the editor loads.
{% endhint %}

### **Title**

Enter the tittle of the flag.

### **Color**

Select the color of the flag.

### **Close Behavior**

Select the close behavior of the flag.

| Value  | Behaviour                                                                  |
| ------ | -------------------------------------------------------------------------- |
| auto   | The flag fades out over time and has no close button.                      |
| manual | The flag does not fade out automatically but has a close button.           |
| never  | The flag does not fade out automatically and does not have a close button. |


---

# 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-flag.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.
