---
title: "getConfluenceBaseUrl"
canonical: "https://support.appfire.com/space/PSCONF/15304424/getConfluenceBaseUrl"
format: markdown
---
> Macro (aura-html)

> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | getConfluenceBaseUrl() | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> This routine returns Confluence base url where the SIL script is called.

This routine returns Confluence base url where the SIL script is called.

## Return Type

**String**

The routine returns the base url of Confluence.

## Example

```javascript
return getConfluenceBaseUrl();
```

## See also

> Macro (contentbylabel)