---
title: "Confluence blueprints"
canonical: "https://support.appfire.com/space/NH/72680023/Confluence%20blueprints"
format: markdown
---
> Macro (aura-html)

This page explains how you can add the *Numbered Headings* macro to Confluence blueprints.

To add the *Numbered Headings* macro to a blueprint, you can use the following template:

```
<ac:structured-macro ac:name="numberedheadings">
  <ac:parameter ac:name="start-numbering-with">2</ac:parameter>
  <ac:parameter ac:name="start-numbering-at">h2</ac:parameter>
  <ac:rich-text-body>...</ac:rich-text-body>
</ac:structured-macro>
```

The easiest way to get the correct parameters is to add a *Numbered Headings* macro to a page and configure it. After you save the page, you can find the parameters in the source of the page.

> 📝 Click the ellipsis icon (**…**) at the top right of the relevant page and select the *View Source* option to see the parameters.

> ℹ️ If you want to enable *Numbered Headings* in a blueprint without using the macro, you can use [page properties](https://appfire.atlassian.net/wiki/spaces/NH/pages/72680028).