# Wishlist

A wish list allows shoppers to create personalized collections of products they want to buy and send them to their mail for future reference.

![](/files/7Jm14BWl5CKC0vMXFo9F)

{% hint style="info" %}
Customers don't need to log in to the site to create the wish list. The store owner can't know the wish list of customers unless customers send an email to the store owner.

The wish list is saved until customers clear cache or reinstall the browser.
{% endhint %}


---

# 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://halosoft.gitbook.io/halo-docs/theme-settings/general/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.
