> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/overview/the-dashboard.md).

# The Dashboard

### Overview

The Dashboard is the back-end of the Web App. This is the first and main page of the Admin Dashboard. It will look different for each Club depending on the number of Locations and courts/tables.

#### Reaching the Dashboard

Any Club employee who has an Admin Role will have access to the back-end Dashboard. Most likely, if you are reading these articles, you are an Admin! An Admin has a Profile like any other Customer, with an Admin Role, and can click on the Admin Dashboard button when in the Account tab of the App or Web App.

<figure><img src="/files/8bUqGkl1DaycCCZwzaSO" alt=""><figcaption></figcaption></figure>

Once this button is clicked, the Admin is brought from the front-end of the App or Web App, to the back-end Admin Dashboard of the PodPlay software.

#### Front End to Back End to Front End

Moving between the front-end App to the back-end Admin Dashboard is easy. Simply, change the URL from:

* club\_name.podplay.app/**admin/v2/overview**
* club\_name.podplay.app/**app-menus**

By switching the last word on the URL from “admin/v2/overview” to “app-menus” you will be brought to the Customer side of the App.

Another easy way to navigate between the Customer UI and the Dashboard is to click on the Admin Dashboard button to get into the back-end Dashboard, then click on your name in the top right part of the Dashboard to get to the App.

<figure><img src="/files/Q5bLaF4Oz1TGZgo7M9Qn" alt=""><figcaption></figcaption></figure>

### The Overview Page

When there are no Reservations or Events, the page will be clean, showing:

* White space = where courts/tables are open are open for booking
* Gray space = where the courts/tables are unavailable for booking because the Club is closed
* When the page is populated, there is a color coding for specific types of Reservations or Events.

<figure><img src="/files/d1ssZXUpRcwyihHM9CVH" alt=""><figcaption></figcaption></figure>

#### Color-coding on the Overview Page

When there are Events and Reservations, color-coding helps to understand what has been booked at a glance.

* Lighter colors = an Event that is a Draft and has not been Published yet
* Yellow = first Reservation for a new Customer
* Blue = a Reservation for a returning Customer who is a Member
* Dark Gray = a Reservation for a returning Customer who is a Non-member
* Whistle icon = a Coaching session during a Reservation
* Ball icon = a Ball Machine session in a Reservation
* Green = a Class or Clinic
* Pink = an Event (Open Play, Tournament, League, Party) or an Admin booking a Reservation
* Purple = a Private Event (birthday party, corporate event, fundraiser)
* Light Gray = Internal Operations (for repairs or maintenance)

<figure><img src="/files/tfEGpBijEOGJyql7eScT" alt=""><figcaption></figcaption></figure>

#### Pages in the Dashboard

The far left panel (black) is your navigation bar to different pages in PodPlay. From this panel, you can navigate to:

* The **Unique Location Page** is where you can review a calendar day view of the tables/courts at that specific location.

<figure><img src="/files/dDxGAB3EScsypXvZo8lY" alt=""><figcaption></figcaption></figure>

* The **Events Page** shows a calendar month view of the various Events running at all locations.

<figure><img src="/files/zP3BN90TMwcM1VqPIq9O" alt=""><figcaption></figcaption></figure>

* The **Customer Page** holds a list of all your Customer Accounts.

<figure><img src="/files/BipVgedIG6YVCvZs1Gcp" alt=""><figcaption></figcaption></figure>

* The **Coach/Robot Page** contains a list of Coach profiles and their availability filtered by date.

<figure><img src="/files/8zErLrGtDicek9PNJ66U" alt=""><figcaption></figcaption></figure>

* The **Purchases Page** lists all Customers’ purchases for Reservations, Events, Memberships, and more.

<figure><img src="/files/nhI5vZ0ILOHyluOIXLCH" alt=""><figcaption></figcaption></figure>

* The **Promo Codes Page** lists the current Promo Codes available.

<figure><img src="/files/G6Tr08SUyGvfgOdSaLau" alt=""><figcaption></figcaption></figure>

* The **Analytics** **Page** holds Customer data you can filter by date range.

<figure><img src="/files/pm6PEnCVIJNSFwIWN0WZ" alt=""><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://docs.podplay.app/overview/the-dashboard.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.
