> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/feature-templates/appointment-booking/coach-admin-screen.md).

# コーチ管理画面

コーチ管理画面は、「コーチ」画面の「コーチポータル」ボタンからのみアクセスできます。そのボタンは、ユーザーが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
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://help.adalo.com/ja/feature-templates/appointment-booking/coach-admin-screen.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.
