# Free Battle

Battles without penalty.\
The following functions are available

* Enter a room created by another player and fight a battle
* Enter a room created by another player and watch the battle.
* Create your own room and battle with other players.
* Create your own room and battle an NPC.

Rooms can be set up by the creator with own Rules.

<figure><img src="/files/2dfw3sSCq4Oc3gWmqm3X" alt=""><figcaption></figcaption></figure>

1. Rooms currently being opened
2. Room currently in battle
3. Search for a specific room\
   -If a room is set to private, it must be searched
4. Create a new room

***

## Room Creation

<figure><img src="/files/vJlduQPx38LMJkKBl9I4" alt=""><figcaption></figcaption></figure>

1. Set the room name
2. Set the Rules of the room
   1. Type: Public or not.
   2. Password: Password for private rooms
   3. Spectator: Allowed or not
   4. VS: Select opponent
   5. Batle Rank: Determines parameters and skill cost limits
   6. Monsters: Number of Monsters that can participate in the battle
   7. Turns: Maximum number of turns in battle (10\~20)
   8. Special Hex: Special hexes that are generated by the progress of turns
   9. Memory: Availability of Monster Memory
3. Create Room
4. Cancel

***

## Progress

<figure><img src="/files/vLY0pXfQYLz0y8pnB4T1" alt=""><figcaption></figcaption></figure>

1. A check mark appears when the Ready button is pressed\
   -When all players have a check mark, the system moves to the next screen.
2. If you are the owner, you can kick other players
3. Proceed to the preparation for the start of the battle
4. Close the room


---

# 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.remonster.world/play-guide/open-beta/pvp/free-battle.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.
