# GAME CONCEPT

**Telegram Mini App**

* Gamers can access and play the Navis War telegram mini app version on Telegram.
* Once logged in, the gamer is required to select a preferred avatar and country flag, and
* Start a new game.

**App Download**

* To play the game, a new user will be required to download the Navis War app from the app store, register as a new user by connecting a wallet, and then proceed to select their in-game avatar and country of choice.
* Once logged in, the gamer is given the option to watch a ‘How-to-Play’ tutorial for a proper understanding of the game. After watching the tutorial, the user is directed to the ‘Home Page’ where different play options can be found.
* A returning player who logs in and clicks on quickplay (single-player mode) would be matched randomly by the system based on the player's strengths (ranking). Once fleet formation is confirmed or edited within twenty seconds, the game automatically begins until a winner emerges by eliminating the enemy fleets.
* Each player has twenty seconds to make their move or forfeit the turn. If the player makes their move during the allocated twenty seconds and hits the opponent, the player is allowed to continue playing until they miss.


---

# 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://navis-war.gitbook.io/navix-ecosystem-whitepaper/navis-war/game-concept.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.
