> 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/ab-test/group-distribution/ab-variation-result.md).

# 테스트 그룹 분배 결과

대시보드에서 A/B 테스트를 생성하고, 서비스에서 SDK를 통해 실험 함수를 호출하면 테스트 그룹 할당이 됩니다.

{% hint style="success" %}
테스트 그룹은 테스트 대상이 되는 기존안(대조군)과 개선안(실험군)을 의미하며, 개선안은 1개 이상일 수 있습니다.

대시보드에서 설정 가능하며, 테스트 그룹을 관리하는 방법에 대해서는 [A/B 테스트 설정](/ab-test/management/ab-settings.md) 문서를 참고하시기 바랍니다.
{% endhint %}

### 분배 사유

<table><thead><tr><th width="264.046875">사유</th><th width="351.48046875">설명</th><th>분배 결과</th></tr></thead><tbody><tr><td>SDK_NOT_READY</td><td>SDK 사용 준비가 되지 않았습니다.혹은 잘못된 SDK 키로 초기화 시도</td><td>기본 그룹(A)</td></tr><tr><td>EXPERIMENT_NOT_FOUND</td><td>전달한 실험 키에 대한 A/B 테스트를 찾을 수 없습니다.<br>실험 키가 잘못되었거나 해당 실험이 보관 상태일 수 있습니다.</td><td>기본 그룹(A)</td></tr><tr><td>EXPERIMENT_DRAFT</td><td>A/B 테스트가 준비 상태입니다.</td><td>기본 그룹(A)</td></tr><tr><td>EXPERIMENT_PAUSED</td><td>A/B 테스트가 일시 정지 상태입니다.</td><td>기본 그룹(A)</td></tr><tr><td>EXPERIMENT_COMPLETED</td><td>A/B 테스트가 종료되었습니다.</td><td>종료 시 선택한 승리 그룹</td></tr><tr><td>OVERRIDDEN</td><td>사용자가 수동할당에 의해 특정 그룹으로 결정되었습니다.</td><td>수동할당한 그룹</td></tr><tr><td>NOT_IN_EXPERIMENT_TARGET</td><td>사용자가 A/B 테스트 타겟이 아닙니다.</td><td>기본 그룹(A)</td></tr><tr><td>TRAFFIC_NOT_ALLOCATED</td><td>A/B 테스트가 실행 중이지만 사용자가 테스트에 할당되지 않았습니다.</td><td>기본 그룹(A)</td></tr><tr><td>TRAFFIC_ALLOCATED</td><td>사용자가 A/B 테스트에 할당되었습니다.</td><td>할당된 그룹</td></tr><tr><td>VARIATION_DROPPED</td><td>원래 할당된 그룹이 테스트에서 제외되었습니다.</td><td>기본 그룹(A)</td></tr><tr><td>EXCEPTION</td><td>알 수 없는 오류가 발생했습니다.</td><td>기본 그룹(A)</td></tr><tr><td>IDENTIFIER_NOT_FOUND</td><td>분배 기준 식별자가 전송되지 않았습니다.</td><td>기본 그룹(A)</td></tr><tr><td>NOT_IN_MUTUAL_EXCLUSION_EXPERIMENT</td><td>실험이 상호 배타적 설정에 포함되어 있지만 해당 상호 배타적 그룹에 할당되지 않은 경우</td><td>기본 그룹 (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/ab-test/group-distribution/ab-variation-result.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.
