# General analytics

Get general analytics about your guideflow published such as the number of views, completion rate, unique users, average completion rate, number of leads, average time spent, etc. General analytics will help you to gain insight into user engagement.

(e.g. analyze if your users are finishing your guideflow)&#x20;

{% hint style="info" %}
All the data in "General Analytics" are anonymous.&#x20;
{% endhint %}

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

* Click on the "Analytics" tab at the top of your editor.
* 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.
* Analyze various statistics related to the performance of the guideflow:
  * **Total views**: Number of times your guideflow has been viewed.&#x20;
  * **Unique users**: Number of people who have seen your guideflow.&#x20;
  * **Completion rate**: Average percentage of completion of your guideflow by viewers.&#x20;
  * **Leads**: Number of leads generated by your guideflow's form.&#x20;
  * **Guideflow views graph**: Evolution of the number of times your guideflow has been viewed (day/hour).&#x20;
  * **Location map**: Location of people who have viewed your guideflow.&#x20;
  * **Browser table**: Browsers used by people who viewed your guideflow.&#x20;
  * **Device chart**: Devices used by people who viewed your guideflow.&#x20;
  * **OS chart**: Operating Systems used by people who viewed your guideflow.&#x20;
  * **Steps graph**: Number of times the different steps in your guideflow were viewed.&#x20;
  * **Average time spent graph**: Average time spent viewing the different steps in your guideflow.
* 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" %}
General analytics is a global overview of all the user engagement with this guideflow.
{% 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/general-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.
