> For the complete documentation index, see [llms.txt](https://homiewars.gitbook.io/homie-wars-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://homiewars.gitbook.io/homie-wars-whitepaper/challenge-rooms/challenge-room-types.md).

# Challenge Room types

#### **Free challenge room**

* Price: Free.
* Perfect for those new players who want to try Homie Wars. Each player can create a maximum of 3 free challenge rooms daily.&#x20;

#### **Chill challenge room**

* Price: 0.5$ (in $HomieCoins)
* The cheapest rooms where you can compete with other Homies without risking a lot of money.&#x20;

#### **Exciting challenge room**

* Price: 5$ (in $HomieCoins)
* Things get a little livelier, the entry is cheap, but the prizes start to get bigger.

#### **Brave challenge room**

* Price 20$ (in $HomieCoins)
* The bravest will be those who access this room, the risk is high, but so is the reward.&#x20;

#### **Extreme challenge room**

* Price 100$ (in $HomieCoin)
* No more fooling around. This is extreme, enter this type of room only if you and your Homie are only one.&#x20;

#### **Insane challenge room**

* Price $2,000 (in $HomieCoins).
* Only for people who are sick in the head. These games are so special that when there is one they will be announced in the HomieVerse and other homies will be able to watch them.


---

# 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://homiewars.gitbook.io/homie-wars-whitepaper/challenge-rooms/challenge-room-types.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.
