# Wish Lists

{% hint style="info" %}
**PRO TIP 🚀**

Use the test cases below to test your ScandiPWA App!
{% endhint %}

In ScandiPWA, a wish list is a list of products that can be saved for later to transfer the products to the shopping cart.

To use a Wish List, the customer must be registered. Once the customer logs in, it immediately becomes possible to add products to the wish list. This can be achieved through the product description page where the **Add to Wishlist** button is located. If a configurable product is added to the Wishlist, ScandiPWA will add the exact configurable option the customer has chosen.&#x20;

**To see what options the ScandiPWA Wishlist offers, please visit** [My Wishlist](https://manual.scandipwa.com/v5.3.1/customers/account-dashboard/my-wishlist) section.

**To see what configurations are supported by ScandiPWA, please visit** [Configuring the Wish List](https://manual.scandipwa.com/v5.3.1/marketing/wish-lists/configuring-the-wish-list) section.

{% hint style="success" %}
**TEST YOUR SCANDIPWA APP**

To verify the support for this section, use the following **test cases:**
{% endhint %}

{% file src="<https://2400216880-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-Ma9aBOHVkUDArE5n5Yw%2F-Ma9eT7LKZXPGa76d_eC%2FWish%20List%20-%20Test%20Cases.pdf?alt=media&token=172caf3b-d639-4c4f-b8a7-98f4e2f56145>" %}
Wish List - Test Cases
{% endfile %}


---

# 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://manual.scandipwa.com/v5.3.1/marketing/wish-lists.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.
