# 時間帯スクリーン

ユーザーが予約したいコーチを選択すると、タイムスロット画面に移動します。この画面には、将来予約可能なすべての空き枠が表示されます。

この画面は、リストを持つテンプレート内の他の画面と似ていますが、カスタムフィルタが含まれています。

<figure><img src="/files/FcIq4ddd4EcXYUOjTAkk" alt="" width="351"><figcaption></figcaption></figure>

このフィルタの意味は次のとおりです：

* このリストは、「現在のユーザー」によって提供されるすべての予約のリストです。つまり、ユーザーが「コーチ」画面のリストから選択したコーチによって提供される予約です。
* リストは、BOOKED = FALSE またはデータベースで予約済みとして表示されていない予約のみを表示するようにフィルタリングされています。
* さらに、表示される予約の日時は、ユーザーがリストを見ている時点の「現在の時間」よりも後である必要があります。

⚡ **リストアクション**

* 「予約画面へのリンクアクション」


---

# 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/time-slots-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.
