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

# Λειτουργία Draft

* Η **Λειτουργία Draft** επιτρέπει τη δημιουργία μιας **Ιδιωτικής Λίγκας (Private League)** με **αποκλειστικές συνθέσεις ομάδων**, όπου **κάθε παίκτης μπορεί να ανήκει ταυτόχρονα σε μία μόνο ομάδα**.
* Η **επιλογή παικτών για κάθε ομάδα** αποφασίζεται από τους συμμετέχοντες (π.χ. δημοπρασία γύρω από ένα τραπέζι, κλήση μέσω Zoom κ.λπ.).
* Στο τέλος της επιλογής, ένας **Διοικητής Draft (Draft Commissioner)** – ο δημιουργός της Λίγκας – εισάγει **χειροκίνητα τους παίκτες σε κάθε σύνθεση ομάδας**.

***

#### **Διαφορές από τη Κλασική Λειτουργία (Classic Mode)**

1. Η **εγγεγραμμένη ομάδα δεν συμμετέχει** στη Κλασική Λειτουργία.
2. Οι **συνθέσεις είναι αποκλειστικές**: κάθε παίκτης μπορεί να επιλεγεί από **μία μόνο ομάδα**.
3. Οι μόνες αγορές που μπορεί να πραγματοποιήσει ο χρήστης είναι:
   * **Draft Pass**
   * **No Advertising**
4. Οι ανταλλαγές (trades) **δεν προκαλούν ποινές σε πόντους**.
5. Οι ανταλλαγές μπορούν να ανοίξουν και να κλείσουν **μόνο από τον Διοικητή**, και **μόνο εντός των παραθύρων που ορίζει το πρόγραμμα Dunkest**, το οποίο παραμένει **ταυτόσημο με τη Κλασική Λειτουργία**.
6. Υπάρχει **κερκίδα με 3 θέσεις παικτών**: οι παίκτες σε αυτή τη θέση **δεν λαμβάνουν βαθμολογία** και δεν μπορούν να μετακινηθούν στο γήπεδο κατά τη διάρκεια μιας Αγωνιστικής.


---

# 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.dunkest.com/gre/leitoyrgia-draft.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.
