# Install on Kajabi
Source: https://docs.luriart.com/install/kajabi
Plain text: https://docs.luriart.com/install/kajabi.txt
Add the Luria snippet to your Kajabi site's header tracking code and count purchases on your offer checkout thank-you page.
Time needed: about 5 minutes.
## What you'll need
* Your Luria Site ID, copied from the Luria dashboard under **Settings > Install**
* Admin access to your Kajabi site
* Any Kajabi plan. Header tracking code is available on all plans.
### 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: Paste it into Kajabi's header tracking code
1. In Kajabi, go to **Settings > Site details**.
2. Scroll to **Header tracking code**.
3. Paste the snippet and click **Save**.
This puts Luria on your website pages, landing pages, sales pages, and checkout pages. Kajabi applies it right away; there is no publish step.
[Screenshot: Kajabi Site details settings page with the Luria snippet pasted in the Header tracking code field]
**Note:**
Kajabi landing pages use the site-wide header code, so they are covered by this one paste. If a landing page uses its own custom code settings, check **Landing page > Settings > Page tracking code** and confirm the snippet is present.
### Step 3: Set up conversion tracking
**Automatic.** If your post-purchase page URL contains `/thank-you`, `/thank_you`, or `/orders/` followed by an ID, Luria counts the conversion on its own. Many Kajabi thank-you pages are landing pages you name yourself, so naming the page path `thank-you` is the simplest route.
**Offer checkout thank-you page.** Each Kajabi offer has its own thank-you page setting. To count purchases with value:
1. Go to **Sales > Offers** and open the offer.
2. Open **Checkout settings > Thank you page**.
3. In the thank-you page's custom code field, paste:
```html
```
To pass the actual amount, Kajabi offers a checkout tracking code area that exposes the offer price. If that is not available on your plan, count the purchase without a value; Luria still measures lift on conversion rate.
**Opt-in forms.** Set the form's action to redirect to a page whose URL contains `/thank-you`, or add `window.luria.convert("lead")` to the page after the form.
[Screenshot: Kajabi offer checkout settings with the thank-you page custom code field showing the Luria convert script]
## Troubleshooting
**Luria says Not detected**
Open your live site (your custom domain or mykajabi.com address) in a private window and load a couple of pages, then refresh **Settings > Install** in Luria. Still nothing after a few minutes? See [Snippet not firing](/troubleshooting/snippet-not-firing).
**Purchases are not counting**
Check that the convert line is on the thank-you page, not the checkout page. If your thank-you URL already contains `/thank-you`, remove the manual line so you do not count twice.
**Member-only pages**
Luria optimizes public pages: your homepage, sales pages, and landing pages. Logged-in member areas are not touched.
**Does this affect my Kajabi pixels or analytics?**
No. Luria reads its own events and never fires your other tools' conversions.
## Next steps
* [Verify your install](/install/verify-install)
* [Set your goal](/train/goals)
* [How to train Luria](/train/how-to-train)