> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/en/data.md).

# Data Analytics

- [Data Analytics Introduction](https://docs.hackle.io/en/data/data-analytics.md): Learn how to analyze customer behavior and business metrics in real time.
- [Chart Types](https://docs.hackle.io/en/data/chart-types.md)
- [Insight Analysis](https://docs.hackle.io/en/data/chart-types/data-insight-analysis.md)
- [Retention Analysis](https://docs.hackle.io/en/data/chart-types/retention-analysis.md)
- [Funnel Analysis](https://docs.hackle.io/en/data/chart-types/funnel-analysis.md)
- [Funnel Analysis Type](https://docs.hackle.io/en/data/chart-types/funnel-analysis/funnel-analysis-type.md)
- [Funnel Settings](https://docs.hackle.io/en/data/chart-types/funnel-analysis/funnel-settings.md)
- [User Path Analysis](https://docs.hackle.io/en/data/chart-types/user-path-analysis.md)
- [Data Analytics Tips](https://docs.hackle.io/en/data/analysis-tips.md)
- [Using Insight Analysis](https://docs.hackle.io/en/data/analysis-tips/step-by-step-insight-analysis.md)
- [Using Retention Analysis](https://docs.hackle.io/en/data/analysis-tips/step-by-step-retention-analysis.md)
- [Using Funnel Analysis](https://docs.hackle.io/en/data/analysis-tips/step-by-step-funnel-analysis.md)
- [Using User Path Analysis](https://docs.hackle.io/en/data/analysis-tips/step-by-step-user-path-analysis.md)
- [Data Report](https://docs.hackle.io/en/data/data-report.md)
- [Insight Report](https://docs.hackle.io/en/data/data-report/insight-report.md)
- [Data Report Template](https://docs.hackle.io/en/data/data-report/crm-report-template.md)
- [Using Data Reports](https://docs.hackle.io/en/data/data-report/data-report-details.md)
- [Operator](https://docs.hackle.io/en/data/analytics-operator.md)
- [Data Analytics FAQ](https://docs.hackle.io/en/data/faq.md): Frequently asked questions about funnels, retention, and event aggregation.
- [Data Analytics Examples](https://docs.hackle.io/en/data/example.md): See representative use cases for each analysis type.
- [Insight Analysis Example](https://docs.hackle.io/en/data/example/insight-example.md): Examples of analyzing metric trends and user behavior.
- [Retention Analysis Example](https://docs.hackle.io/en/data/example/retention-example.md): Examples of analyzing user return visits and retention rates.
- [Funnel Analysis Example](https://docs.hackle.io/en/data/example/funnel-example.md): Examples of analyzing drop-off points at each conversion step.
- [User Path Analysis Example](https://docs.hackle.io/en/data/example/user-path-example.md): Examples of analyzing the main paths users take.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hackle.io/en/data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
