# Step 1: Embed Surface Tag





1. Go to the Webflow [***dashboard***](https://webflow.com/dashboard).
2. Go to &#x2A;*`Project Section`*&#x2A; > &#x2A;*`Custom Code`**.
3. Add the following code in the *Start of &#x2A;*`<head>`** tag* section.

   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"
     siteId="YOUR_SITE_ID"> // Replace with your site ID
   </script>
   <!-- End Surface Tag -->
   ```

The `head` section containing the `Surface Tag` should now look like this:

<Frame>
    <img alt="Webflow Head Section with Surface Tag" src="__img0" />
</Frame>
