# A/B 테스트 시작하기

{% hint style="info" %}
A/B 테스트의 상태는 A/B 테스트 상세 페이지에서 설정 가능합니다.
{% endhint %}

### A/B 테스트 시작하기

준비 상태인 A/B 테스트의 상세 페이지 우측 상단에 위치한 **`시작하기`** 버튼을 클릭하여 시작할 수 있습니다.\
이후 노출되는 팝업창에서 트래픽 할당 수준을 설정하고 **`시작하기`** 버튼을 다시 한번 클릭하면 트래픽 할당 수준에 따라 사용자들이 A/B 테스트에 노출됩니다.

![](/files/8NckB9Tl6VT8oDJ1LgWC)

### A/B 테스트 목표에 설정된 이벤트가 들어오지 않는 경우

A/B 테스트를 시작하려는 경우, 아래 2가지 항목을 확인하게 되며 충족하지 않는 항목이 발생하는 경우 아래와 같은 화면이 보여지게 됩니다.

2가지 항목이 모두 충족되어야 의도한대로 A/B 테스트를 진행할 수 있습니다.

* 해당 A/B 테스트 코드 연동 및 사용자 식별자 전송 여부
* 등록된 목표의 결과값을 계산하기 위한 이벤트의 전송 여부

문제를 해결하기 위한 방법은 [진행 상태 진단](/ab-test/status/health-check.md)를 확인해주세요.

![](/files/P7clWJTXPdedCcz3jzQi)


---

# 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/create-and-configure/start-ab-test.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.
