# Step 1: Embed Surface Tag





### 1. Access Your Unbounce Page [#1-access-your-unbounce-page]

1. Log in to your Unbounce account
2. Navigate to your landing pages
3. Select the page you want to edit
4. Click "Edit Page" to enter the editor

### 2. Add Surface Tag [#2-add-surface-tag]

<Frame>
    <img alt="Unbounce JavaScript Settings" src="__img0" />
</Frame>

1. In the bottom toolbar, click the "JavaScript" button
2. Click "Add New JavaScript"
3. Add the following script:

Check out the [**How to Get Site ID**](/docs/surface-tag/installation#where-to-find-your-site-id) page to get your site ID.

```html
<!-- Start Surface Tag -->
<script 
    src="https://cdn.jsdelivr.net/gh/trysurface/scripts@latest/surface_tag.min.js"
    site-id="YOUR_SITE_ID">
</script>
<!-- End Surface Tag -->
```

<Info>
  Using a verified custom domain? Add `data-custom-domain="forms.example.com"` to the Surface Tag. Follow the [custom-domain setup guide](/docs/surface-tag/custom-domains) before publishing the change.
</Info>

1. Set the script placement to "Before the body Tag"
2. Click "Done" to save the changes
