# Frontend Add to Wishlist

Once you configure the extension and apply the default configuration settings, the customers can add products to multiple wishlists.

Firstly, the customer needs to add items to the cart. Then, from the minicart, select **View and Edit Cart**.

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

The customer gets redirected to the Shopping Cart page. Click on the **Add to Wishlist** button.

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

If the customer is not logged in to the store, it will ask the customer to login in order to save multiple wishlists.

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

If the customer is already logged in to the store, it will ask customers whether to create a new wishlist or use the existing wishlist.

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

Selecting the **New** option will ask you to enter the Name of the Wishlist and then press the Save button.

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

Selecting the **Existing** option will provide a dropdown of existing Wishlists. Select the desired wishlist and click on Add to Wishlist button.

<figure><img src="/files/344zl4sj6jOuK2vDNK1p" alt=""><figcaption></figcaption></figure>

All the items get added to the wishlist as per your selection.


---

# 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.magecomp.com/magento-2-multiple-wishlists-extension/frontend-add-to-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.
