> 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/data.md).

# 데이터 분석 (Data Analytics)

- [데이터 분석 소개](https://docs.hackle.io/data/data-analytics.md)
- [차트 유형](https://docs.hackle.io/data/chart-types.md)
- [인사이트 분석](https://docs.hackle.io/data/chart-types/data-insight-analysis.md)
- [리텐션 분석](https://docs.hackle.io/data/chart-types/retention-analysis.md)
- [퍼널 분석](https://docs.hackle.io/data/chart-types/funnel-analysis.md)
- [퍼널 분석 유형](https://docs.hackle.io/data/chart-types/funnel-analysis/funnel-analysis-type.md)
- [퍼널 설정](https://docs.hackle.io/data/chart-types/funnel-analysis/funnel-settings.md)
- [유저패스 분석](https://docs.hackle.io/data/chart-types/user-path-analysis.md)
- [데이터 분석 활용 팁](https://docs.hackle.io/data/analysis-tips.md)
- [인사이트 분석 활용](https://docs.hackle.io/data/analysis-tips/step-by-step-insight-analysis.md)
- [리텐션 분석 활용](https://docs.hackle.io/data/analysis-tips/step-by-step-retention-analysis.md)
- [퍼널 분석 활용](https://docs.hackle.io/data/analysis-tips/step-by-step-funnel-analysis.md)
- [유저 패스 분석 활용](https://docs.hackle.io/data/analysis-tips/step-by-step-user-path-analysis.md)
- [데이터 리포트](https://docs.hackle.io/data/data-report.md)
- [인사이트 리포트](https://docs.hackle.io/data/data-report/insight-report.md)
- [데이터 리포트 템플릿](https://docs.hackle.io/data/data-report/crm-report-template.md)
- [데이터 리포트 활용하기](https://docs.hackle.io/data/data-report/data-report-details.md)
- [연산자](https://docs.hackle.io/data/analytics-operator.md)
- [데이터 분석 FAQ](https://docs.hackle.io/data/faq.md): 퍼널, 리텐션, 이벤트 집계에 관한 자주 묻는 질문입니다.


---

# 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/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.
