# E-Commerce User Data in Inbox

There are four users metrics available for agents to view in the Inbox.

{% tabs %}
{% tab title="Customer Information" %}
Here you can find the basic customer details about the user, demographic data, and their company. Some of the standard variables are shown in the picture but you can click on the edit icon (✏️) to add more custom fields.

![](https://content.gitbook.com/content/ZlunlE4rHhMzJq9M0MQx/blobs/7QWHu7echIvPbdKQdRtv/image.png)

###

{% endtab %}

{% tab title="Order History" %}
You can track your past orders, billing/shipping address, detailed invoices, and order details from the Order History Section. You can also search by order IDs and update, refund, or cancel an order.

![](https://content.gitbook.com/content/ZlunlE4rHhMzJq9M0MQx/blobs/sB6wW1T1VlTHzowAsyIk/image.png)
{% endtab %}

{% tab title="Customer Summary" %}
Here you can find a summary of the entire customer lifecycle.

<table data-header-hidden><thead><tr><th width="379.72093023255815">Metric</th><th>Description</th></tr></thead><tbody><tr><td>Metric</td><td>Description</td></tr><tr><td>Customer Lifetime Value</td><td>Average Order Value * Total Orders</td></tr><tr><td>Total Orders</td><td>The total number of orders placed on your platform.</td></tr><tr><td>Average Order Value</td><td>The average monetary value of orders.</td></tr><tr><td>Total Clicks</td><td></td></tr><tr><td>Order Frequency</td><td>The average interval between each order.</td></tr><tr><td>Total Tickets</td><td>The total number of tickets generated by the user.</td></tr></tbody></table>

![](https://content.gitbook.com/content/ZlunlE4rHhMzJq9M0MQx/blobs/M8xUsbsRoJmh6NjdB6UK/image.png)
{% endtab %}

{% tab title="Product Interaction" %}
The Product Interaction section in Inbox contains data on which products the customer has interacted with. We can categorize interactions on three tiers.

1. Low interaction: View the product on the website.
2. Medium Interaction: Add the product to the cart.
3. High Interaction: Buy the product.

![](https://content.gitbook.com/content/ZlunlE4rHhMzJq9M0MQx/blobs/4AR9MeQQPzO7YJSPv5Mg/image.png)

Products are linked to the website. So, you can click on them and see the full details of each product. Your agents can also use this data to upsell or cross-sell new products.
{% endtab %}
{% endtabs %}


---

# 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://docs.myalice.ai/myalice-guide-arabic/e-commerce-on-myalice/woocommerce-user-data-in-inbox.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.
