> For the complete documentation index, see [llms.txt](https://docs.godai.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.godai.world/guides/how-to-play/connecting.md).

# Connecting

Godai runs on the Solana network. Therefore, before being able to play you will need to be in possession of Solana wallet and some SOL to pay for the transaction fees.

{% 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 %}

## Solana wallets

There are numerous Solana wallets to choose from. You can feel free to choose any of the popular wallets that is compatible for your browser. Here we list some of the wallets that have been tested to work well with our app:

* Phantom: <https://phantom.app/>
* Solflare: <https://solflare.com/>
* Glow: <https://glow.app/>
* Backpack: <https://www.backpack.app/>

You can find more wallets on the [Solana Ecosystem page](https://solana.com/ecosystem/explore?categories=wallet).

## SOL

Apart from a wallet, you will also need some SOL (Solana's native currency) to pay for the transactions. Currently the game is published on devnet, so you can obtain the devnet SOL for free via the official Solana [devnet faucet](https://faucet.solana.com/). Once the game will go live you will need to obtain the mainnet SOL, which can be purchased on all major cryptocurrency exchanges.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guides/how-to-play/connecting.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.
