> 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/how-to-optimize-join.md).

# 유입·가입 최적화

원격 구성과 A/B 테스트로 가입 전환을 높이는 사례입니다.

가입은 유입 사용자가 서비스에 관심을 보이는 첫 단계입니다. 가입 흐름과 혜택을 최적화해 더 나은 경험을 제공하세요.

### 실험 아이디어

* **회원가입 절차:** 단계 수와 입력 항목을 비교합니다.
* **가입 유도 버튼:** 전환율을 높이는 버튼 문구를 찾습니다.
* **가입 혜택:** 쿠폰, 적립, 무료배송 혜택의 효과를 비교합니다.

![회원가입 유도 화면](https://2738466581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLHRZjjknm5KdNgPtDsbl%2Fuploads%2Fgit-blob-31b5e698452527948d6d5b7f200c949ab4a91c3d%2F9a7d47b-image_a9a62608cb5ce496.png?alt=media)

![회원가입 시 정보 입력 단계](https://2738466581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLHRZjjknm5KdNgPtDsbl%2Fuploads%2Fgit-blob-a26882708894a24fc9d78d5b901ef1f1aa71e005%2F9114b34-image_f1820d16a56d321c.png?alt=media)


---

# 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/how-to-optimize-join.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.
