> 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/navigation-menu.md).

# Navigation Menu

### Overview

The navigation menu is the black panel along the left side of the Dashboard. It is how you move between the different pages of PodPlay. The items you see depend on your Admin Role and on which features your Club has turned on, so your menu may be shorter than the full list below.

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

To keep the menu tidy, the less common pages are tucked into two grouped items near the bottom — **Settings** and **More** — which expand when you click them.

#### Opening the menu on a phone or small screen

On a smaller screen the menu is hidden by default to save space. Tap the Club logo in the top-left corner to slide the menu open, and tap a menu item (or the logo again) to close it.

### Main Pages

These sit at the top of the menu:

* **Dashboard** — the main calendar view of your courts and tables.
* **Locations** — a day view of the courts and tables at a specific location.
* **Events** — a month calendar of Events across all locations.
* [**Customers**](https://docs.podplay.app/profiles/creating-a-customer-profile) — the list of all Customer Accounts.
* [**Coaches & Robots**](https://docs.podplay.app/coaches/coach-setup-and-profile) — Coach profiles, Ball Machines, and their availability.
* **Purchases** — every Customer purchase, including Reservations, Events, and Memberships.
* [**Shop**](https://docs.podplay.app/payments/the-shop-page) — your product catalog and point-of-sale, when enabled.
* [**Insights**](https://docs.podplay.app/owners-playbook/analytics/insights-page) — reporting dashboards, when enabled.
* **Analytics β** — Customer data you can filter by date range (*deprecated soon*).
* [**Promo Codes**](https://docs.podplay.app/payments/promo-codes) — the Promo Codes available at your Club.
* **CMS** — branding and content management (for Clubs on the [Pro/Autonomous(+) tier](https://docs.podplay.app/owners-playbook/accounting-and-stripe/revenue-reconciliation#revenue-reconciliation))

### Settings

Click **Settings** to expand the configuration pages for your Club. Depending on your Role and enabled features you may see:

* **Company settings** — general Club settings and Integrations.
* **Venues** — location setup (coming soon).
* **Memberships** — Membership plans and pricing.
* **Packages** — package templates.
* **GoTab** — GoTab integration settings, when enabled (coming soon).
* **Agreements** — Customer waivers (coming soon).

Some advanced Settings pages are reserved for PodPlay staff and will not appear for most Admins.

### More

Click **More** to reach the pages used less often:

* **Matches** — match results, when enabled.
* **Replays** — video replays.
* **Templates** — Event templates, when enabled.
* **Activity Log** — a record of recent changes made in the Dashboard.

As with Settings, some advanced More pages are reserved for PodPlay staff.

### Signing Out

The **Sign Out** button sits at the very bottom of the menu.

{% hint style="info" %}
Menu items are tied to Admin Roles. If you cannot see a page described here, your Role may not have access to it, or the feature may not be turned on for your Club. See [Admin Roles](/overview/the-dashboard/admin-roles.md) for more on access levels.
{% endhint %}


---

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