# Shopify

How to integrate with Shopify:

* Login to the dashboard as admin
* Go to Sales Channel > Online Store
* Click Customize > Edit code

<figure><img src="https://app.cxgenie.ai/images/integration_shopify_1.png" alt=""><figcaption></figcaption></figure>

* Go to theme.liquid and inject script inside body tag
* <pre class="language-javascript" data-overflow="wrap"><code class="lang-javascript">&#x3C;script src="https://widget.cxgenie.ai/widget.js"  data-aid="d8fe74c3-103b-4c0c-99e4-3a5d7c711750">&#x3C;/script>
  </code></pre>

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


---

# 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://documents.cxgenie.ai/integrations-and-connections/platform-integration/shopify.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.
