> For the complete documentation index, see [llms.txt](https://help.recart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.recart.com/sms/automated-flows-browse-abandonment.md).

# Automated Flows - Browse Abandonment

Learn how to re-engage subscribers who visited a certain product page without adding to cart or checking out

#### Table of Contents

* [How to activate the Browse Abandonment flow](#activate)
  * [Delay](#delay)
  * [Conditions](#conditions)
  * [Text](#text)
* [Browse Abandonment Flow Sending Rules](#rules)

***

Utilizing the Browse Abandonment flow you can remind your subscribers of items they checked and did not purchase. Target them with exclusive follow-ups, further discounts based on their interests, or useful product knowledge that can help encourage them to order.

### How to activate the Browse Abandonment flow

1. Go to "Automated Flows", and click "SMS Abandonment".

![1a-1](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FlzxQ50N5RXUWvOOxBQEh%2Fautomated-flows-browse-abandonment-1.jpg?alt=media)

2. Click on "SMS Browse Abandonment".

![SMS Browse A](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2Fb2QZjSMjWEsrtKfM8FNu%2Fautomated-flows-browse-abandonment-2.jpg?alt=media)

3. You will be redirected to the flow editor, where the default flow will open.

![SMS Browse A Flow](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FyhANe4j5ZHEE8LKM7yWq%2Fautomated-flows-browse-abandonment-3.jpg?alt=media)

#### Delay

The first item of the Browse Abandonment flow is a delay. By default, the flow will be sent 3 hours after the subscriber checks a product page and leaves the store. You can modify the delay if you’d like to.

#### Conditions

The next items are certain conditions that assure the flow will be sent to those subscribers who

* Have visited a product page
* Have no items in their cart
* Have not placed an order in 30 days

We recommend you do not edit these conditions, so the Browse Abandonment flow will not interfere with your other Automated Flows.

#### Text

You can find a template in the editor. The text can be customized according to your liking. We recommend you keep the Product name and Product URL variables in the message. These variables will be synced automatically from Shopify based on the product page the subscriber visited the last time during their browsing session.

**Pro tip**: Add your Product URL to the Browse Abandonment flow. This way you can redirect the user to the Product Page they visited instead of your homepage. Learn more about adding Discount Codes to your messages [in this article.](https://help.recart.com/en/articles/5905797-how-to-add-general-discount-codes-to-your-recart-text-messages)

[![](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FblEfitLllRpFLWa03eYh%2Fautomated-flows-browse-abandonment-4.png?alt=media)](https://downloads.intercomcdn.com/i/o/688460494/e859ea123be157a0797a51c3/Screenshot+2023-03-07+at+15.44.13.png)

4. When you are done editing your Browse Abandonment flow click Save as Draft, Activate, or Update in the top right corner.

![SMS BROWSE A 1](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2Fw4mTRzb44lbvv4Bq3Xjr%2Fautomated-flows-browse-abandonment-5.jpg?alt=media)

### Browse Abandonment Flow Sending Rules

* A subscriber can receive a maximum of one Browse Abandonment message after each browsing session
* Even if the subscriber checked multiple products, they will only receive the product name and the URL of the product they last visited during their browsing session
* Revisiting the store during the timeframe of the delay will abort triggering the Browse Abandonment flow
* Placing items in the cart or purchasing will also block triggering the Browse Abandonment flow, as the subscriber is no longer in the “browse” state, and has now potentially entered abandonment flows further down the funnel
* The sending of the Browse Abandonment flow will be postponed if the subscriber is in [Quiet Hours](https://help.recart.com/en/articles/5905316-sms-settings-smart-sending-quiet-hours)

Due to the way internet browsers operate, we can store your visitors' cookies for approximately 7 days from their last interaction with your site. An interaction includes any page load within the domain. This means that if visitors opt-in through our popup and return after a week, they may see the popup again. For our abandonment flows to continue working, they'll need to resubscribe, as these flows also rely on cookies. Rest assured, if they resubscribe, they won't be counted twice in our system.

If you have any questions, do not hesitate to [contact the Customer Support team.](https://help.recart.com/en/articles/360794-how-do-i-contact-recart-support)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.recart.com/sms/automated-flows-browse-abandonment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
