> 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/administrator-guide.md).

# Administrator Guide

## Installation

Login to your Confluence instance and navigate to the “Find new Add-Ons” page:

[http://\<yoursite-confluence-site>/plugins/servlet/upm/marketplace](http://localhost:1990/confluence/plugins/servlet/upm/marketplace)

Search for “HTML and AUI Toolkit for Confluence”.

Select the “Install” button next to it.

After that installation, you are done. There is no more configuration to do.

## Disabled Macros

{% hint style="danger" %}
For security reasons, the following macros will be installed as disabled. You need to manually enable them if you want to use them.
{% endhint %}

* [HTML Custom Tag](https://support.lewe.com/docs/html-an-aui-toolkit-for-confluence-manual/html-macros/html-custom-tag/)
* [HTML Html](https://support.lewe.com/docs/html-an-aui-toolkit-for-confluence-manual/html-macros/html-html/)
* [HTML Script](https://support.lewe.com/docs/html-an-aui-toolkit-for-confluence-manual/html-macros/html-script/)

## How to enable macros after installation

Macros can be easily enabled or disabled after the plugin installation in the Add-on Manager of Confluence.

Navigate to the Confluence Add-on Manager and scroll down to the HTML Toolkit for Confluence plugin entry. Click the title bar.

<figure><img src="/files/4SjLxqMq1XfxgDCZVMxh" alt=""><figcaption></figcaption></figure>

Click on the expand icon of the modules for this plugin.

You will see the list of available modules in the plugin. Some of them will be disabled after the installation.

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

Move your mouse over the red-colored Disabled text. It will turn into a button saying “Enable”.

Click it.

Done. The module is now enabled and available to your users.


---

# 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/administrator-guide.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.
