# Welcome to Godai

{% hint style="info" %}
Current version of the game is deployed on **devnet**. To play the game you will need to switch your wallet's network to devnet and obtain some [devnet SOL](https://faucet.solana.com/).
{% endhint %}

## Introduction

Godai is web3 game with the focus on strategy and skill. It is set in the world of martial arts, governed by the principle of the five elements ([*Wuxing / Gogyo*](https://en.wikipedia.org/wiki/Wuxing_\(Chinese_philosophy\))). Each user controls a clan of fighters, with which he can compete against other players in several game modes (PvP) or embark on unique quests (PvE).

Each fighter is an NFT that can gradually level up and gain new strengths and abilities to use in battles. The fighters can be rented within the game or freely traded on secondary marketplaces.

The world of Godai offers numerous opportunities for earning rewards. One can win bounties through skirmishes against other players, compete for prestige rewards in grand tournaments or simply rent NFTs to other users in exchange for a fee.

## Knowledge base

{% content-ref url="about/the-lore" %}
[the-lore](https://docs.godai.world/about/the-lore)
{% endcontent-ref %}

{% content-ref url="about/nft-collection-s" %}
[nft-collection-s](https://docs.godai.world/about/nft-collection-s)
{% endcontent-ref %}

{% content-ref url="about/game-mechanics" %}
[game-mechanics](https://docs.godai.world/about/game-mechanics)
{% endcontent-ref %}

## How to play

{% content-ref url="guides/how-to-play/creating-a-clan" %}
[creating-a-clan](https://docs.godai.world/guides/how-to-play/creating-a-clan)
{% endcontent-ref %}


---

# 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://docs.godai.world/welcome-to-godai.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.
