# Setup

Setting up VWO is done in a few steps on the Shopware side.

## Open plugin configuration <a href="#open-plugin-configuration" id="open-plugin-configuration"></a>

To configure VWO, go to `Extensions > My Extensions > Plugins` in the admin and then at the plugin "ShopStudioVWO" click on `... > Configuration` on the right.

## VWO Settings <a href="#vwo-settings" id="vwo-settings"></a>

In the configuration you will find the following settings:

* **Active** – Enable or disable VWO tracking. *(Default: enabled)*
* **VWO Account ID** – Your VWO account ID. This field is required for VWO to work. See [VWO Account Setup](/shopware/extensions/vwo/vwo-account-setup.md) for how to find your Account ID.

## Cookie Settings <a href="#cookie-settings" id="cookie-settings"></a>

* **Disable cookie consent** – If disabled, the VWO script will only be loaded after cookie consent is given. *(Default: disabled)*
* **Cookie expiration** – Cookie expiration in days. *(Default: 365)*

## Advanced Settings <a href="#advanced-settings" id="advanced-settings"></a>

* **Debug mode** – Enable debug messages in the browser console. Useful for verifying that events are being tracked correctly. *(Default: disabled)*

After entering your settings, click the `Save` button.

{% hint style="info" %}
Tip

If necessary, it might make sense to explicitly clear the store cache again if no data is transferred at first attempt.
{% endhint %}

![VWO plugin configuration](/files/EDivzGV4D2MkAOQkUtB6)


---

# 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.shop-studio.io/shopware/extensions/vwo/setup.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.
