> 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/feature-templates/appointment-booking/coach-admin-screen.md).

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