# 予約スクリーン

予約画面では、ユーザーが予約を行い、予約を決定する前に知りたいすべての関連情報が表示されます。クラスの説明から関連画像、日付などが含まれます。

この画面に表示されるすべての情報は、予約データベースで見つかるプロパティに接続されています。データベースからプロパティが削除されると、この画面に情報が表示される方法に影響を与える可能性があります。

## 新しいコンポーネント

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

ほとんどのコンポーネントは他の画面で詳しく説明されていますが、この画面には「BOOK」ボタンがあります。

このボタンは、利用可能な予約に登録する方法です。このボタンは、他のユーザーによってまだ予約されていない場合にのみ表示されます（現在の予約 > 予約済み > false）。

⚡ **予約ボタンのアクション**

* 予約を更新
  * 予約済みはTRUE
  * ゲストはログインユーザー
* 「成功」画面へのリンクアクション


---

# 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://help.adalo.com/ja/feature-templates/appointment-booking/book-appointment-screen.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.
