# Insights and Analytics

## Overview

After publishing your simulation, you can view your experience user's log data and through our [Insights portal](https://dashboard.siminsights.com). The Insights portal enables authors and researchers to view summarized data for each user session in a simulation.&#x20;

## Access

To access the Insights portal, navigate to [dashboard.siminsights.com](https://dashboard.siminsights.com) on the web browser.  In addition, the portal can also be accessed by clicking on "Analytics" in the HyperSkill desktop or web application. You will be required to log into your HyperSkill account if you have not already.&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/_fWlfYw5G9CJ_W-lde5cHG4TFKT4i0FmXRbiQDEY0p08bDx9RQGa1fg2JHPfLEjyVRUpZDjfBtc-ByzbbqZQX-cKUtvyn6_mJJgul0YsxIhvtkM-8kT8XuXxiQKyIZ0jLKcFttS0UC420gJWJTM-qPM" alt=""><figcaption></figcaption></figure>

## Interface

After login, you will see the following interface.&#x20;

<figure><img src="/files/bUUh9ka7AOSxtnLtaByy" alt=""><figcaption></figcaption></figure>

### Simulation List

On the left panel, you will be able to search for a specific private or shared simulation. Click on the simulation name to load the data for it.&#x20;

<figure><img src="/files/zeyFJX5OTnd1M1P2q3tl" alt="" width="239"><figcaption></figcaption></figure>

### Summary Cards

Summary cards at the top will indicate some summary fields for your simulation. These include number of times a simulation has been started and completed, average completion time, and completion rate.&#x20;

<figure><img src="/files/rtprDga4MotLBRY7LxyE" alt=""><figcaption></figcaption></figure>

### Histogram

The histogram view allows you to view number of simulation started and completed events over time. The time period can be adjusted using the dropdown in the top right corner (Daily, Weekly, Monthly) and the time period window can be adjust using the left and right arrows at the bottom of the chart.

<figure><img src="/files/KqM2Cd5ZGwfOOizbgBVl" alt=""><figcaption></figcaption></figure>

### User List

Here you can view the list of user session experiences in a table. Below are the fields:

* **User**: name of the user
* **Date**: date and time started
* **Device**: device used to access the simulation (Desktop, VR, Android, etc)

To view further details about a user, click on  the"View Details" button.

<figure><img src="/files/0BzBtyTR2k79Omjyabay" alt=""><figcaption><p>Note: The user list has been hidden. </p></figcaption></figure>

### User Summary

After clicking on "View Details" in the User List, you will see the User Summary view for one particular user session. The following fields will be displayed for the user:&#x20;

* **User's name**
* **Start date and time**
* **Duration**: Session duration
* **Device**: device used to access the simulation (Desktop, VR, Android, etc)
* **Total Actions**: number of displayed events performed by the user or logged during the simulation.&#x20;
* **Action stream**: a timestamped list of events and related attributes performed by the user or logged during the simulation.&#x20;

<figure><img src="/files/9COEBq77WF4Y4vLSRMsl" alt=""><figcaption></figcaption></figure>

### Export Button

To export all the user data for the simulation, click on the "Export CSV" button. Depending on the data size, this may take some time. After processing, click on the "Download..." link to being the download.

<figure><img src="/files/De6NqQ5yqoZP3tUDU0LL" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.siminsights.com/insights-and-analytics.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.
