> For the complete documentation index, see [llms.txt](https://docs.intelligems.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intelligems.io/analytics/experiment-analytics/metric-definitions/product-groups.md).

# Products

By default, other tabs in the analytics dashboard will display for all products. For certain tests, it may be beneficial to look at the results for individual products or specific product groups. The Products tab provides product-level and product group-level performance data for your test to give you this granularity.

## **Without product groups**

If no [product groups have been uploaded](/analytics/how-to-add-product-groups-to-intelligems-analytics.md), the Products tab will just display a Product-level Detail table. This table includes metrics for every product sold during the test, broken down by test group:

1. Total Orders
2. Total Upsell Orders *(only included for Checkout Upsell tests)*
3. Orders per Visitor
4. % of Orders
5. Unit Quantity
6. Unit Quantity from Upsell *(only included for Checkout Upsell tests)*
7. Units per Visitor
8. Add to Cart Rate
9. Net Product Revenue
10. Net Product Revenue/Visitor
11. Net Product Revenue from Upsell *(only included for Checkout Upsell tests)*
12. Gross Product Profit
13. Gross Profit/Visitor

Toggle between Product Level and Variant Level views using the controls in the top right corner of the table.

## **With product groups**

For certain tests, it may be useful to define product groups to slice your test results that way. The Products tab enables this once product groups are added - you can learn more on how to do this [here](/analytics/how-to-add-product-groups-to-intelligems-analytics.md). Product groups can be added before, during, or after a test.

Once uploaded, the Products tab includes three sections:

**Product group mix** Displays top product groups by revenue or units sold. Use the toggle in the top right of the chart to switch between views. Remaining product groups are combined into an "All others" group.

**Product group detail** Key revenue and profit metrics for each product group.

**Product-level detail** The same per-product breakdown described above, available alongside product group data.


---

# 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://docs.intelligems.io/analytics/experiment-analytics/metric-definitions/product-groups.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.
