> For the complete documentation index, see [llms.txt](https://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/app-overview/dashboard.md).

# Dashboard

The Dashboard gives you a quick, clear overview of how customers are interacting with your wishlist. Think of it as a snapshot of what shoppers are interested in - before they actually purchase - so you can understand intent and opportunities at a glance.

#### **1. Performance Pulse (Analytics Bar)**

This section helps you understand the value sitting in your customers’ wishlists.

* **Total Wishlists & Customers**: See how many people are actively saving products
* **Total Value**: The total worth of all saved items - this shows your potential revenue from interested shoppers
* **Average AOV**: Understand whether wishlist users tend to add higher-value products compared to your usual orders

It’s a great way to identify how much opportunity you have for retargeting and conversions.

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

***

#### **2. Activation Hub (Get Started / Support)**

If you’re just getting started or need help, this section makes it easy to move forward quickly.

* **White-Glove Setup**: Book a quick 30-minute session and we’ll help you set everything up and optimized for your store
* **Live Chat & Help Docs**: Get instant support or explore step-by-step guides at your own pace

Whether you prefer hands-on help or self-service, you’re covered here.

<figure><img src="/files/4Mfdv2w5DzHqeUZsSJwt" alt=""><figcaption></figcaption></figure>

***

#### 3. System Health Check (App Status)

This section helps you confirm everything is working properly - without needing to check your storefront manually.

* **Wishlist Embed**: Confirms the wishlist script is injected to your theme
* **Wishlist Page & Button**: Shows whether the main wishlist features are active and visible to customers

If anything isn’t active, you’ll know exactly what needs attention so you can fix it quickly and avoid missing out on sales.

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


---

# 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://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/app-overview/dashboard.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.
