# Shopify Integration

To install IntelliTicks on a Shopify website, just follow these basic steps

* Log into the Administrator Dashboard for your Shopify site.
* Search for "**Themes**" from the top search bar, you will see an option **Themes** as shown in red rectangle. Click on that.

![](/files/-LdDBSIpHsLA9kratul4)

* In the Themes page, you will see the current theme live on your website. In the theme preview you will see an option "**Customize**" as shown below. Click on that.&#x20;

![](/files/-LdDC7K2mltgRaGQTUxe)

* This will take you to the theme editor page.&#x20;
* In the page, on the left-side menu, you will see many options. Scroll to the bottom of the left-side menu to reach the drop-down button **Theme Actions**

![](/files/-LdDCxvqRFdZ9kXLc2u6)

* Clicking on **Theme actions**, will show three option, click on **Edit Code**

![](/files/-LdDDDLew2bJzdqNqvZ7)

* In the Code Editor panel, you will see a list of files being used with your themes. Under the **Layout** folder, you will see a file **theme.liquid**. Click and open that file for editing.

![](/files/-LdDF0KYuUjkzcoAyaZV)

* In the **theme.liquid** file you will see the \<head> section of HTML. Just after the meta tags, insert **IntelliTicks script** from IntelliTicks Admin console

* To find IntelliTicks script follow steps in this link

{% content-ref url="/pages/-LW0eyvx64-ph9v3m3sb" %}
[IntelliTicks Plugin Script](/installation-1/intelliticks-plugin-script.md)
{% endcontent-ref %}

![](/files/-LdDFrokbP_BIj18D-Bs)

* After putting the code, save the file & you are done.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intelliticks.com/integrations/shopify-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
