# WooCommerce

Setting up WooCommerce is quick and easy, as we provide a dedicated plugin to help you get started. Our WordPress plugin handles WooCommerce automatically, so please refer to our WordPress installation guide on how to get started.

{% content-ref url="/pages/sYNPPgsIWY4GqgWQi9f3" %}
[Wordpress](/installation/wordpress.md)
{% endcontent-ref %}

### Automatic events

We capture most of our standard events out of the box for you. Events that we capture for you automatically:

* PageView
* ViewContent
* AddToCart
* InitiateCheckout
* AddShippingInfo
* Purchase

### Custom events

If you would like to capture any other events, please refer to our guide for capturing events in the browser.

{% content-ref url="/pages/02EmLjmzMffkfovNsTXP" %}
[Events](/implementation/browser/events.md)
{% endcontent-ref %}


---

# 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.edgetag.io/installation/woocommerce.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.
