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

# 자주 묻는 질문

### 핵클을 이용하는 기업에는 어떤 곳들이 있나요?

올리브영, 현대카드, 카카오페이증권, 라이나생명, 신한라이프 등 다양한 기업이 핵클을 이용하고 있습니다.

***

### 여러 제품을 하나의 계정에서 관리할 수 있나요?

하나의 이메일 계정으로 여러 워크스페이스를 이용할 수 있습니다.

***

### 서로 다른 도메인을 하나의 워크스페이스에서 관리할 수 있나요?

가능합니다. 사용자 흐름이 연결되면 통합을 검토하세요. 제품과 고객층이 다르면 분리를 권장합니다.

***

### 노코드 툴로 제작된 서비스도 핵클을 이용할 수 있나요?

가능합니다. HTML 또는 스크립트 편집 기능이 있으면 데이터 수집 스크립트를 삽입할 수 있습니다.

***

### ATT 동의 없이도 데이터를 수집할 수 있나요?

네. 핵클은 퍼스트파티 데이터 기반이므로 ATT 동의 여부와 관계없이 데이터를 수집할 수 있습니다.

***

### 과금 사용량과 트래픽은 어떻게 측정되나요?

분배 이벤트와 행동 이벤트로 측정합니다. 준비 중이거나 종료된 실험은 비용에서 제외됩니다.

***

<table data-view="cards"><thead><tr><th>서비스</th><th data-card-target data-type="content-ref">FAQ</th></tr></thead><tbody><tr><td><strong>A/B 테스트</strong><br>실험 설계, 운영, 결과 해석</td><td><a href="/spaces/LHRZjjknm5KdNgPtDsbl/pages/1YTcwYg4abcryLgWEwcZ">/spaces/LHRZjjknm5KdNgPtDsbl/pages/1YTcwYg4abcryLgWEwcZ</a></td></tr><tr><td><strong>데이터 분석</strong><br>퍼널, 리텐션, 이벤트 집계</td><td><a href="/spaces/LHRZjjknm5KdNgPtDsbl/pages/mTSWJpDeDX2WSreuiWCj">/spaces/LHRZjjknm5KdNgPtDsbl/pages/mTSWJpDeDX2WSreuiWCj</a></td></tr><tr><td><strong>CRM 캠페인</strong><br>인앱 메시지, 푸시, 카카오 메시지</td><td><a href="/spaces/LHRZjjknm5KdNgPtDsbl/pages/wOogErJtpNej0NWK9ken">/spaces/LHRZjjknm5KdNgPtDsbl/pages/wOogErJtpNej0NWK9ken</a></td></tr><tr><td><strong>커넥티드 콘텐츠</strong><br>외부 API 기반 메시지 개인화</td><td><a href="/spaces/LHRZjjknm5KdNgPtDsbl/pages/8C6YCUoz2YOAZAsdaJVe">/spaces/LHRZjjknm5KdNgPtDsbl/pages/8C6YCUoz2YOAZAsdaJVe</a></td></tr><tr><td><strong>MCP</strong><br>MCP와 AI 기능 연동</td><td><a href="/spaces/LHRZjjknm5KdNgPtDsbl/pages/Bz7zIFbuqKDAPGEG5Rls">/spaces/LHRZjjknm5KdNgPtDsbl/pages/Bz7zIFbuqKDAPGEG5Rls</a></td></tr><tr><td><strong>개발자 문서</strong><br>SDK 연동과 개발 환경 문제 해결</td><td><a href="/spaces/LHRZjjknm5KdNgPtDsbl/pages/4NR4ZFJznWu1EvrGE4Fm">/spaces/LHRZjjknm5KdNgPtDsbl/pages/4NR4ZFJznWu1EvrGE4Fm</a></td></tr><tr><td><strong>카페24 연동</strong><br>카페24 서비스 연동과 활용</td><td><a href="/spaces/LHRZjjknm5KdNgPtDsbl/pages/J3KQNryCBeipzXZtaiFL">/spaces/LHRZjjknm5KdNgPtDsbl/pages/J3KQNryCBeipzXZtaiFL</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/getting-started/compare-and-faq.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.
