> ## Documentation Index
> Fetch the complete documentation index at: https://developers.loyaltylion.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Customer referral URL

<Note>Available on the **Advanced plan** and above.</Note>

Use this component to display the current customer's unique referral URL.

## Explanation

Whenever we find this component on the page, we'll set its innerHTML to the current logged in customer's personal referral URL.

If no customer is logged in, we'll leave it blank.

***

## Code

```html theme={null}
<span data-lion-referral-url></span>
```
