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

# 일정 및 예약 수량

업종에 따라 일정 및 예약 수량 설정 기능에 차이가 있습니다.

### 1. 기본 운영 기간

#### **1-1. 예약 가능 시간 단위로 중복 예약 건수 설정** 

* 대상업종 : 식당, 네일샵 (식당 : 30분, 1시간 단위, 네일: 30분 단위)

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

#### **1-2. 예약 가능 슬롯으로 시간 단위를 자유롭게 설정** 

* 대상업종 : 생활업종 공통 (식당, 네일샵, 병원, 전시, 티켓 등 제외한 업종)

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

#### 1-3. 당일 예약 가능 여부 

설정한 시간에 따라 예약이 마감됩니다. 

마감되면 해당 일정은 상품 페이지에 노출되지 않습니다. 

* 대상업종 : 업종 공통

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

#### 1-4. 예약 슬롯 또는 날짜별 노출 및 예약 가능 수량 설정

예약 운영 상황에 맞게 특정 시간 또는 날짜의 예약 가능 여부와 예약 수량을 조정할 수 있습니다.

시간 슬롯 선택: 선택한 시간의 노출 여부와 예약 가능 수량을 설정합니다.

날짜 선택: 선택한 날짜의 모든 시간 슬롯에 대해 노출 여부와 예약 가능 수량을 일괄 설정합니다. 

날짜만 예약받는 상품: 예약 시 시간을 선택하지 않고 날짜만 예약받는 경우에도 날짜 선택과 동일한 방식으로&#x20;노출 여부와 예약 가능 수량을 설정할 수 있습니다.

* 대상업종 : 업종 공통

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

### 2. 예약 수량

#### 2-1. 예약 수량이란? 

예약 수량은 하나의 예약 단위(날짜·시간·기간)에서 받을 수 있는 최대 예약 가능 수를 의미합니다.

설정한 수량만큼만 예약을 받을 수 있습니다.

수량이 소진되면 해당 일정은 더 이상 예약할 수 없습니다.

#### 2-2. 예약 수량 설정 가능 여부 

* 대상업종 : 생활 업종(네일, 병원 제외)
* 예약 유형별로 제공되는 기능이 상이함

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

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