# Customers

### What is Customers? <a href="#what-is-customers" id="what-is-customers"></a>

Customers feature in Joy Wishlist allows you to track, analyze, and manage customers who interact with your wishlist functionality. This powerful tool gives you insights into customer behavior, wishlist activities, and purchasing patterns, helping you make data-driven decisions for your store.

### Why use customer management? <a href="#why-use-customer-management" id="why-use-customer-management"></a>

Customer Management helps you:

* **Track customer engagement** with your wishlist feature
* **Identify potential sales opportunities** by seeing which products customers are interested in
* **Understand shopping behavior** between logged-in customers and guests
* **Measure the effectiveness** of your wishlist in driving sales

### Understanding the customer table <a href="#understanding-the-customer-table" id="understanding-the-customer-table"></a>

<figure><img src="https://avadagroup.gitbook.io/joy-wishlist/~gitbook/image?url=https%3A%2F%2F3674262665-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F4avV7pCFFNpyfYTGELr9%252Fuploads%252FdincJ6ORaGQ57JD3wUJi%252FCustomer%2520Table.png%3Falt%3Dmedia%26token%3D37484561-6196-401d-8062-fdcaeb6a04de&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=4b938316&#x26;sv=2" alt=""><figcaption></figcaption></figure>

#### Customers data table <a href="#customers-data-table" id="customers-data-table"></a>

|                      |                                                   |
| -------------------- | ------------------------------------------------- |
| Name                 | Customer's name                                   |
| Email                | Customer's email address                          |
| Wishlist items added | Number of items in the customer's wishlist        |
| Total items paid     | Number of orders made from wishlist items         |
| Revenue              | Total revenue generated from wishlist conversions |
| Actions              | Options to manage each customer                   |

#### Filtering and Sorting customers <a href="#filtering-and-sorting-customers" id="filtering-and-sorting-customers"></a>

<figure><img src="https://avadagroup.gitbook.io/joy-wishlist/~gitbook/image?url=https%3A%2F%2F3674262665-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F4avV7pCFFNpyfYTGELr9%252Fuploads%252FBRNsW3ptmxLQE4TaC7KD%252FTabs.png%3Falt%3Dmedia%26token%3D35b2ae27-e88a-44a9-a585-74bf11a77ddd&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=25875ceb&#x26;sv=2" alt=""><figcaption></figcaption></figure>

**Using Filters**

Click the **Filter button** to access additional filtering options:

* Select "**Has orders**" to view customers who have purchased from their wishlist
* Select "**No orders**" to find customers who haven't yet converted

**Searching for Specific Customers**

Use the **Search bar** to find specific customers by:

* Name
* Email address

**Sorting the Customer list**

Click the **Sort button** to order your customer list by:

* Wishlist tems added (Ascending or Descending)
* Total items paid (Ascending or Descending)
* Revenue (Ascending or Descending)


---

# 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://help.joy.so/joy-wishlist/getting-started/customers.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.
