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

# 퍼널 분석 사용 예시

전환 단계별 이탈 지점을 분석하는 예시입니다.

사용자 퍼널 분석으로 아래 질문에 답할 수 있습니다.

### 제품 유입 관련

* **7일 이내에 가입 유입경로를 통해 전환한 사용자의 비율은?**
* **대규모 업데이트 이후 가입 전환율은 어떻게 달라졌을까?**

### 제품 사용성 관련

* **대부분의 사용자는 가입 유입경로 중 어느 단계에서 이탈할까?**
* **사용자는 서비스에 접속한 뒤 구매까지 얼마나 전환할까?**
* **사용자는 결제까지 어떤 경로로 전환할까?**
* **매출을 높이기 위해 먼저 개선할 부분은 어디일까?**

### 결제·매출 관련

* **일본이나 미국 등 특정 지역의 결제 퍼널 전환율은 어떻게 변했을까?**
* **결제 퍼널 전환율이 가장 높은 경로는 어디일까?**
* **구매 과정에서 사용자가 가장 많이 이탈한 지점은 어디일까?**


---

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