# Game Preferences

<figure><img src="/files/sryItIm3FHv1x212fkNm" alt=""><figcaption><p>Preferences</p></figcaption></figure>

When creating a game, users can set different preferences:

1. The count of players may be **between 2 and 4**;
2. The mode of the game may be **party** - a classic mode where players compete against each other or **versus** where the players are divided into 2 groups of 2 players each.
3. In Pixudi, players can create **free games** that need no entrance fee which do not result in the winner getting a $$$ reward. However, they can also create **paid games** where all players pay some entrance fee before the start. These entrance fees form the prize pool of the game which goes to the winner when the game is over;
4. Also users can choose the number of turns in range **from 2 to 25**;
5. The game can be **common** - available for anyone to enter - or **hidden**. The latter means that players will not see it in the list;
6. Users can choose one of three **starter items packs**: there are none, light and large;
7. Players can choose the name of the game (room);
8. If a user creates a game with the seasonal board, they **enter seasonal event** and get event points afterwards.


---

# 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.pixudi.com/pixudi-manual/gameplay/game-preferences.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.
