# Session analytics

Get detailed analytics about your users' sessions such as time spent, completion rate, steps viewed, etc. to increase the guideflow's performance. Get to know how a specific lead interacts with your guideflow. Discover all your user sessions in one place and deep dive into a specific user session to better understand viewer behavior and engagement.&#x20;

(e.g. check if a specific lead opened your guideflow and if he completed it or not)

{% hint style="info" %}
Captured data from Forms will be displayed in session analytics.&#x20;
{% endhint %}

### Global "Sessions" analytics

Scroll down to get a quick overview of high-level session analytics such as completion rate for example.&#x20;

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/CV9zMXOEMHY>" %}

* Click on the "Analytics" tab at the top of your editor.
* Click on the "Sessions" tab.
* Analyse various statistics related to specific sessions:
  * **Activity**: Name of the user (if available) and its IP.&#x20;
  * **Last view**: Last time this user viewed your guideflow.&#x20;
  * **Time spent**: The time the user spent watching your guideflow.&#x20;
  * **Conversion**: Inform you if the user filled a lead generation form in your guideflow.&#x20;
  * **Completion rate**: Percentage of completion of your guideflow by the viewer.&#x20;

### Detailed "Sessions" analytics

Deep dive into detailed analytics to understand the behavior of a specific user.

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/CV9zMXOCMHY>" %}

* Click on the "Analytics" tab located in the header of your editor.
* Click on the "Sessions" tab.
* If you want the analytics for a specific period, click on "All", and change the time frame by selecting one of the following options: All, Today, This Week, This Month, This Year, or Custom.
* Click on  "Details" for a given session and get information about:&#x20;
  * **Session** City, browser, country, OS, device type, and source.
  * **User Attributes**: based on variables you created ([learn how to create variables](/help/variables/create-and-edit-variables.md)).
  * **Completion**: the average completion rate by guideflow step.&#x20;
* If you want to download a report of your analytics, click on the "Download button". We will send you an email with your report.

{% hint style="info" %}
Sessions analytics can be displayed on several pages if there are many.&#x20;
{% endhint %}


---

# 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.guideflow.com/help/analytics/session-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.
