> 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/remote-configs/ab-test-example.md).

# 원격 구성 활용 예시

{% hint style="info" %}
원격 구성과 A/B 테스트를 함께 사용하면 빠르게 실험하고 운영할 수 있습니다.
{% endhint %}

원격 구성으로 배포 없이 노출 여부와 콘텐츠를 관리할 수 있습니다.

A/B 테스트는 타겟별 변경안을 비교해 가설을 검증합니다. 원격 구성과 함께 사용하면 개발 리소스 없이도 실험안을 적용할 수 있습니다.

운영 시간과 비용을 줄이면서 데이터 기반으로 서비스를 최적화할 수 있습니다.

![](https://2738466581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLHRZjjknm5KdNgPtDsbl%2Fuploads%2Fgit-blob-3a59dbd657bd69ef9e7b2a3a9cf42bd60bed54eb%2Fb870978-Frame_1798576_b254144cba345b3e.png?alt=media)

## 사례 선택

원격 구성과 A/B 테스트를 함께 활용할 수 있는 사례입니다.

<table data-view="cards"><thead><tr><th>영역</th><th data-hidden data-card-target data-type="content-ref">바로가기</th></tr></thead><tbody><tr><td><i class="fa-house">:house:</i><br><strong>홈 화면 최적화</strong><br>팝업, 배너, 레이아웃의 반응을 개선합니다.</td><td><a href="/remote-configs/ab-test-example/how-to-optimize-home.md">홈 화면 최적화</a></td></tr><tr><td><i class="fa-user-plus">:user-plus:</i><br><strong>유입·가입 최적화</strong><br>가입 흐름과 혜택 메시지를 최적화합니다.</td><td><a href="/remote-configs/ab-test-example/how-to-optimize-join.md">유입·가입 최적화</a></td></tr><tr><td><i class="fa-cart-shopping">:cart-shopping:</i><br><strong>전환 최적화</strong><br>구매, 결제, 구독 직전의 이탈을 줄입니다.</td><td><a href="/remote-configs/ab-test-example/how-to-optimize-switch.md">전환 최적화</a></td></tr><tr><td><i class="fa-window-maximize">:window-maximize:</i><br><strong>팝업창 구성요소 최적화</strong><br>팝업의 구성요소를 실험하는 방법을 확인합니다.</td><td><a href="/remote-configs/ab-test-example/how-to-optimize-popup.md">AB 테스트로 팝업 최적화</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/remote-configs/ab-test-example.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.
