# Configure

## Script Manager ID

You can find your Bronto Script Manager ID by going to **Settings** » **Integrations** » [**Script Manager**](https://app.bronto.com/mail/pref/script_manager/) in Bronto. If you click **get code** the overlay will load with your unique script. The value that is after `sites/` and up to `/assets`  (including "==" ) is the ID you will need.

![sample](/files/-LugV71D5kg02V1nxyt5)

Click **save** settings.

\
Once you have added the Script Manager ID you will be able to toggle features on and off from script manager in Bronto.

## Subscribe to Newsletter

To enable the "newsletter opt-in checkbox" at checkout, enter the text you'd like displayed along side the checkbox.  Choose wisely.

Click **save** settings.

## List ID

Second, it is recommended that you add all newsletter subscribers to a list by default to ensure they are easy to locate, track and measure over time.  To do this you will need to:

1. **Create a List in Bronto** - click [here](https://app.bronto.com/mail/list/list_add/) and enter an internal and external name. Click save.
2. **Locate & Copy the List ID** - on the bottom right side of the list overview page, copy the `List API ID`  -  should look similar to: `0bbc03ec00000000000000000000001764ac`
3. **Paste the ID into the Plugin** - in the List ID field paste the List API ID value.
4. **Save** - click save settings.

## Direct Add ID

Direct add is a pixel for adding/update contact data in Bronto.  It's the means by which all sign-ups are sent to Bronto within the Plugin.

You can find your Direct Add ID by going to [**Settings » Data Exchange**](https://app.bronto.com/mail/pref/data_exchange/#Mail_SitePref_TrackingPref).  In the section labeled "Direct Add" find the image URL, then scroll right and copy the value after `&id=` but before `&email=`.

Click **save** settings.

## Enable SMS Consent

You can give customers the option to opt-in for SMS based order notifications.  Enabling this feature will change two things:&#x20;

1. **SMS Consent Capture** - customer consent will be captured upon order complete.
2. **Mobile Number Capture** - mobile number will be stored with the order upon order complete.

To enable collection of consent simply enter a call-to-action in the **Enable SMS order consent** box.

Click **save** settings.

{% hint style="info" %}
**NOTE**:  SMS or MMS sending capabilities require a SMS message allocation (paid feature) in Bronto. Contact your account team if your unsure of your level of access.
{% endhint %}

{% hint style="warning" %}
**NOTE**:  SMS Order Notifications can be triggered as a result of adding or updating an order.  The WooCommerce plugin adds orders when they are placed but does not change them as the order is fulfilled.
{% endhint %}

## Pop-up Manager ID

You can find your Pop-Up Manager ID by going to [**Commerce » Coupon Manager » Settings**](https://app.bronto.com/mail/apps/app/2/).  In the overlay that loads you will see `Account ID` and a value that looks like this: `yW5XxZKGFM6nJpBuZCmabNdMeKEsbsQI8euRMqLczpWU`.&#x20;

Copy this value & paste it into the plugin.  Click **save** settings.

You'll need to follow Bronto's steps for [setting your domain](https://help.bronto.com/bmp/task/t_bmp_app_popup_configure.html) and then [activating](https://help.bronto.com/bmp/task/t_bmp_app_popup_activate_popup.html) the pop-up, then you should begin seeing it on your site.

## Enable Sign-Up Forms Widget

If you'd like to enable a Bronto Sign-up Widget to capture sign-ups throughout your site, you can do so in WooCommece by following the below steps:

1. Go to Widgets (**Appearance » Widgets**) &#x20;

   <img src="/files/-LfLfVZsYXScaWqzLJfB" alt="" data-size="original">
2. Select "**Bronto: Email Sign-up**" - and select your positioning &#x20;

   <img src="/files/-LfLglVa1-ZMC2cnFrUH" alt="" data-size="original">
3. Next, provide a **Title** (optional), **Description** (optional), **Button Text** (required), **List ID** (recommended).   &#x20;

   <img src="/files/-LfLhEJ3AB6H4xPx908U" alt="" data-size="original">
4. Click **Save** Settings.

## Coupon Manager ID

If you are utilizing the Coupon Manager features to send unique coupon codes, you can enable this Application's "[redemption tracking](https://help.bronto.com/bmp/task/t_bmp_app_coupon_configure.html)" features by simply entering your Coupon Manager ID.  Enabling this will allow send coupon code redemption data to Bronto after checkout completes. &#x20;

Here's how you can **enable** this feature:

1. **Copy Coupon Manager ID** - You can find your Coupon Manager ID by going to [Commerce » Coupon Manager » Settings](https://app.bronto.com/mail/apps/app/2/).  In the overlay that loads you will see "Account ID" and a value that looks like this: `yW5XxZKGFM6nJpBuZCmabNdMeKEsbsQI8euRMqLczpWU`.  Copy this value.
2. **Paste Coupon Manager ID** - paste he above ID into the "Add your Coupon Manager ID" field in the Bronto plugin. &#x20;

   <img src="/files/-LfLjCUFzVBqRrN2Np4i" alt="" data-size="original">
3. Click **Save** Settings.

## Web Recommendations Selector

Bronto Product Recommendations may be deployed to your site (supports Standard & Premium).  The easiest & fastest implementation will be to leverage a simply CSS selector to define where you want recommendations to display on a product detail page.

For default product detail pages we recommend: `section.related.products`

Next, you can configure the title for each of the 3 DIV's.  Titles can be set by entering text in these fields, blank values will result in an omission of that DIV from your product page:

{% hint style="info" %}
**NOTE**:  the selector will be used as the target for where 3 DIV tags will be injected (appendChild). Sample resulting HTML injected before Bronto recommendations load:

```markup
<div id="bronto-rec1" style="display: none;">
    <h2>{{ Label - Rec Block 1 (optional) }}</h2>
</div>
<div id="bronto-rec2" style="display: none;">
    <h2>{{ Label - Rec Block 2 (optional) }}</h2>
</div>
<div id="bronto-rec3" style="display: none;">
    <h2>{{ Label - Rec Block 3 (optional) }}</h2>
</div>
```

{% endhint %}

Once complete, click **save** settings.


---

# 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/how-to-install/configuring.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.
