> 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.md).

# 상품

## 상품

상품은 카카오톡 예약하기에서 고객에게 노출하여 예약을 판매하기 위한 기본 단위입니다. \
하나의 장소(매장) 아래에 여러 개의 상품을 등록할 수 있으며, 각 상품은 다음 정보를 기준으로 운영됩니다.

* 예약 유형 (날짜/시간/상시)
* 결제 및 가격
* 일정 및 예약 수량
* 예약 확정 방식
* 취소 환불 정책

## 예약 유형

예약 유형은 업종 특성과 운영 방식에 따라 제공되는 예약 방식입니다. \
업종에 따라 선택 가능한 유형이 다르며, 다른 업종에 제공되는 예약 유형으로 변경할 수는 없습니다.

<figure><img src="/files/cepDrbqjDzuCoQjf2Dpd" 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.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.
