# Browse Recovery

## Product ID

To start, you'll need to tell Browse Recovery how to locate your product - this done by setting a product ID selector. &#x20;

In Bronto, Navigate to [Settings » Platform » Browse](https://app.bronto.com/mail/apps/app/2/) -- or -- [Settings ](https://app.bronto.com/mail/pref/script_manager/)[»](https://app.bronto.com/mail/apps/app/2/)[ Integration ](https://app.bronto.com/mail/pref/script_manager/)[»](https://app.bronto.com/mail/apps/app/2/)[ Script Manager](https://app.bronto.com/mail/pref/script_manager/).  From there you'll want to configure the below settings:

* **Commerce Platform** - set this to Other/None
* **Email Address Selector(s)** - at the very least set this to `input[type="email"]`.
* **Contact ID URL Parameter(s)** - set this to `eid`.&#x20;
  * **Custom Analytics** - ensure you [enable this feature](https://app.bronto.com/mail/integrations/view/custom), and create a key/value pair where key is set to `eid` and value of `%%!contact_eid%%` or contactThen ensure you configure custom analytics accordingly.&#x20;
* **Product ID Selector Type** - set this to `JSON`.
* **Product ID Selector** - set this to `brontoBrowseObject["product"]["id"]`.

Here's what you should be looking at when complete:

![](/files/-LewO6hxQ7vyDzq6QFsW)

{% hint style="warning" %}
**NOTE**:  This feature requires your product data be populated in the [Bronto Product Catalog](https://help.bronto.com/bmp/concept/c_bmp_product_search_overview.html).  Since this plugin does not handle this on its own you'll need to either repurpose an existing feed with some changes or review the [next article](/workspace/features/product-catalog.md).
{% endhint %}


---

# 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/features/untitled.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.
