> 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/ai/model-context-protocol/use-cases.md).

# 활용 사례

{% hint style="info" %}
결과 링크의 차트와 응답은 예시이며, 실제 응답은 워크스페이스 데이터와 시점에 따라 달라집니다.
{% endhint %}

{% hint style="success" %}
**간단히 물어본 뒤 후속 질문으로 깊이를 더해보세요.**

처음부터 모든 조건을 담은 긴 질문보다, 결과를 보고 *"왜 이 시점에 떨어졌나요?"*, *"이 코호트만 따로 보여줘"*, *"차트로 그려줘"* 같은 후속 질문을 던지는 방식이 더 깊이 있는 분석을 이끌어냅니다.
{% endhint %}

{% hint style="success" %}
**시각화가 필요하면 명시적으로 요청해주세요.**

*"차트로 그려줘"*, *"시각화해서 분석해줘"* 와 같이 요청하면 적절한 형태의 차트를 생성합니다.
{% endhint %}

핵클 MCP 로 어떤 분석이 가능한지 실제 사례로 확인하실 수 있습니다.\
각 사례에는 사용한 프롬프트와 Claude 가 생성한 결과 링크가 함께 있습니다.

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>일간 활성 사용자 수</strong><br><strong>시각화</strong></td><td>활성 사용자 추이를 차트로 확인하고,<br>변동 구간과 원인을 분석합니다.</td><td><a href="https://claude.ai/public/artifacts/cb661fe3-8816-4c83-9ad6-5d1547e68ac1">https://claude.ai/public/artifacts/cb661fe3-8816-4c83-9ad6-5d1547e68ac1</a></td></tr><tr><td align="center"><strong>주간 리텐션 시각화</strong></td><td>코호트별 리텐션을 비교해,<br>차이가 나타난 구간과 원인 가설을 살펴봅니다.</td><td><a href="https://claude.ai/public/artifacts/61051380-d824-4163-b3f9-c0eb2ff004c9">https://claude.ai/public/artifacts/61051380-d824-4163-b3f9-c0eb2ff004c9</a></td></tr><tr><td align="center"><strong>지난 3개월간</strong><br><strong>활성 사용자 변화</strong></td><td>특정 기간 사용자 변화를 요약하고,<br>추세를 파악합니다.</td><td><a href="https://claude.ai/share/e1e433c5-d88a-45ec-b2a9-d8e893f07b72">https://claude.ai/share/e1e433c5-d88a-45ec-b2a9-d8e893f07b72</a></td></tr><tr><td align="center"><strong>사용자 경로별</strong><br><strong>전환율 비교</strong></td><td>경로별 전환율을 비교하고,<br>전환에 유리한 경로의 특징을 찾습니다.</td><td><a href="https://claude.ai/share/b31b7296-1a44-4e06-b6c7-1e9a0eb2c132">https://claude.ai/share/b31b7296-1a44-4e06-b6c7-1e9a0eb2c132</a></td></tr><tr><td align="center"><strong>신규 기능이</strong><br><strong>스티키니스에 미친 영향</strong></td><td>신규 기능 전후 스티키니스를 비교해,<br>사용자 재방문에 미친 영향을 살펴봅니다.</td><td><a href="https://claude.ai/share/d0d78742-7807-4b92-9daf-79944d1f6ce2">https://claude.ai/share/d0d78742-7807-4b92-9daf-79944d1f6ce2</a></td></tr><tr><td align="center"><strong>신규 기능 출시 후</strong><br><strong>리텐션 변화</strong></td><td>출시 전후 리텐션을 비교해,<br>신규 기능이 잔존율에 미친 변화를 확인합니다.</td><td><a href="https://claude.ai/share/9b9aaf56-016b-4c59-8f85-7e30f45e50be">https://claude.ai/share/9b9aaf56-016b-4c59-8f85-7e30f45e50be</a></td></tr><tr><td align="center"><strong>푸시 메시지 참여율 분석</strong></td><td>푸시 캠페인의 참여율을 비교하고,<br>성과가 높은 메시지의 공통점을 찾습니다.</td><td><a href="https://claude.ai/share/302b1a85-b865-4252-b7c7-a63fca220218">https://claude.ai/share/302b1a85-b865-4252-b7c7-a63fca220218</a></td></tr><tr><td align="center"><strong>인앱 메시지 디자인 변경 효과</strong></td><td>디자인 변경 전후 클릭률을 비교해,<br>변경 효과를 확인합니다.</td><td><a href="https://claude.ai/share/22b502eb-32af-4e05-a2fd-e47690b5b0b6">https://claude.ai/share/22b502eb-32af-4e05-a2fd-e47690b5b0b6</a></td></tr></tbody></table>


---

# 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/ai/model-context-protocol/use-cases.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.
