> 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/fantasy-rules/team-creation.md).

# Team Creation

To start playing, simply register and create your fantasy team. With a single account, you can manage up to 4 teams.

#### **Initial Budget**

Each team has 95 credits (CR) available to purchase 10 players and 1 coach.

#### **Squad Composition**

Each squad consists of:

* 2 Centers
* 4 Forwards
* 4 Guards
* 1 Coach

You may select a maximum of **3 players from the same NBA team**, including both players and coach.\
During the **Playoffs**, this limit increases to **6 total** (or 5 players plus the coach).

#### **Available Formations**

You can choose one of the following game formations:

* 2-2-1
* 1-2-2
* 2-1-2
* 1-3-1
* 3-1-1


---

# 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/fantasy-rules/team-creation.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.
