> 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/buttonpress/campaign.md).

# 캠페인 생성하기

<figure><img src="/files/DWD2B9AizDq5pF7KLG4L" alt=""><figcaption></figcaption></figure>

1. **메뉴 선택**
   * 왼쪽 메뉴에서 버튼 누르기를 클릭 후, 우측 상단 ‘캠페인 생성’ 버튼을 클릭해 주세요.
2. **캠페인명 입력**
   * 캠페인 이름을 입력하는 영역이에요. (100자까지 입력 가능해요.)
3. **집행 일시 선택**
   * **집행 가능**: 평일 중 하루 단위로 선택할 수 있고, 19시 00분 \~ 23시 59분 동안 광고가 노출돼요.
   * **집행 불가**: 주말과 이미 다른 광고가 예약되어 비활성화된 날짜는 선택할 수 없어요.
4. **소재 유형 선택**
   * 버튼만 강조할지, 아니면 버튼과 상품을 함께 보여줄지에 따라 적절한 소재 유형을 선택해 주세요.
5. **약관 동의**
   * 광고 집행 시 필수적으로 확인 필요한 위약금 정책 및 운영, 정산 관련 내용을 안내하고 있어요.
   * 광고 생성 전에 반드시 확인하고 동의 여부를 체크해 주세요.


---

# 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/buttonpress/campaign.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.
