# Game Mechanics

Game mechanics are essential part of gameplay in **Gold Fever.**&#x20;

The following pages are concerned with specific mechanics that inform the players actions. These are important parts of any video game, and this is no exception. Since Gold Fever is a Survival RPG MMO, the allocation and tracking of skills and abilities is paramount to success for any character and the mastery of Perfect Strike will bring amazing benefits to whomever can do it perfectly. &#x20;

:star2:[Character Stats](/game-features/game-mechanics/character-stats.md) shows the different resource pools that the player will need keep track of, in order for the character to survive. <br>

:spider\_web:[Talents and Skills](/game-features/game-mechanics/talents-and-skills.md) describes how the characters will level up and assign skills <br>

:100:[Perfect Strike](/game-features/game-mechanics/perfect-strike.md) showcases a skill-based mechanic that makes an action within a predefined time frame for increased effect.

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


---

# 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://wiki.goldfever.io/game-features/game-mechanics.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.
