# Wishlists

A wishlist on an online store is a feature that allows customers to create a personalised collection of items they are interested in or would like to purchase in the future. It serves as a virtual shopping list where users can save products they find appealing, without immediately adding them to the cart or making a purchase.\
\
The merchant can enable or disable wishlists and control how many wishlists a customer may have at one time.

### How to Enable and Update Wishlists

1. Select the Store you wish to update the Wishlist Settings for
2. Click on Manage Store Settings underneath Settings
3. Navigate to Catalogue
4. Select Wishlist
5. Enable and update how many wishlists you wish for a customer to have

{% embed url="<https://scribehow.com/embed/How_to_Enable_and_Update_Wishlists__40fLOa5FSfOIIgLeQMnPvw>" %}


---

# 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://support.storefront.co.za/features/stores/store-settings/catalogue/wishlists.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.
