> For the complete documentation index, see [llms.txt](https://magecomp.gitbook.io/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magecomp.gitbook.io/shopify/apps/wishy-wishlist-app.md).

# Wishy Wishlist App

Thank you for choosing **Wishy Wishlist App**!

Wishy Wishlist helps you create a better shopping experience by allowing customers to save products they love and return to them later. Instead of searching for products again, shoppers can simply add items to their wishlist and access them whenever they're ready to buy.

Whether your customers are browsing collections, viewing products, or saving items from their cart, Wishy Wishlist keeps their favorite products just one click away.

#### Why Use Wishy Wishlist?

Imagine a customer visits your store and likes a product but isn't ready to purchase today. Without a wishlist, they may leave and never find that product again. With Wishy Wishlist, they can save it and come back later, increasing the chances of a future purchase.

For merchants, the app also provides detailed insights into what customers are interested in, helping you identify popular products and customer buying behavior.

#### What You Can Do with Wishy Wishlist

✅ Add wishlist buttons on product and collection pages

✅ Display a floating wishlist icon throughout the store

✅ Create a dedicated wishlist page for customers

✅ Allow customers to move cart items to "Save for Later"

✅ Track wishlist activity with detailed analytics

✅ Customize icons, layouts, colors, and designs to match your brand


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://magecomp.gitbook.io/shopify/apps/wishy-wishlist-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
