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

# 쇼핑 광고 운영하기

- [비즈니스 월렛 만들기](https://shopping-docs.toss.im/ads/setup/account.md): 토스쇼핑 광고를 하기 위해서는 비즈니스 월렛 생성과 충전이 필요해요.
- [비즈니스 월렛 만들기](https://shopping-docs.toss.im/ads/setup/undefined.md)
- [광고비 관리 방식 선택하기](https://shopping-docs.toss.im/ads/setup/credit.md): 토스쇼핑 광고비 관리 방식은 두 가지가 있어요. 관리 방식을 상세히 안내 드려요.
- [광고 신청하기](https://shopping-docs.toss.im/ads/setup/create.md): 광고 신청 과정을 상세히 안내드려요
- [광고비 정산 하기](https://shopping-docs.toss.im/ads/setup/billing.md): 광고를 집행한 익월, 정산하는 방법을 안내드려요
- [\[포인트피드\]로 광고 부스팅하기](https://shopping-docs.toss.im/ads/setup/point.md)
- [광고 운영하기](https://shopping-docs.toss.im/ads/setup/tips.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://shopping-docs.toss.im/ads/setup.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.
