---
title: "Create cloaked content"
canonical: "https://support.appfire.com/space/CT/1561299902/Create%20cloaked%20content"
format: markdown
---
> Macro (aura-html)

Cloaking your content is useful when you want the reader to view less information when the page first loads. If the reader wants to know more about a certain point, they can click the point to reveal more information.

### Before:

![image](media://cf6e8c99-d416-43aa-a017-280065b937ec)

### After:

![image](media://de45a0db-f3cc-4371-a267-a0f77347fb48)

## Ingredients

| Apps | Composition |
| --- | --- |
| Macros | Cloak, Toggle Cloak |

## Guide

To set up cloaked content, follow these instructions:

1. In page edit mode, enter `{toggle-cloak}` to create a [Toggle Cloak](https://appfire.atlassian.net/wiki/spaces/CTFCSM/pages/1562247761) macro.
2. In the macro editor, click **Insert**.
3. On the same line, enter the text or sentence that you want to appear as a toggle for the cloaked text.  
For this example, let's enter `Click here for detailed specifications:`.
4. On the next line, enter `{cloak}`** **to create a [Cloak](https://appfire.atlassian.net/wiki/spaces/CTFCSM/pages/1561987356) macro.
5. In the macro editor, click **Insert**.
6. In the Cloak macro body, insert the content that you want to appear when the cloaked text is expanded.  
For this example, let's enter some example specification info.
7. Save the page and validate the result.

## Result

![image](media://f45275d0-8a1a-4539-b7b0-c6e33588e28f)

## Related pages

- [https://appfire.atlassian.net/wiki/spaces/CTFCSM/pages/1561987427](https://appfire.atlassian.net/wiki/spaces/CTFCSM/pages/1561987427)
- [https://appfire.atlassian.net/wiki/spaces/CTFCSM/pages/1562247546](https://appfire.atlassian.net/wiki/spaces/CTFCSM/pages/1562247546)