> For the complete documentation index, see [llms.txt](https://docs.wpeka.com/wp-gdpr-cookie-consent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wpeka.com/wp-gdpr-cookie-consent/master-1.md).

# Getting Started Wizard

To access the Wizard, go to the WordPress dashboard and navigate to **GDPR Cookie Consent > Wizard**.

<figure><img src="/files/hMR0mCE09iR1LoYZaW9y" alt="WordPress dashboard - WPLegalPages > Wizard"><figcaption></figcaption></figure>

Then, the following screen will appear:

<figure><img src="/files/szlXEdYczsFy65ieiazI" alt="General tab"><figcaption></figcaption></figure>

* On the **General** tab, you can select the law you want to comply with, and the next question you receive will vary depending on the privacy law you selected.&#x20;

{% hint style="info" %}
Please note that Geo-targeting settings are limited to users with a premium subscription.
{% endhint %}

* Once you’ve selected the option, click on **Save & Continue**.
* This will take you to the **Configuration** tab.

<figure><img src="/files/vjlnSn5uKsbvc0CkuUD1" alt="Configuration Tab"><figcaption></figcaption></figure>

Here, you get options like:

* **Enable Consent Logging** records and track user consent choices regarding data collection and website processing. It is like recording when people say 'yes' or 'no' to using cookies or collecting their data on a website. Users can see and change their privacy settings with it.
* **Script Blocker** lets users control which website scripts related to cookies they want to allow or block. This helps users manage their privacy preferences in line with GDPR, enhancing privacy and security by preventing unwanted tracking and ads.

However, it's important to note that these features are **exclusively available to Pro users**.

* Next, you can display the cookie notice as a Popup, Banner, or Widget under **Show Cookie Notice as**
* You can select templates, but only one free option is available for everyone, while others are exclusively for premium users.

To continue, click **Save & Continue**.

<figure><img src="/files/KnYAsvgmTkBi6TDp8Mcx" alt="Finish Tab"><figcaption></figcaption></figure>

Upon reaching the thank you page, you can access resources like the Help Center, video guides, and FAQ.&#x20;

Simply click **Save & Continue**, and you'll be directed to the **Dashboard**, as shown below:

<figure><img src="/files/qaGu4HiQwtmZZsUIlMkY" alt="Cookie consent dashboard"><figcaption></figcaption></figure>

And you’re done!

<br>


---

# 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.wpeka.com/wp-gdpr-cookie-consent/master-1.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.
