> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cartally.co/llms.txt
> Use this file to discover all available pages before exploring further.

# CMS Integration Overview

> Connect Cartally to your e-commerce platform in a few clicks.

Cartally integrates with popular e-commerce platforms via their built-in REST APIs. No custom code is required — just provide read-only API credentials and Cartally handles the rest.

## Supported platforms

| Platform        | Sync method                 | Languages       | Currencies      |
| --------------- | --------------------------- | --------------- | --------------- |
| **WooCommerce** | REST API v3 + WPML/Polylang | Auto-detected   | Auto-detected   |
| **PrestaShop**  | Webservice API              | Auto-detected   | Auto-detected   |
| **Shopify**     | Admin API + webhooks        | Shopify Markets | Shopify Markets |

## How it works

1. **Connect** — enter your store URL and API credentials in the Cartally panel.
2. **Sync** — Cartally fetches your entire product catalog (name, description, categories, prices, images, variants).
3. **Index** — products are indexed per language for fast multilingual search.
4. **Keep up to date** — periodic syncs run automatically. Shopify also uses real-time webhooks.

## What data does Cartally read?

Cartally only reads **public product data**:

* Product names and descriptions
* Categories and tags
* Prices (all currencies)
* Images
* Variants (size, color, etc.)
* Manufacturers / brands

Cartally **never** reads or stores customer data, orders, or payment information.

## Next steps

Choose your platform guide:

<CardGroup cols={3}>
  <Card title="WooCommerce" icon="wordpress" href="/woo-commerce">
    WordPress + WooCommerce
  </Card>

  <Card title="PrestaShop" icon="store" href="/presta-shop">
    PrestaShop 1.7+ and 8.x
  </Card>

  <Card title="Shopify" icon="shopify" href="/shopify-guide">
    Shopify app
  </Card>
</CardGroup>
