# reservation

{% hint style="info" %}
현재 reservation 블록은 예약 시스템 패키지 적용 시, 앱 설정에서 수정만 가능합니다.&#x20;
{% endhint %}

**reservation 블록의 특징은 무엇인가요?**

* 예약 스케줄 표시 타입

예약이 존재할 경우 표시 : 유저가 예약을 하면 캘린더에 파란 점으로 표시돼요.

예약 가능 시간 설정 시 표시 : 예약 가능한 시간을 설정하면 캘린더에 파란 점으로 표시돼요.

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

**예약 시스템 패키지 적용 예시**

<div align="left"><figure><img src="/files/4Wphzg5bmYJYvbcuYAlX" alt="" width="563"><figcaption></figcaption></figure></div>

2024.03.06 Jinny


---

# Agent Instructions: 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:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/reservation-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
