> 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/pro-system/page-2/reviewing-matches-in-the-dashboard.md).

# Reviewing Matches in the Dashboard

### Overview

Staff can review scoreboard match results from the admin dashboard when the **matches** feature is enabled for your club.

### Where to find matches

* **Matches dashboard** — open **Matches** from the admin navigation.
* **Event drawer** — open an Event and select the **Matches** tab.

Filter by date, event, players, pod, or match ID on the Matches dashboard. From an Event, the list is scoped to that event only.

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

### Match list columns

The table shows teams, winner, and score. When DUPR or WPR is enabled for your club, you also see:

* **Rated** — whether the match was played as a rated match.
* **Rating** — **Published** or **Not published** to the provider for that sport (DUPR for pickleball, WPR for padel).

Click a row to open **Match Details**.

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

### Match Details drawer

* Sport, start/end time, location, court, and winner.
* **DUPR** card (pickleball only, when DUPR is enabled) — rated/unrated status, publication state, and **Publish DUPR Match** when staff need to submit manually.
* **Teams** — left and right players. Each name shows the linked provider ID on the line below when available:
  * **WPR:** … for padel matches when WPR is enabled.
  * **DUPR:** … for pickleball matches when DUPR is enabled.
* **Sets** (padel) or **Games** (pickleball) — per-set or per-game scores; optional replay actions when replays are available.

Click a player name to open their profile.

### Related

* [DUPR Ratings](/pro-system/rating-systems/dupr-ratings.md)
* [DUPR Challenge Match](/pro-system/dupr-challenge-match.md)
* [Reviewing Match Points](https://docs.podplay.app/pro-system/page-2/reviewing-match-points) — customers reviewing point-by-point history in the mobile app


---

# 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/pro-system/page-2/reviewing-matches-in-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.
