# Big Commerce

How to integrate with BigCommerceSolution 1:

* Login to the dashboard as admin
* Go to Script Manager, click Create Script

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

* Choose the position of the script and inject the script into the box

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

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

Solution 2:

* Login to the dashboard as admin
* Go to Themes, click Edit Theme files

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

* Go to templates \&gp; layout \&gp; base.html, inject script inside body tag
* <pre class="language-javascript" data-overflow="wrap" data-full-width="true"><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="https://app.cxgenie.ai/images/integration_bige_2_2.png" 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/big-commerce.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.
