# BigCommerce

This page describes how to set up your BigCommerce connection. Click on the BigCommerce data source, and then "Create a New Connection".

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

To connect to your BigCommerce account, you'll need to find a few pieces of information: your access token, client ID, store\_hash, and api version.

Navigate to your BigCommerce store, and the client id and access token can be found under Advanced Settings, then API Accounts. You may need to create a new API account.

You'll need a V2/V3 token with a scope of Customers, Products, Orders, and Transactions.

From there, you'll need to enter the the API path for BigCommerce, it should look something like: *<https://api.bigcommerce.com/stores/aqhe6u14p25/V3/>*

Select the stream you'd like to access, and feel free to add any additional custom API parameters from BigCommerce's API documentation for the specific stream.

{% hint style="info" %}
We would recommend only adding custom parameters if you're an advanced user.
{% endhint %}


---

# 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.phiona.com/data-sources/bigcommerce.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.
