> For the complete documentation index, see [llms.txt](https://tvingads.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://tvingads.gitbook.io/guide/solution/kbo/sponsorship.md).

# KBO 리그 기획형

- [기획 PPL](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/story-ppl.md)
- [이벤트 PPL](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/event-ppl.md)
- [기능 PPL](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/functional-ppl.md)
- [단순 PPL](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/basic-ppl.md)
- [메인 디스플레이 PPL](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/main-display-ppl.md)
- [하이라이트 쇼츠 PPL](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/highlight-shorts-ppl.md)
- [풀프레임 가상광고](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/fullframe-v-ad.md)
- [빅 가상광고](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/big-v-ad.md)
- [베이직 가상광고](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/basic-v-ad.md)
- [이닝 하이라이트 가상광고](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/inning-highlight-v-ad.md)
- [투수&투구 정보 가상광고](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/pitcher-v-ad.md)
- [DUE UP 가상광고](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/due-up-v-ad.md)
- [협찬고지](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/credit.md)
- [라이선스](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/license.md)
- [타이틀 ID](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/title-id.md)
- [하이라이트 범퍼](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/highlight-bumper.md)
- [협찬 PKG](https://tvingads.gitbook.io/guide/solution/kbo/sponsorship/pkg.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://tvingads.gitbook.io/guide/solution/kbo/sponsorship.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.
