> Synerise Documentation — Use Cases (Part 3 of 3)
>
> This is part 3 of 3 of the "Use Cases" section. To reconstruct the full section, fetch all 3 parts in order (part 1, part 2, …) and concatenate them. Each article begins with a top-level "# " heading. The manifest listing all sections is at https://hub.synerise.com/llms-full.txt
# Call center dashboard
Creating a dashboard for call center is a great way for call center epmloyees to monitor day-to-day operations, customer buying history as well as their satisfaction based on various metrics and KPIs.
In this use case you will design a dashboard for call center personnel. It will be a reporting tool that shows call center-related analytics so you can monitor, optimize and improve contact with your customers. The goal of the visual presentation is to make analysis simpler by cutting down the time it takes to ingest information from hours to seconds.
<!-- Downloading the AI campaign --> {% recommendations2 campaignId=cg3HBgRC5P2h %} {% for p in recommended_products2 %} <li data-snr-ai-product-id="{{p.productRetailerPartNo}}"> <a class="snrs-AI--item-link" href="{{p.link}}" title="{{p.title}}"> <img src="{{ p.imageLink }}" class="products-slider__item-image snrAI-product-image snrAI-product-image-{{p.productRetailerPartNo}}" width="90" alt="{{p.title}}" id="snrAI-image-{{p.productRetailerPartNo}}"> <h3 class="snrs-AI-product--product-name"> <span class="snrs-AI-product--name-first">{{p.title}}</span> </h3> </a> </li> {% endfor %} {% endrecommendations2 %}









{ "time": "2023-02-15T15:24:49Z", "action": "nps.sent", "label": "", "client": { "id": 5092159999, "email": "e0097757-d1e2-44ac-ba3c-d97979a354c1@anonymous.invalid", "uuid": "e0097757-d1e2-44ac-ba3c-d97979a354c1" }, "params": { "eventCreateTime": "2023-02-15T15:25:08.861Z", "name": "John", "surname": "Doe", "location": "Warsaw", "age": "23", "feedback": "Great customer serviece and product selection." } }[
{
"insertId": "{{ currentStep.actionId }}",
"json": {
"name": "{{ automationPathSteps['nps survey'].event.params.name }}",
"surname": "{{ automationPathSteps['nps survey'].event.params.surname }}",
"location": "{{ automationPathSteps['nps survey'].event.params.location }}",
"feedback": "{{ automationPathSteps['nps survey'].event.params.feedback }}"
}
}
]
### Add the finishing node
---
1. Add the **End** node.
2. In the upper right corner, click **Save & Run**.



{% aggregate ae5d9077-d723-3649-8233-08fab406ec53 %}{{aggregate_result[0]}}{% endaggregate %}
{% aggregate 87eba5f7-40ab-3b24-98df-ae2ac6263474 %}{{aggregate_result[0]}}{% endaggregate %}
7. In the **Icon** field, define the image you want to display in the web push. In our case it will be an insert with [aggregate returing the product image, created in the previous step](#aggregate-returning-the-image-of-the-last-visited-product). Enter the following code:
{% aggregate 71293b39-ea01-310c-b887-3cb91b6645e3 %}{{aggregate_result[0]}}{% endaggregate %}
8. Optionally, you can define an image in the **Image** field.
## Prerequisites
---
- Implement [Synerise tracking code](/developers/web/installation-and-configuration) on your website.
- Implement [OG Tags](/developers/web/og-tags) on your website.
- [Prepare a product feed](/docs/ai-hub/recommendations-v2/item-feed-requirements) with attributes to be used in item comparison recommendations.
- [Configure an item catalog for recommendations](/docs/settings/configuration/ai-engine-configuration/engine-configuration-for-recommendations). Enable the item comparison recommendations.
- Meet the minimum data requirements of interactions and events.
At least 10,000 item page visits for **Item comparison recommendations**.
## Create a recommendation
---
1. Go to