> For the complete documentation index, see [llms.txt](https://support.growlytics.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.growlytics.in/campaigns/campaigns-overview/whatsapp/whatsapp-cart-summary.md).

# WhatsApp Cart Summary

Add a variable to WhatsApp messages for Abandoned Cart automations. This allows you to include a comprehensive Cart Summary in your communication with customers. This improvement is significant compared to the previous version, which only allowed you to share information about a single product in the customer's abandoned cart.

With the Cart Summary feature, you can now provide customers with a complete overview of all the products they have added to their cart. This includes details such as product names, quantities, prices, and any applicable discounts. By offering this detailed summary, you can enhance the customer experience and increase the chances of them completing their purchase.&#x20;

Utilize this feature effectively in two simple steps:

1. Add a WhatsApp block to your automation.&#x20;
2. Edit the block and set up a variable within your automation system that can store the cart information. This variable will serve as a container for all the products in the customer's cart.

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

You can now leverage the Cart Summary feature in your Abandoned Cart automations to provide customers with a comprehensive overview of the products in their cart. This upgrade enhances the effectiveness of your communication strategy and improves the likelihood of customer conversions.


---

# 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://support.growlytics.in/campaigns/campaigns-overview/whatsapp/whatsapp-cart-summary.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.
