> For the complete documentation index, see [llms.txt](https://docs.remonster.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.remonster.world/play-guide/open-beta/pvp/free-battle.md).

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