> For the complete documentation index, see [llms.txt](https://kbase.whitelabel-loyalty.com/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kbase.whitelabel-loyalty.com/product/loyalty-engine/loyalty-console/analytics.md).

# Analytics

The Loyalty Console includes a set of built-in analytics dashboards powered by data from the Loyalty Engine. These dashboards are designed to be program-agnostic and provide valuable insights across a variety of loyalty use cases.

You can also use the Loyalty Engine API to extract data into your own analytics or BI tools if needed.

If you require bespoke dashboards tailored to your program’s specific goals, speak to your account manager for more information on our **bespoke analytics packages**.

{% hint style="info" %}
**Analytics are only available in production/live mode.**
{% endhint %}

{% hint style="warning" %}
Data relating to users with [restricted processing](/product/loyalty-engine/users/user-data-attributes-and-flags.md#restricted-processing) enabled will **not** be included in analytics dashboards.
{% endhint %}

#### Included dashboards in the Loyalty Console

You can find analytics in the following areas:

* **General overview:** The Loyalty Console Dashboard provides a general overview of program stats as well as points liability insights.
* **Users:** You can find analytics relating to users under Users > Reporting, or user-specific analytics by opening a specific user profile and choosing the Reporting tab.
* **Rewards:** You can find analytics relating to rewards under Rewards > Reporting, or reward-specific analytics by opening a specific reward and choosing the Reporting tab.
* **Venues:** You can find analytics relating to venues under Venues > Reporting.
* **Consents:** You can find analytics relating to consents under Users > Consents.
* **Badges:** You can find analytics relating to badges under Badges > Reporting.

The following dashboards are available if you are subscribed to the corresponding module:

* **Referrals:** You can find analytics relating to referrals under Referrals > Reporting.
* **Receipts:** You can find analytics relating to receipts under Receipts > Reporting.
* **Products:** You can find analytics relating to products under Products > Reporting.
* **Visitors:** You can find analytics relating to visitors under Visitors > Reporting.


---

# 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://kbase.whitelabel-loyalty.com/product/loyalty-engine/loyalty-console/analytics.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.
