> 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/a-d/creative-guidelines.md).

# 배너 소재 가이드

직접 만든 소재를 디스플레이 광고 지면에 노출할 때 사용하는 배너 소재의 규격과 제작 기준을 안내해요. 등록하려는 소재 유형에 맞는 가이드를 확인해 주세요.

{% content-ref url="/pages/6g3gdOeCEby0dt5I88bc" %}
[한 줄 배너](/guide/a-d/creative-guidelines/single-line-banner.md)
{% endcontent-ref %}

{% content-ref url="/pages/59mKg0DSd9qt9o1BdOep" %}
[이미지](/guide/a-d/creative-guidelines/image.md)
{% endcontent-ref %}

{% content-ref url="/pages/ntKgETr06DBcfx5pIWsC" %}
[비디오](/guide/a-d/creative-guidelines/video.md)
{% endcontent-ref %}


---

# 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/a-d/creative-guidelines.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.
