# About

## What does the Bronto Plugin for WooCommerce do?

The [plugin](https://github.com/TheThunderLizard/bronto_woocommerce) enables WooCommerce merchants to integrate with Bronto through a series of client-side integration points. &#x20;

## What features does it support?

You bet... below is a detailed list of the support features in this plugin:

* **Script Manager** - deploys [this copy/paste tag](https://help.bronto.com/bmp/reference/r_bmp_scripts_overview.html) to all pages of your site.
* **Cart Recovery** - handles sending cart details to Bronto well before checkout.
  * **Cart URL** - ensures abandoners are returned to their identical cart.
* **Order Capture** - all orders & line item details are sent at the time of transaction.
  * **Conversion Tracking** - orders influenced by email click-through will be tracked.
* **Pop-up Manager** - easily deploy Bronto's Pop-up Manager.
* **Newsletter Sign-up** - include a sign-up call-to-action in checkout.
* **SMS Notifications** - include sms consent at checkout for sms order notifications.
* **Browse Recovery** - makes your product ID readily accessible to Bronto.
* **Web Recommendations** - handles easily deploying these to your product pages.
* **Coupon Manager** - support for sending redeemed coupons back to Bronto.
* **Sign-Up Widget** - support for sign-up widget in Wordpress.


---

# 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://thunderlizard.gitbook.io/workspace/master.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.
