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

# Platforms

> Explore all platforms you can integrate with Order Protection.

<CardGroup cols={2}>
  <Card title="Shopify" href="/platforms/shopify/granting-collaborator-access" icon="shopify">
    Get started with Order Protection on Shopify.
  </Card>

  <Card title="Magento" href="/platforms/magento/installing-the-plugin" icon="magento">
    Learn how to install Order Protection on Magento.
  </Card>

  <Card title="WooCommerce" href="/platforms/woocommerce/plugin-install" icon="wordpress">
    Add Order Protection to your WooCommerce store.
  </Card>

  <Card
    title="BigCommerce"
    href="/platforms/big-commerce/installing-on-big-commerce"
    icon={
  <span
    style={{
      color:
        typeof window !== "undefined" &&
        window.matchMedia("(prefers-color-scheme: dark)").matches
          ? "#9B9BFD"
          : "#6d37d9",
    }}
  >
    <svg
      width="24"
      height="24"
      viewBox="0 0 24 24"
      fill="currentColor"
      xmlns="http://www.w3.org/2000/svg"
    >
      <path d="M12.645 13.663h3.027c.861 0 1.406-.474 1.406-1.235 0-.717-.545-1.234-1.406-1.234h-3.027c-.1 0-.187.086-.187.172v2.125c.015.1.086.172.187.172zm0 4.896h3.128c.961 0 1.535-.488 1.535-1.35 0-.746-.545-1.35-1.535-1.35h-3.128c-.1 0-.187.087-.187.173v2.34c.015.115.086.187.187.187zM23.72.053l-8.953 8.93h1.464c2.281 0 3.63 1.435 3.63 3 0 1.235-.832 2.14-1.722 2.541-.143.058-.143.259.014.316 1.033.402 1.765 1.48 1.765 2.742 0 1.78-1.19 3.202-3.5 3.202h-6.342c-.1 0-.187-.086-.187-.172V13.85L.062 23.64c-.13.13-.043.359.143.359h23.631a.16.16 0 0 0 .158-.158V.182c.043-.158-.158-.244-.273-.13z" />
    </svg>
  </span>
}
  >
    Install Order Protection on your BigCommerce store.
  </Card>
</CardGroup>
