# A/B 테스트 주제가 고민된다면?

{% hint style="info" %}
핵클 사용자들이 실험 주제, 지표와 수치를 벤치마킹하고, 서비스에 맞는 실험을 진행할 수 있도록 다양한 정보를 공유하는 문서입니다.

아래 사이트들을 둘러보고, 효과적인 실험을 준비해보세요.
{% endhint %}

### 핵클 고객사 사례

핵클 A/B 테스트를 통해 프로덕트를 개선하고 있는 다양한 고객사의 사례를 확인해보세요.

* [A/B 테스트 초보자도 즉시 설계할 수 있는 실험 가이드](https://blog.hackle.io/post/ab-guide-for-newbies?utm_source=%08guide)
* [큰일 내는 사람들, 팀스파르타가 데이터로 고속성장 하는 방법](https://blog.hackle.io/post/teamsparta-interview?utm_source=guide) by 팀스파르타
* [게임사 맞춤형 A/B 테스트 시작하기](https://blog.hackle.io/post/abtest-for-gameindustry?utm_source=operation_guide) by 게임듀오
* [국내 1위 프리랜서 마켓 플랫폼 크몽이 스타트업만큼 빠르게 성장할 수 있는 비결!](https://blog.hackle.io/post/kmong-client-interview?utm_source=guide) by 크몽

### 무료 사이트

#### [AB Test Cases](https://www.abtestcases.com/cases-ecommerce/)

* 실제 진행되었던 **A/B 테스트 주제**와 **성공 지표와 수치**를 확인할 수 있습니다.
* **다양한 산업군** (커머스/광고/여행업/SaaS 등) 의 실험 주제(랜딩페이지, 회원가입, 가격 안내 등)를 확인하고, **해 볼 만한 주제를 생각해볼 수 있습니다.**

### 유료 사이트

#### [GoodUI](https://goodui.org/tests/)

* 퍼널 구간별 (Engagement, Retention), UI별 (Layout, Button) 실험 주제와 상세 내용, 수치까지 벤치마킹할 수 있어요.

#### [GuessTheTest](https://guessthetest.com/archived-tests/)

* 지표별 (AOV, Conversion Rate), UI 별 (Button, CTA등) 실험을 찾아보고, 실제로 우리 서비스에 성장에 도움되는 정보를 찾을 수 있어요.

A/B 테스트 시작전 원페이저 문서 작성을 통해 더 꼼꼼하게 기획하고 준비해보세요


---

# Agent Instructions: 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:

```
GET https://docs.hackle.io/ab-test/about/ab-test-topic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
