# Hiding and Immunity

Hiding and immunity is an important part of the game as it helps all players with different time availability to simultaneously play in the same server. In many games such preferences would be baked into the server and players choose their available times per day at the start of the gameplay. Though in the course of the game this duration can increase or decrease, in GainHive we give players an ability to choose how frequent they want to play through avatar selection.

&#x20;

An energy stat of the avatar determines the hiding the avatar gains at the start of the day.


---

# 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://gainhive-and-gainpad.gitbook.io/whitepaper/gameplay/hiding-and-immunity.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.
