> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/main/ad/smbad/start.md).

# 시작하기

{% stepper %}
{% step %}

### 매장 등록

* 카카오맵에 매장 등록 및 매장주 인증을 완료합니다. &#x20;
  {% endstep %}

{% step %}

### 광고 가능 여부 확인&#x20;

* 매장의 광고 가능 여부를 확인하고, 광고 만들기를 시작합니다.&#x20;
  * 업종 해당 여부
  * 해당 일정에 광고 진행 가능 여부&#x20;
    {% endstep %}

{% step %}

### 광고 만들기 &#x20;

* 광고에 포함될 혜택 또는 소식 정보를 입력합니다.
* 광고를 집행할 기간을 최종 확정하고, 총 광고비를 확인 할 수 있습니다.
  {% endstep %}

{% step %}

### 광고비 결제 &#x20;

* 카카오비즈니스 파트너센터에 등록된 비즈월렛을 활용하여 결제 가능합니다.&#x20;
* 등록된 비즈월렛이 없을 경우, 신규 등록하여 결제를 진행할 수 있습니다.&#x20;
  {% endstep %}

{% step %}

### 광고 소재 심사&#x20;

* 광고 문구, 혜택/소식 포함 여부를 심사하며, 평균 1\~2영업일 내외로 소요됩니다.&#x20;
* 심사 가이드라인을 준수하지 않은 경우 반려될 수 있습니다.&#x20;
  {% endstep %}

{% step %}

### 광고 노출 시작&#x20;

&#x20;
{% endstep %}
{% endstepper %}

## 1. 매장 등록하기&#x20;

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

* 우리매장 맵광고는 **1) 오프라인 매장을 운영**하고 **2) 매장주 인증을 완료**한 경우에만 시작할 수 있는 광고입니다.&#x20;
* 아직 카카오맵에 매장을 등록하지 않았다면, 카카오비즈니스 파트너센터(PC, 모바일 앱) 에서 매장 등록을 완료해 주시기 바랍니다.&#x20;
  * 자세한 프로세스는 [매장 등록 가이드](https://kakaobusiness.gitbook.io/main/channel/run/mystore)를 참고해 주시기 바랍니다.&#x20;

## 2. 광고 가능 여부 확인&#x20;

* 카카오비즈니스 파트너센터 PC, 파트너센터 모바일 앱에서 우리매장 맵광고를 만들 수 있습니다.&#x20;
* 처음 광고를 진행할 때는 **매장 주소를 꼭 확인한 뒤** 광고 만들기를 시작해 주시기 바랍니다.&#x20;
* 아래의 경우에는 우리매장 맵광고 만들기를 지원하지 않습니다.&#x20;

| 업종 제한                                                                                                                                                                                                           | 일정 & 광고지면                                                                                              | 매장 정보                                                                           |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------- |
| <ul><li>병/의원, 숙박, 휴대폰 판매점, 술집, 의료기기 판매 등 내부 정책에 의해 제한되는 경우 </li><li><a href="https://franchise.ftc.go.kr/mnu/00013/program/userRqst/list.do">공정거래위원회 가맹사업시스템</a>에 등록된 프랜차이즈 중, 본사에서 직영으로 운영하는 매장인 경우 </li></ul> | <p></p><ul><li>90일 이내에 해당 위치에 광고 가능한 일정이 없는 경우</li><li>이미 생성된 우리매장 지도광고가 100개 이상인 경우 </li></ul><p></p> | <ul><li>매장주 인증되지 않은 매장인 경우 </li><li>매장의 개업/폐업/주소이전 등으로 주소가 정확하지 않은 경우</li></ul> |


---

# 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://kakaobusiness.gitbook.io/main/ad/smbad/start.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.
