# My Wishlist

![My wishlist page on desktop](/files/-MLIjD0jzkz0rTlPO4oO)

The My Wishlist page gives the customer the ability to manage saved products and add them to the cart directly from the wishlist. Below find the description of all the actions related to the customer wishlist:&#x20;

| ACTION                               | **STATUS**    | DESCRIPTION                                                                                                                                                                                                                                                                                                             |
| ------------------------------------ | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Add to Wishlist                      | **SUPPORTED** | The customer is able to add the product to the wishlist by tapping on the heart icon. The ScandiPWA theme will ask the customer to log in to the account first.                                                                                                                                                         |
| Edit Your Wishlist                   | **SUPPORTED** | <p>The customer is able to update his products in the wishlist by adding a comment, changing quantity, or removing them from the wishlist.</p><p>It is possible to remove all products from the wishlist by tapping the <em>Clear</em> button in the upper-right corner or delete each product separately on the X.</p> |
| Add to Cart                          | **SUPPORTED** | <p>My Wishlist gives an opportunity to add all products in the wishlist to the shopping cart by tapping the <strong>Add All To Cart</strong> button on the upper-right corner or to add each product separately. </p><p>After the product is added to the cart, it gets removed from the wishlist.</p>                  |
| Redirect to Product Description Page | **SUPPORTED** | It is possible to open the product description page directly from My Wishlist by clicking on the product image. In case of a configurable product being added to the wishlist, by clicking on it, the user gets redirected to the product description page of that exact configurable product option.                   |
| Sharing a Wish List                  | **SUPPORTED** | Sharing a Wish List option is supported by ScandiPWA out of the box. Specify an email and the link to it will be sent to the specified recipient.                                                                                                                                                                       |


---

# 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.4/customers/account-dashboard/my-wishlist.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.
