# Game System

- [Game Utils Panel](https://guides.originmu.com/game-system/game-utils-panel.md)
- [AutoPotion System](https://guides.originmu.com/game-system/autopotion-system.md)
- [Artifacts System](https://guides.originmu.com/game-system/artifacts-system.md)
- [Pentagram System](https://guides.originmu.com/game-system/pentagram-system.md)
- [Party System](https://guides.originmu.com/game-system/party-system.md)
- [Trade & Personal Store](https://guides.originmu.com/game-system/trade-and-personal-store.md)
- [Shop-X // Shop Ruud](https://guides.originmu.com/game-system/shop-x-shop-ruud.md)
- [Mini-Games System](https://guides.originmu.com/game-system/mini-games-system.md): There are a total of 4 mini-games available to play: Jewel Bingo, Find bombs, MU Roomy and Balls and Cows.
- [Quest System (WCoin)](https://guides.originmu.com/game-system/quest-system-wcoin.md)
- [PvP & PvM System (Class)](https://guides.originmu.com/game-system/pvp-and-pvm-system-class.md)
- [Craft Rates - CM & Errtels](https://guides.originmu.com/game-system/craft-rates-cm-and-errtels.md)
- [Hunt Point System](https://guides.originmu.com/game-system/hunt-point-system.md)
- [Hunt Battle Information](https://guides.originmu.com/game-system/hunt-point-system/hunt-battle-information.md)
- [Buff Information](https://guides.originmu.com/game-system/hunt-point-system/buff-information.md)
- [Hunt Maps Information](https://guides.originmu.com/game-system/hunt-point-system/hunt-maps-information.md)
- [Hunt Point System(Old)](https://guides.originmu.com/game-system/hunt-point-system-old.md)
- [Legendary Equipament Information](https://guides.originmu.com/game-system/legendary-equipament-information.md)
- [Boss Damage System](https://guides.originmu.com/game-system/boss-damage-system.md)
- [Seed System](https://guides.originmu.com/game-system/seed-system.md)


---

# 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://guides.originmu.com/game-system.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.
