# Install on ClickFunnels
Source: https://docs.luriart.com/install/clickfunnels
Plain text: https://docs.luriart.com/install/clickfunnels.txt
Add the Luria snippet to a ClickFunnels funnel's head tracking code and count conversions on your order confirmation or thank-you step.
Time needed: about 5 minutes.
## What you'll need
* Your Luria Site ID, copied from the Luria dashboard under **Settings > Install**
* Edit access to the funnel in ClickFunnels
* To know whether you are on ClickFunnels 2.0 or ClickFunnels Classic (the menus differ; both are covered below)
### Step 1: Copy your snippet
Sign in at [luriart.com/app](https://www.luriart.com/app), open **Settings > Install** , and copy the snippet:
```html
```
Your real Site ID is filled in when you copy from the dashboard.
[Screenshot: Luria dashboard Install page with the snippet and a Copy button]
### Step 2: Add it to the funnel's head tracking code
Adding it at the funnel level puts Luria on every step at once. That is what you want, since Luria needs to see the full path from landing page to purchase.
**ClickFunnels 2.0**
1. Open the funnel and click **Settings** (gear icon).
2. Find **Head tracking code** (also called **Custom Code > Head**).
3. Paste the snippet and click **Update funnel**.
**ClickFunnels Classic**
1. Open the funnel and click **Settings** in the top menu.
2. Scroll to **Head Tracking Code**.
3. Paste the snippet and click **Save and Update Settings**.
[Screenshot: ClickFunnels funnel Settings page with the Luria snippet pasted into the Head tracking code box]
**Note:**
You can also add the snippet to a single step. In the page editor open **Settings > Tracking Code > Header** and paste it there. Only do this if you want Luria on one step only; funnel-level is simpler and catches the whole journey.
### Step 3: Set up conversion tracking
**Automatic.** If the URL of your order confirmation or thank-you step contains `/thank-you`, `/thank_you`, or `/orders/` followed by an ID, Luria counts it without extra steps. Check the step's path in your funnel; renaming it to `thank-you` is often the quickest fix.
**Manual.** Otherwise, open the confirmation step in the page editor, go to **Settings > Tracking Code > Footer** , and paste:
```html
```
For opt-in funnels, use `window.luria.convert("lead")` on the step after the form.
To pass the order value, ClickFunnels 2.0 exposes the order total on the order confirmation page through a merge tag. If you are unsure, skip the value; counting the purchase alone still lets Luria measure lift on conversion rate.
[Screenshot: ClickFunnels page editor Tracking Code dialog for the thank-you step with the Luria convert script in the Footer field]
## Troubleshooting
**I saved the head code but Luria says Not detected**
Funnel-level code in Classic sometimes needs each page to be re-saved before it appears. Open a step, click **Save**, then reload the live page in a private window. Then refresh **Settings > Install** in Luria. Still nothing? See [Snippet not firing](/troubleshooting/snippet-not-firing).
**Upsell and downsell steps**
Luria counts the first purchase on the confirmation step. Upsells taken on later steps are not added automatically; add a convert line with the upsell value on the step after each upsell if you want them counted.
**Multiple funnels**
Use the same Site ID in every funnel you want Luria on. One Luria account covers all of them.
**Will this break my existing pixels?**
No. Luria does not touch your Meta pixel, Hyros, or other tracking. It reads its own events only.
## Next steps
* [Verify your install](/install/verify-install)
* [Set your goal](/train/goals)
* [How to train Luria](/train/how-to-train)