> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/reservation-settings.md).

# 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
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://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/reservation-settings.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.
