# VWO Account Setup

This guide shows you how to create a VWO account and find your Account ID for use with the plugin.

## Create a VWO account <a href="#create-a-vwo-account" id="create-a-vwo-account"></a>

1. Go to <https://vwo.com> and click on the sign-up button.
2. Enter your email address and create a password.
3. Follow the on-screen instructions to complete your account setup.

## Find your Account ID <a href="#find-your-account-id" id="find-your-account-id"></a>

Once you are logged in to your VWO dashboard:

1. Navigate to your account settings (click on your profile icon in the top-right corner).
2. Your **Account ID** is displayed on the settings page.
3. Copy this ID and paste it into the **VWO Account ID** field in the [Shopware plugin configuration](/shopware/extensions/vwo/setup.md).

## Set up tracking <a href="#set-up-tracking" id="set-up-tracking"></a>

After entering your Account ID in the Shopware plugin configuration, VWO will automatically start tracking events on your storefront. The plugin sends the following events to VWO:

* **view\_product** – When a customer views a product page
* **add\_to\_cart** – When a customer adds a product to the cart
* **remove\_from\_cart** – When a customer removes a product from the cart
* **view\_cart** – When a customer views the cart page
* **purchase** – When a customer completes an order
* **login** – When a customer logs in
* **signUp** – When a customer registers a new account

For a detailed overview of all events and their data, see the [Events](/shopware/extensions/vwo/events.md) page.


---

# 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/vwo-account-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.
