> 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/tool/booking/pc/undefined-2/undefined.md).

# 상품 등록

상품 등록은 업종에 따라 두 가지 방식으로 운영되며, 두 방식은 동시에 사용할 수 없습니다. 

### 1. 수동 등록

기본 정보부터 가격, 일정, 이용·취소 조건까지 **모든 항목을 직접 입력하여 상품을 등록**하는 방식입니다.

* 대상 업종 : 식당, 뷰티, 병·의원, 전시, 팝업 등의 업종

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

### 2. 자동 생성

입점 또는 운영 과정에서 시스템이 **기본 상품을 자동으로 생성**하는 방식입니다.

* 자동 생성된 상품을 이후 수동으로 수정·보완할 수 있음
* 대상 업종 : 상담, 클래스, 픽업, 필라테스, 요가, 공간 대여 등의 업종

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


---

# 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/tool/booking/pc/undefined-2/undefined.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.
