> 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/getting-started/compare-and-faq/poc-guide.md).

# PoC 안내 가이드

PoC는 실제 서비스에서 핵클 솔루션의 사용성을 검증하기 위해 일정 기간 동안 제한적으로 제공되는 프로그램입니다.

내부 정책에 따라 다음과 같은 조건 하에 운영됩니다.

## PoC 정책

{% hint style="danger" %}
PoC는 법인당 1회만 제공됩니다.

비정상적인 이용 및 무분별한 사용으로 판단되는 경우, PoC 진행이 중단될 수 있습니다.
{% endhint %}

<table><thead><tr><th width="160.16796875">구분</th><th>설명</th></tr></thead><tbody><tr><td>PoC 기간</td><td>SDK 연동기간 포함 <strong>워크스페이스 제공시점부터 최대 3주간 진행 가능</strong>합니다.</td></tr><tr><td>제공 트래픽</td><td>테스트 트래픽 포함 <strong>최대 1,000만 건까지 무상으로 제공</strong>됩니다.</td></tr><tr><td>과금 정책</td><td>무상 제공량 초과분에 대해서는 당사 표준 정책에 따라 건당 0.3원이 발생합니다.<br>단, 해당 비용은 향후 본 계약 전환 시 계약 조건에 포함하여 협의 가능합니다.</td></tr><tr><td>제공 기능 / 진행 범위</td><td>Raw Data의 업로드 &#x26; 추출 등 일부 기능은 제공되지 않을 수 있습니다.<br>진행 범위에 대한 사전 협의가 필요합니다.</td></tr></tbody></table>

## PoC 범위

PoC 기간 동안에는 실제 데이터를 통한 가설 검증이 아닌, SDK 연동·이벤트 수집·실험 구현 등 기술적 동작의 정상 여부를 확인하는 데 초점을 둡니다.

본 계약 전환 전에 핵클 솔루션이 실제 서비스 환경에서 안정적으로 작동하는지 사전에 점검하실 수 있습니다.

{% hint style="warning" %}
네이티브 앱에서는 심사 및 업데이트 기간(1\~2주) 등 기술적 제약이 있어, 3주간의 PoC 일정 내 유의미한 검증이 가능한 웹(Web) 영역 실험 진행을 권고드립니다.

부득이하게 모바일 앱 Native 영역에서 진행하시는 경우, 일정 리스크 방지를 위해 Android 또는 iOS 중 1개 플랫폼을 선택하여 진행하시는 것을 권고드립니다.
{% endhint %}

## PoC 진행 (지원체계)

{% hint style="info" %}
PoC 기간 커뮤니케이션과 기술지원은 슬랙 채널을 통해 진행하고 있습니다.

워크스페이스 및 슬랙 채널 초대는 최초 담당자 메일로 발송하며, 추가 인원 초대는 고객사에서 자유롭게 진행할 수 있습니다.
{% endhint %}

* PoC 전용 워크스페이스 및 슬랙채널 개설
* 킥오프 미팅 주관
* 주요 지원 사항
  * 실험 및 분석 설계는 고객사에서 직접 수행하심을 원칙으로 하며, 핵클은 원활한 온보딩을 위한 가이드를 제공드립니다.
  * 핵클 지원 사항: SDK 연동 검수, 설정 가이드 제공, 주기적 사용 현황 모니터링 및 이슈 대응
* PoC 종료 후 결과 리뷰 및 후속 논의 미팅 주관

## PoC 마무리

{% hint style="success" %}
PoC 리뷰 미팅은 PoC 종료시점에 맞추어 진행됩니다.
{% endhint %}

* PoC 종료 후, 고객사와 결과를 리뷰하고 도입 여부 및 추가 협업 방향에 대해 논의하는 미팅을 진행합니다.
  * PoC 검증 포인트에 대한 의견 공유
  * PoC 기간동안 고객사의 이용현황을 핵클에서 리뷰한 내용 공유
  * 계약 검토를 위한 예상 트래픽 산정 지원 및 이용견적 제안
* PoC 리뷰 미팅은 PoC 종료일 기준으로 5영업일 이내에 진행합니다.
* PoC 기간이 종료되면 대시보드 이용이 제한됩니다.


---

# 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/getting-started/compare-and-faq/poc-guide.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.
