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

# 리워드 광고 만들기

- [리워드 광고 알아보기](https://toss-ads.gitbook.io/guide/reward/reward-ads.md)
- [머니알림](https://toss-ads.gitbook.io/guide/reward/money-notifications.md)
- [일반형](https://toss-ads.gitbook.io/guide/reward/money-notifications/basic.md)
- [라이브형](https://toss-ads.gitbook.io/guide/reward/money-notifications/live.md)
- [키워드형](https://toss-ads.gitbook.io/guide/reward/money-notifications/keyword.md)
- [성과 보기](https://toss-ads.gitbook.io/guide/reward/money-notifications/data.md)
- [행운퀴즈](https://toss-ads.gitbook.io/guide/reward/luckyquiz.md)
- [소재 가이드](https://toss-ads.gitbook.io/guide/reward/luckyquiz/creative.md)
- [성과 보기](https://toss-ads.gitbook.io/guide/reward/luckyquiz/data.md)
- [라이브 마켓](https://toss-ads.gitbook.io/guide/reward/liveshopping.md)
- [소재 가이드](https://toss-ads.gitbook.io/guide/reward/liveshopping/creative.md)
- [성과 보기](https://toss-ads.gitbook.io/guide/reward/liveshopping/data.md)
- [숏폼](https://toss-ads.gitbook.io/guide/reward/shortform.md)
- [소재 가이드](https://toss-ads.gitbook.io/guide/reward/shortform/creative.md)
- [성과 보기](https://toss-ads.gitbook.io/guide/reward/shortform/data.md)
- [버튼 누르기](https://toss-ads.gitbook.io/guide/reward/buttonpress.md)
- [캠페인 생성하기](https://toss-ads.gitbook.io/guide/reward/buttonpress/campaign.md)
- [소재 가이드](https://toss-ads.gitbook.io/guide/reward/buttonpress/creative.md)
- [성과 보기](https://toss-ads.gitbook.io/guide/reward/buttonpress/data.md)
- [두근두근 1등 찍기](https://toss-ads.gitbook.io/guide/reward/catalog_vote.md)
- [소재 가이드](https://toss-ads.gitbook.io/guide/reward/catalog_vote/creative.md)
- [성과 보기](https://toss-ads.gitbook.io/guide/reward/catalog_vote/data.md)
- [오늘의 포인트 미션](https://toss-ads.gitbook.io/guide/reward/weeklymission.md)
- [일주일 방문 미션](https://toss-ads.gitbook.io/guide/reward/visitmission.md)
- [일주일 방문 미션(협력광고)](https://toss-ads.gitbook.io/guide/reward/visitmission-collabo.md)
- [소재 가이드](https://toss-ads.gitbook.io/guide/reward/visitmission-collabo/guide.md)
- [성과 보기](https://toss-ads.gitbook.io/guide/reward/visitmission-collabo/data.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://toss-ads.gitbook.io/guide/reward.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.
