# Analytics module

The SENAR web Analytics dashboard provides clear insight into identifying profiles and patterns within a group of users. This is particularly helpful when assessing a workforce and making sure the training programs in place are efficient enough to achieve the required levels of performance.

To access our analytics module, head to [SENAR Studio](https://studio.senar.io/Analytics) and sign in with the same credentials you've used in the SENAR app.

## Dashboard Features

* Use the filters at the top of the dashboard to display the data you are interested in.
* Roll over a data set to get more details about it. For example, rolling over a step number on the x-axis will display the name of that step.

<figure><img src="/files/5lk9fooVZAE0jAViLVhr" alt=""><figcaption></figcaption></figure>

* To switch between chart and table view, click the icon at the top right corner of a container.

<div align="center"><figure><img src="/files/CN6yY20fVnol3ZlR1ZpJ" alt=""><figcaption></figcaption></figure></div>

* In chart view, you can temporarily exclude a data set simply by clicking on its label in the legend (it will then be crossed out).

<figure><img src="/files/2jBdBnT5qsLZndyqBZxo" alt="" width="563"><figcaption></figcaption></figure>

* In table view, you can sort data by clicking the column labels.

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

* The **Try** filter shows student progress as they practice. Three tries are displayed: the 1st one, the 2nd one and the last one. If students have run a scenario only once, their first and last tries are the same.&#x20;
* Data export:&#x20;
  * To export table data, click the blue link next to the switch button.&#x20;
  * To export all of the data from a scenario data, click the CSV Export button at the bottom right corner of the dashboard.

To learn more about the analytics export, please consult [this article](/senar-analytics/understanding-the-analytics-export.md).

## About the calendar

* After selecting an instructor and a simulator, the most recently recorded data for this set is automatically displayed. If the dashboard looks empty at first glance, check the Dropout report at the very bottom of the page.
* You can only select a range from 1 to 7 days.
* The disabled dates (in light gray) have no recorded data.

<figure><img src="/files/d1u6a07ZbpODzbPAan6e" alt="" width="563"><figcaption></figcaption></figure>

## About the Dropout report

When students do not complete a scenario (ie. they miss the **End of Mission** popup or the **Accident** popup), it is considered a dropout. This graph shows the step at which users have dropped out.

<figure><img src="/files/3z4PybbGKJzQxho3e5Uv" alt="Dropout report" width="563"><figcaption></figcaption></figure>

This report is the only one that is not impacted by the **Try** filter.


---

# 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://support.senar.io/senar-analytics/analytics-module.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.
