# コーチ管理画面

コーチ管理画面は、「コーチ」画面の「コーチポータル」ボタンからのみアクセスできます。そのボタンは、ユーザーがUsersコレクションのAdmin?プロパティでTRUEにマークされている場合にのみ表示されます。

この機能テンプレートは、二面性のあるアプリとして知られています。つまり、管理者が情報を制御するための側面と、ユーザーがその情報とやり取りするための側面があります。

この画面は、アプリの管理者側の最初の画面です。

## コンポーネント

### **空きスロットグループ**

<figure><img src="/files/FZ19BwprtWsxwkqXuLZm" alt="" width="563"><figcaption></figcaption></figure>

空きスロットグループは、ログインしているユーザーに関連する予約がBooked = FALSEであり、日時が現在時刻よりも後の予約のリストを表示します。

各リストアイテムは、アイテムをクリックして開いて編集することができます。

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

* 「セッションの編集」画面へのリンクアクション

⚡ **ボタンアクション**

* 予約の作成
* 「セッションの編集」画面へのリンクアクション

### 予約済みスロットグループ

<figure><img src="/files/RF5mjM4yrDDbVYcO6T1w" alt="" width="563"><figcaption></figcaption></figure>

予約済みスロットグループは、予約された予約のリストを表示し、日時が将来のある時点にある予約を示します。

各リストアイテムは、アイテムをクリックして開いて編集することができます。

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

* 「セッションの編集」画面へのリンクアクション


---

# 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/coach-admin-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.
