# Restore Cart Link

Nosto supports tagging a restore-cart link. The restore-cart allows you to append a link your all abandoned-cart emails to allow the customer to restore his shopping cart with a single click.

![2.2.0](https://img.shields.io/badge/nosto-2.2.0-green.svg)

The restore-cart link works across devices but does not authenticate the user for security reasons. The restored session will be handled as a "Guest" user.

## Enabling / Disabling the Restore-Cart Link

The restore-cart link feature cannot be toggled on or off. The feature always attaches a restore cart-link to logged-in customers who have items in their shopping cart.

## Verifying

If you have items in your shopping cart and you are logged in, you should be able to see the new restore-cart link collected by Nosto.

![Restore Cart Link](https://user-images.githubusercontent.com/327432/32274914-e7843176-bf11-11e7-9505-bdae50a5aeb4.png)


---

# 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.nosto.com/magento-2/features/restore-cart-link.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.
