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

# Privacy

> Cookie preference settings and how to add cookie consent to your storefront.

The Privacy page holds cookie preference settings for your **Online Store** and for an **Embedded Store** (your store embedded on another website).

<Warning>
  These settings persist to a legacy storage path and the current storefront does not read them — it ships **no built-in cookie consent banner**. Changing the options on this page has no effect on what visitors see.
</Warning>

## Cookie preference options

Each context offers the same three choices:

| Option                     | Intended behaviour                                          |
| -------------------------- | ----------------------------------------------------------- |
| **Enable all cookies**     | Cookies enabled automatically, with no consent banner.      |
| **Display cookie consent** | Visitors see a consent banner and choose their preferences. |
| **Disable all cookies**    | All cookies disabled.                                       |

## Adding cookie consent

If your store needs cookie consent — for example under GDPR or ePrivacy rules — bring your own consent manager. Load it through [Custom scripts](/docs/sales-channels/online-store/custom-scripts): add the consent manager's script tag as an external script, and it runs in your storefront's `<head>` on every page except checkout.

Consent managers such as Cookiebot, Usercentrics, or OneTrust work this way; configure blocking of your analytics and marketing scripts inside the consent manager itself.

## Related

<CardGroup cols={2}>
  <Card title="Custom scripts" icon="code" href="/docs/sales-channels/online-store/custom-scripts">
    Load a consent manager and other third-party scripts.
  </Card>

  <Card title="Terms & Policies" icon="file-contract" href="/docs/settings/terms-policies">
    Manage your published policy documents.
  </Card>
</CardGroup>
