> 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/dupr-challenge-match.md).

# DUPR Challenge Match

{% embed url="<https://youtu.be/5cnpKgUC-Rs?is=tX4AxNujam6KxK6e>" %}

### Overview

If everyone on the court has their DUPR account connected to their Customer Account on the App, when selecting the type of game play on the Kiosk, an option for a DUPR Challenge Match is visible.

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

There is an option TO SUBMIT the match results to DUPR, and there is an option to NOT TO SUMBIT the match results to DUPR. Once the “Submit results” option is selected, the Scoreboard will show that a DUPR Challenge Match is underway.

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

And once the match has started, and throughout the match, there will be a DUPR Challenge Match ribbon on the scoreboard.

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

### Forcing DUPR Challenge Matches

If your Club is hosting a DUPR Open Play, or a DUPR Tournament or League, the Event settings can be changed to:

1. Create a DUPR Gate, forcing all Customers who sign up for the Event to have their DUPR account connected to their Club Profile
2. Force DUPR Challenge Matches

#### Forced Submission of DUPR Matches

When creating an Event, or after an Event has been creeated, there is an Advanced Settings drawer in the Settings tab of the Event. By opening this drawer, a toggle appears to Force DUPR Challenge Matches. When this toggle is turned ON, all matches created on the Kiosk and scores counted with the Play Buttons or Kiosk will have the scores submitted to DUPR.

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

{% hint style="success" %}
To learn more, read about [DUPR Gated Events](https://podplay.gitbook.io/docs/tournaments-and-ratings/rating-systems/dupr-ratings#dupr-gated-events).
{% 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/pro-system/dupr-challenge-match.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.
