> For the complete documentation index, see [llms.txt](https://docs.vigilance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vigilance.io/installation-guide.md).

# Installation Guide

As a Shopify Plus store, you must enable your `checkout.liquid` layout before installing Vigilance. Request `checkout.liquid` to be enabled from Shopify support [here](https://help.shopify.com/en/questions#/contact). Usually, Shopify resolves this in real time over chat.

If `checkout.liquid` is already enabled, skip this step.

### Add checkout.liquid to your theme

If access to `checkout.liquid` has been enabled, then you can follow the steps below to add the layout to your theme through the code editor in the Shopify admin:

**1.)** From your Shopify admin, go to Online Store > Themes.

**2.)** Find the theme you want to edit, and then click Actions > Edit code.

<figure><img src="/files/5k1Y1gECPMNbLqeZj2NM" alt=""><figcaption></figcaption></figure>

**3.)** In the Layout directory, click Add a new layout.

<figure><img src="/files/L5yDu9ZKwjKEhpPMDjK0" alt=""><figcaption></figcaption></figure>

**4.)** In the drop-down list, select checkout, and then click Create layout

<figure><img src="/files/yM888kLozpOFNIFuiDnu" alt=""><figcaption></figcaption></figure>

You should now see `checkout.liquid` listed in the Layout directory.

### Add the Vigilance javaScript snippet to your checkout.liquid

You can add the `checkout.liquid` layout to your theme code by following these steps:

1.) From your Vigilance settings page, copy the provided snippet

<figure><img src="/files/4G08S97bxVW3gBVFoNWn" alt=""><figcaption></figcaption></figure>

2.) Paste it just above the closing \</head> tag in checkout.liquid.

3.) Save the changes, and click Verify on the Vigilance Settings page to verify installation was correct!&#x20;
