# 테스트 그룹 분배

A/B 테스트에서 사용자가 어떤 테스트 그룹에 속하게 되는지는 일련의 분배 과정을 통해 결정됩니다.\
테스트 그룹 분배에 대한 지식을 알아두면 더 좋은 A/B 테스트를 설계하고 분석하는데 도움이 됩니다.\
아래 문서를 통해 테스트 그룹 분배에 대해 더 자세한 지식을 얻을 수 있습니다.

![2682](/files/bBmk3HDR6vqOwUv02aHM)


---

# 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/group-distribution.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.
