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

# ECOM PLATFORMS

- [Overview](https://docs.violet.io/ecom-platforms/ecom-platforms.md): Platform-specific guides for connecting merchants to Violet across supported ecommerce platforms
- [Shopify](https://docs.violet.io/ecom-platforms/shopify.md): Complete guide for onboarding Shopify merchants using pre-registration in Channel Dashboard
- [Prerequisites](https://docs.violet.io/ecom-platforms/shopify/prerequisites.md)
- [Shopify App Setup](https://docs.violet.io/ecom-platforms/shopify/shopify-app-setup.md)
- [Pre-Registration Process](https://docs.violet.io/ecom-platforms/shopify/pre-registration.md)
- [Merchant Onboarding](https://docs.violet.io/ecom-platforms/shopify/merchant-onboarding.md)
- [Global-E x Shopify](https://docs.violet.io/ecom-platforms/shopify/global-e.md)
- [Troubleshooting & FAQs](https://docs.violet.io/ecom-platforms/shopify/troubleshooting-faqs.md)
- [BigCommerce](https://docs.violet.io/ecom-platforms/bigcommerce.md): Overview of Violet's BigCommerce integration for channel developers
- [WooCommerce](https://docs.violet.io/ecom-platforms/woocommerce.md): Overview of Violet's WooCommerce integration for channel developers
- [Magento](https://docs.violet.io/ecom-platforms/magento.md): Overview of Violet's Magento (Adobe Commerce) integration for channel developers
- [Salesforce Commerce Cloud](https://docs.violet.io/ecom-platforms/salesforce-commerce-cloud.md): Overview of Violet's Salesforce Commerce Cloud (SFCC) integration for channel developers
- [CommerceTools](https://docs.violet.io/ecom-platforms/commercetools.md): Overview of Violet's commercetools integration for channel developers
- [Centra](https://docs.violet.io/ecom-platforms/centra.md): Overview of Violet's Centra integration for channel developers
- [PrestaShop](https://docs.violet.io/ecom-platforms/prestashop.md): Overview of Violet's PrestaShop integration for channel developers
- [Ecwid](https://docs.violet.io/ecom-platforms/ecwid.md): Overview of Violet's Ecwid (Lightspeed eCom) integration for channel developers
- [Wix](https://docs.violet.io/ecom-platforms/wix.md): Overview of Violet's Wix integration for channel developers
- [Squarespace](https://docs.violet.io/ecom-platforms/squarespace.md): Overview of Violet's Squarespace integration for channel developers
- [Swell](https://docs.violet.io/ecom-platforms/swell.md): Overview of Violet's Swell integration for channel developers
- [Spree Commerce](https://docs.violet.io/ecom-platforms/spree.md): Overview of Violet's Spree Commerce integration for channel developers
- [Vendo](https://docs.violet.io/ecom-platforms/vendo.md): Overview of Violet's Vendo integration for channel developers
- [Miva Merchant](https://docs.violet.io/ecom-platforms/miva.md): Overview of Violet's Miva Merchant integration for channel developers
- [Shoprenter](https://docs.violet.io/ecom-platforms/shoprenter.md): Overview of Violet's Shoprenter integration for channel developers
- [SAP Commerce Cloud](https://docs.violet.io/ecom-platforms/sap-commerce-cloud.md): Overview of Violet's SAP Commerce Cloud integration for channel developers
- [Oracle Commerce Cloud](https://docs.violet.io/ecom-platforms/oracle-commerce-cloud.md): Overview of Violet's Oracle Commerce Cloud integration for channel developers
- [Rithum](https://docs.violet.io/ecom-platforms/rithum.md): Overview of Violet's Rithum integration for channel developers
- [Lightspeed eCom](https://docs.violet.io/ecom-platforms/lightspeed.md): Overview of Violet's Lightspeed eCom integration for channel developers
- [3dcart / Shift4Shop](https://docs.violet.io/ecom-platforms/3dcart.md): Overview of Violet's 3dcart (Shift4Shop) integration for channel developers
- [Shoptet](https://docs.violet.io/ecom-platforms/shoptet.md): Overview of Violet's Shoptet integration for channel developers


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.violet.io/ecom-platforms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
