> For the complete documentation index, see [llms.txt](https://ably-1.gitbook.io/undefined/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ably-1.gitbook.io/undefined/quickstarter.md).

# 에이블리 광고 시작하기

- [0. 광고주 등록하기](https://ably-1.gitbook.io/undefined/quickstarter/admanager_register.md)
- [광고 담당자 정보 입력/변경하기](https://ably-1.gitbook.io/undefined/quickstarter/admanager_register/change.md)
- [광고 차단 프로그램 해제하기](https://ably-1.gitbook.io/undefined/quickstarter/admanager_register/adblock.md)
- [1. 무상 광고비 지원받기](https://ably-1.gitbook.io/undefined/quickstarter/rookie_main.md)
- [STEP1 참여하기](https://ably-1.gitbook.io/undefined/quickstarter/rookie_main/step1.md)
- [STEP2 참여하기](https://ably-1.gitbook.io/undefined/quickstarter/rookie_main/step2.md)
- [STEP3 참여하기](https://ably-1.gitbook.io/undefined/quickstarter/rookie_main/step3.md)
- [2. 캠페인 등록하기](https://ably-1.gitbook.io/undefined/quickstarter/campaign_register.md)
- [3. 비즈머니 & 비즈포인트](https://ably-1.gitbook.io/undefined/quickstarter/biz.md)
- [비즈머니 충전하기](https://ably-1.gitbook.io/undefined/quickstarter/biz/charge.md)
- [비즈머니 반환하기](https://ably-1.gitbook.io/undefined/quickstarter/biz/refund.md)


---

# 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://ably-1.gitbook.io/undefined/quickstarter.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.
