# Abandoned Baskets in Acquisition Flow

**LFS version:** requires Limio for Salesforce v11.66 or later

When an online user adds a product to the basket in the Limio Shop but doesn't proceed to checkout and complete the purchase, Limio generates an **abandoned basket**. You can thenL

1. Retarget the customer via emails. Go to [https://docs.limio.com/guides/developer-guides/guide-abandoned-basket](https://docs.limio.com/guides/developer-guides/guide-abandoned-basket "mention") to learn more.
2. Have your sales or customer service agent seeing the list of abandoned baskets for the current customer and continue processing them in Salesforce if needed.

To address #2, the abandoned basket logic is integrated into the master Acquisition Flow. If baskets exist for the current customer in Limio, an abandoned baskets table will be displayed on the first screen of the flow.

The flow can be configured to skip the abandoned basket step if it's not needed. The table will show baskets created in the last 14 days. If no abandoned baskets exist, this step is skipped, and the flow starts at the Offer Catalog.

Before selecting a basket, users can only navigate using the "Select new offer" button, leading to the Offers Catalog.

<figure><img src="/files/wo6WnJtui19VBRGyXkG4" alt=""><figcaption></figcaption></figure>

After selecting a basket from the table, basket-related offer details are loaded in the side panel. The Offer details component is controlled by the same object as the Catalog Side Panel, learn more [here](https://docs.limio.com/integrations/setting-up-limio-for-salesforce/filtering-rules/customise-table-columns).<br>

<figure><img src="/files/Ikvp8cFHGbOfWTbQPam9" alt=""><figcaption></figcaption></figure>

There are two options for navigating to the next screen after the basket was selected:

1. Click ‘Continue with selected basket’ to navigate to the Selected Offers screen and continue the order with the offer from the basket;
2. Click 'Select new offer' to proceed to the Offers Catalog, and select a different offer. In this case, the catalog is preloaded with the purchase country of the selected basket.

If the agent chooses to proceed with the basket, and successfully submits an order, the basket is marked as Completed and removed from the table.

### Related articles:

[Enable Abandoned Baskets Functionality](/integrations/using-limio-for-salesforce/acquisition-flow/abandoned-baskets/enable-abandoned-baskets.md)


---

# 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.limio.com/integrations/using-limio-for-salesforce/acquisition-flow/abandoned-baskets.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.
