> For the complete documentation index, see [llms.txt](https://lewe.gitbook.io/bootstrap-visuals-for-confluence/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lewe.gitbook.io/bootstrap-visuals-for-confluence/user-guide/alert-box.md).

# Alert Box

{% hint style="success" %}
Free Macro
{% endhint %}

## Screenshot

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

## Description

The Alert Box is a panel basically. You can define the style and the title in the macro dialog. The macro body is displayed in the panel. In the above example, that is the “Lorem ipsum” text.

## Adding the Macro

Edit your page.

Select “+” => Other macros

Type in “Bootstrap” in the Search box

Select the “Bootstrap Alert Box” macro

## Macro Options

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

### **Style**

Select one of the [Bootstrap color styles](https://support.lewe.com/docs/bootstrap-visuals-for-confluence-manual/user-guide/bootstrap-color-styles/).

### **Heading**

If you want to add a heading to your alert box, you can enter it here. If you do, it will be followed by a horizontal line before the body is shown.

{% hint style="warning" %}
If you use a plugin or macro that reads out the headings of your page, this heading will be included!
{% endhint %}

### **Heading Level**

Select the heading level that you want your alert box heading to have.

### **Dismissible**

You can select that the alert box is admissible. In that case, an x will be shown in the upper right corner that, when clicked, will hide the alert box.

### Body

This macro supports a body. The content that you place in the content will be displayed inside the alert box.

After you save the macro while editing the page, put any text or another macro in the body:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lewe.gitbook.io/bootstrap-visuals-for-confluence/user-guide/alert-box.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
