---
title: "Include-remote Macro"
canonical: "https://support.appfire.com/space/CCLI/66716037/Include-remote%20Macro"
format: markdown
---
> Macro (aura-html)


### Description

Include a page from a remote Confluence server.  This uses the Atlassian Command Line Interfaces (CLI) to get data from a remote server. 

> ✅ **Consider using cache macro**
> ✅ 
> ✅  Getting data from a remote site can be expensive. Consider using the [Cache for Confluence](https://appfire.atlassian.net/wiki/spaces/CACHE) to improve display performance and reduce server load.

### Parameters

| **Parameter** | **Default** | **Macro Browser Label** | **Description** |
| --- | --- | --- | --- |
| **page** | **required** | Page to include | Location of remote page. Must be space qualified: **spacekey:page name** |
| **render** | false | Render on remote server | Normally, the page source is retrieved from the remote system. Set to true to render the content on the remote system. |
| **profile** |  | Profile | Pre-configured profile defined by administrator used to provide some other parameters. This parameter may be restricted for security reasons. |
| **server** |  | CLI server | CLI server equivalent to specifying the **--server** parameter on the CLI. |
| **user** |  | CLI user | CLI user equivalent to specifying **--user** parameter on the CLI. |
| **password** |  | CLI password | CLI password equivalent to specifying **--password** on the CLI. |

### Example  


```
{include-remote:MySpace:Home|profile=confluence|render=true}
```