> For the complete documentation index, see [llms.txt](https://lewe.gitbook.io/html-and-aui-toolkit-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/html-and-aui-toolkit-for-confluence/introduction.md).

# Introduction

{% hint style="danger" %}
This Confluence Server plugin is not maintained and supported anymore. The EOL of the server plugin on Atlassian's Marketplace was 2024-02-15.

You can find the last release as a free plugin here now:

<https://github.com/glewe/confluence-plugins>
{% endhint %}

<div align="left"><figure><img src="/files/udb7LJt6yk5QhMyNldiz" alt=""><figcaption></figcaption></figure></div>

The HTML and AUI Toolkit for Confluence (HAT) plugin provides macros that will place HTML tags on your page.

Some of those macros have a body. The content you put into the body will be wrapped into the HTML tag you chose. Other macros will not provide a body when the tag doesn’t have on either, e.g. the \<img> tag.

Other than similar plugins, HAT reacts to automatically created content that Confluence adds to macro bodies and strips it where necessary.

In your macro browser you can identify them by the logo above.

<div align="left"><figure><img src="/files/wSTnwmEqlrVvqttGhlx9" alt=""><figcaption></figcaption></figure></div>

Confluence comes with a whole lot of user interface elements. They are not available for your pages but rather are used in the Confluence GUI itself.

The “HTML and AUI Toolkit for Confluence” plugin makes several of them available to be used on your pages.

The selection includes those that serve a visual purpose.

In your macro browser you can identify them by the logo above.


---

# 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/html-and-aui-toolkit-for-confluence/introduction.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.
