# Coach Admin Screen

The Coach Admin Screen can only be accessed via the ‘Coach Portal’ button on the ‘Coaches’ Screen. That button can only be seen if a user is marked TRUE in the Admin? property in the Users Collection.

This feature template is known as a two-sided app. In other words, there is a side for Admins to control information and there is a side for users to interact with that information.

This screen is the first screen on the Admin side of the app.

## The Components

### **Open Slots Group**

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

The Open Slots group displays a list of appointments that are related to the Logged In User where Booked = FALSE and the Date & Time is after the current time.

Each list item can be opened and edited by clicking on the item.

⚡ **List Actions**

* Link Action to the ‘Edit Session’ Screen

⚡ **Button Actions**

* Create Appointment
* Link Action to the ‘Edit Session’ Screen

### Booked Slots Group

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

The Booked Slots Group shows a list of appointments that have been booked & the date & time are at some point in the future.

Each list item can be opened and edited by clicking on the item.

⚡ **List Actions**

* Link Action to the ‘Edit Session’ Screen


---

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