# Instapage

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

**Step 2**: Click on **Settings** from your edit screen and select **Javascript**.

![](/files/-LuicvE38W85WA6_TFBE)

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

**Step 4:** Select **Head** and paste the Tracking Code.

![](/files/-Luid5zqQuPIiggpCqlY)

**Step 5**: On your page create an HTML element by clicking on **HTML**.

![](/files/-LuidCRpgce1ELkksQFU)

**Step 6**: Click on **Edit** and enter `<div id='referralhero-dashboard-MFxxxxxxxxxx'></div>`

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

**Step 7**: 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/instapage.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.
