# Draft

The Draft Mode allows for the creation of a Private League with exclusive rosters, where each player can simultaneously belong to only one team.

The selection of players for each team should be decided by the participants (eg: an auction around a table, a call via Zoom, etc). At the end of the selection, one **Draft Commissioner** (the one who created the League) manually enters the players in each roster.

The Draft Mode is the same as the Classic Mode, except for the following points:

* the registered team does not participate in the Classic Mode
* rosters are exclusive: each player can only be chosen by one team
* the only purchases that the user can do are: Draft Pass and No advertising
* trades do not generate any penalties in points
* trades can be opened and closed by the Commissioner only in the windows provided by the Dunkest schedule, which remains identical to the Classic Mode
* there’s a grandstand with 3 players’ slots: the players in that position will not obtain any score and during a Matchday they can’t be moved into the court.
* there is no head coach
* the values of players do not change based on their performances


---

# Agent Instructions: 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:

```
GET https://docs.dunkest.com/draft.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
