# GDPR Setup Checklist

Base on [GDPR document](https://gdpr-info.eu/), our app recommends you setup options below to comply GDPR:

### 1. Show a "Decline" button

Customers have a right to refuse your website tracking, so you should put a "Decline" button on your cookie banner. You can put it on cookie bar or on preferences poup or both

On cookie bar:

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

On Perferenes popup:

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

### 2. Show a preferences button on cookie bar to select cookie categories

Customers have a right to choose which cookies are allowed for tracking, so you should show a "Preferences" button which opens Preferences popup and shows cookie categories on your store

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

Preferences popup looks like this:

<figure><img src="/files/3sn7keUROKhCOlR8eZhX" alt=""><figcaption></figcaption></figure>

### 3. Show a cookie re-opener (cookie button) for change consent option

Customers have a right to change their consent anytime, so you should show a re-opener for changing their consent. You can choose a icon on gallery or upload your own logo.

Set up here:

<figure><img src="/files/7aCwhEfdmuMAp7hbBF3G" alt=""><figcaption></figcaption></figure>

Look like this on your online store:

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

### 4. Add privacy policy link to cookie banner

You can show a link which will direct to your policy page on your store. If you have your own page, copy page URL and paste to text box below:

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

If you do not have any page, you can generate a new one by our Privacy Policy Generator:

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

### 5. Enable auto-block tracking script

If you use a tracking service like Facebook Pixel, TikTok Pixel, Google Analytic or Shopify Analytics, you should block it tracking before customer give the consent. You can select services on admin setup, then copy the generated code and paste to below `<head>` tag on `theme.liquid` on your theme

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

### 6. Data request management

Check it here: [Data Request Management](/data-request-management/setup-data-request-management.md)


---

# 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.consentik.com/gdpr-setup-checklist.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.
