# Unbounce

{% hint style="info" %}
**Note**

To use [Script Manager](https://documentation.unbounce.com/hc/en-us/articles/203879070-Using-Custom-JavaScript-and-CSS-on-Your-Landing-Page) you need to use your custom domain. If you do not wish to use your custom domain, replace steps 2 and 3 with the instructions in [this article](https://documentation.unbounce.com/hc/en-us/articles/203879070-Using-Custom-JavaScript-and-CSS-on-Your-Landing-Page).
{% endhint %}

**Step 1**: Login to Unbounce and open your landing page.

**Step 2**: Go to **Settings > Script Manager** and click on **Add your script**.

**Step 3**: From the drop-down, select **Custom Script** and give it a name (e.g: **ReferralHero).**

![](/files/-LuiPBowE4aARJlS9h1C)

**Step 4:** Go to your *Campaign Overview > Edit Campaign  > Launch instructions* and copy your **Tracking Code.**

**Step 5:** Select **Head** within **Placement** and **All** within **Included on**. Paste the ReferralHero Tracking Code and save the changes.

![](/files/-LuiPM0_45bIcAGLDMQ2)

**Step 6:** Go back to your Unbounce dashboard and open your landing page.

**Step 7:** From the left sidebar, add a **Custom HTML** element.

![](/files/-LuiPX421Xvt6oPFctNn)

**Step 8**: In the editor, enter `<div id='referralhero-dashboard-MFxxxxxxxxxx'></div>`

{% hint style="warning" %}
**Important:** Replace `'MFxxxxxxxxxx'` with your actual campaign UUID.
{% endhint %}

**Step 9**: Save your changes and the embeddable widget will appear on the page.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.referralhero.com/integrate/platform/unbounce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
