# Analytics

The Analytics feature in Umbraco Engage provides an overview of all data collected from your Umbraco website. Depending on your configuration, you can view analytics data for who visits your website, how well your videos and forms are doing, and much more.

In this section, you can learn more about the different aspects of the Analytics feature and how to extend it.

## [What is measured by default?](/umbraco-engage/developers/analytics/what-is-measured-by-default.md)

Umbraco Engage tracks different kinds of data by default. Additionally, it can be configured to track even more to help you know where to improve your content.

## Analytics topics

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Bot detection</td><td><a href="/pages/v9L2XIuBKISbsnItM5oe">/pages/v9L2XIuBKISbsnItM5oe</a></td></tr><tr><td align="center">Capture Location Data</td><td><a href="/pages/RdjnaBKxRw65DD0YD3jB">/pages/RdjnaBKxRw65DD0YD3jB</a></td></tr><tr><td align="center">Extending Forms</td><td><a href="/pages/78tooDHZDjwsU13JxcpF">/pages/78tooDHZDjwsU13JxcpF</a></td></tr><tr><td align="center">Video Tracking</td><td><a href="/pages/vUt2fsXmP8j7c5KQ3Gze">/pages/vUt2fsXmP8j7c5KQ3Gze</a></td></tr><tr><td align="center">Scroll Heatmap</td><td><a href="/pages/a5CG1PL6xhovjaG9VNQe">/pages/a5CG1PL6xhovjaG9VNQe</a></td></tr></tbody></table>

## [Client-side Events](/umbraco-engage/developers/analytics/client-side-events-and-additional-javascript-files.md)

Umbraco Engage provides a set of scripts to bridge data collected from other analytics tools.

## [Extending Analytics](/umbraco-engage/developers/analytics/extending-analytics.md)

Umbraco Engage is built on Umbraco CMS giving you many options for extending different parts of the product.


---

# 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.umbraco.com/umbraco-engage/developers/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.
