> 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/srb/draft/vrste-draftova.md).

# Vrste Draftova

**SA KREDITIMA**\
Komesar dodeljuje **budžet kredita** koji svaki učesnik mora da iskoristi za sastavljanje svog rostera (putem offline aukcije). **Neiskorišćeni krediti** se kasnije mogu koristiti tokom faza transfer tržišta.

**Primer:**\
Svaki učesnik počinje sa 300 kredita. Koristeći **Offline Auction Tool**, svaki korisnik naizmenično nominuje igrača, čime se automatski otvara licitacija sa 1 kreditom. Ostali učesnici mogu davati više ponude, vodeći računa da ne ostanu bez kredita pre nego što kompletiraju roster.\
Na kraju aukcije, učesnik sa najvišom ponudom dobija igrača, kojeg zatim Komesar **ručno dodaje** njegovom timu, tokom ili nakon aukcije.

***

**BEZ KREDITA**\
Dodela igrača se odvija **bez korišćenja kredita**. Konkretan način drafta učesnici i dalje moraju međusobno dogovoriti offline (npr. redosled biranja).\
Komesar i dalje mora da dodeli **budžet kredita posle drafta** (koji može biti i 0), da bi se koristio za potpisivanje slobodnih igrača ili predlaganje razmena.

**Primer:**\
Nasumičnim žrebom određuje se redosled biranja. Pošto nema kredita, izabrani igrači se automatski dodaju rosteru učesnika koji ih bira. Nakon svake runde redosled se obrće – počinje se ponovo od poslednjeg birača.\
Ovo se ponavlja dok svi rosteri ne budu kompletirani. Kao i u verziji sa kreditima, Komesar mora **ručno dodeliti svakog izabranog igrača** odgovarajućem timu.


---

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

```
GET https://docs.dunkest.com/srb/draft/vrste-draftova.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.
