> For the complete documentation index, see [llms.txt](https://docs.meta-inf.hu/advanced-content-navigator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meta-inf.hu/advanced-content-navigator/on-premise-users-guide/on-premise-features.md).

# On Premise features

## Adding macro

There are two different methods to add the Advanced Children display macro:

### Adding macro with shortkey

Just follow these steps to add the macro to your Confluence page:<br>

1. Open the page where you want to insert the macro.
2. Click on the Edit button.
3. Select the place where you want to insert the macro and start typing ***{Advanced Children Display***&#x20;

![](/files/eGTBW1lxzSV5Kzk9eis4)

&#x20;4\. Click on the macro, and you are all set. It should look like this:&#x20;

&#x20;

![](/files/1c9woDUX1wwHKYts3IRY)

### Adding macro via the Macro browser

1. Open the page where you want to insert the macro.
2. Click on the Edit button.
3. On the toolbar click on Insert more content icon (+) and select Other Macros

![](/files/l5G5s9yTnmFoDi8OSOrO)

&#x20;4\. Start typing ***Advanced Children Display*** in the search panel. Alternatively you can find the macron in "Visuals & images" category.

![](/files/JG94vr8mAgGAynasHccO)

## Editing macro's properties

1. In page editing mode find the Advanced Children Display macro.
2. Click on the macro, and click on Edit

![](/files/Z3dzyhIqF1K1uViSlUr0)

&#x20;3\. Edit macro parameters.

![](/files/UgXIWGMB8zXvtdcsyfc7)

&#x20;4\. Save changes and publish page.

## Macro parameters

### Parent Page

Here you can specify the parent page. This is the page whose children will be displayed. It can come from either th current space, or a different space as well.

* *pagename -* lists the children of a specified page
* *spacekey:pagename* - lists children of a specified page in a specified space &#x20;

**Default value:** The actual page.

![](/files/TzRzFtoiDvuMTH25ZEC9)

### Depth of Descendants

Here you can enter a number to specify the depth of descendant pages to be displayed. For example, when the value is 2, the macro will display two levels of children pages.

**Default value:** All levels

![](/files/FrNvM1W0MMBQXgbEj7c3)

Show Table of Contents by default

Here you can define, if you want to display the headers hidden or expanded, when the page loads.&#x20;

* Hide all - When you open the page, all header blocks will be closed.
* Expand all. When you open the page, all header blocks will be opened.

**Default value**: Hide all

![](/files/X8XhpNsVLCugQdhyRL5H)

### Minimum Heading Level

Select the highest heading level to start your Table of Contents list. For example, entering 2 will include level 2 and all lower headings, but will not include level 1 headings.

If you set up 0 then no headers will be displayed.

**Default value:** 1

![](/files/zQQFSscRFfYBJXhniVro)

### Maximum Heading Level

You can select the lowest heading level to be included. For example, entering 2 will include level 1 and 2 but will not include level 3 and below headings.

**Default Value:** 6

![](/files/gSSwQy8K81H9JcuNTtrK)


---

# 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://docs.meta-inf.hu/advanced-content-navigator/on-premise-users-guide/on-premise-features.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.
