> For the complete documentation index, see [llms.txt](https://onessus.gitbook.io/hodlgod/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onessus.gitbook.io/hodlgod/master/how-to-get-started.md).

# How To Get Started

This guide will provide you with the basics for getting started enjoying the Onessus and HodlGod ecosystem.

#### Downloading and Starting the Game

HodlGod can be easily downloaded [here](https://hodlgod.com/). Once downloaded, simply open the patcher and it will download the latest version. You can then create your account directly on the game and start playing immediately.

#### Opening your WAX Wallet and Linking it to the Game

HodlGod is free to play and does not require you to have a WAX Wallet to play. But if you want to be earn some NFTs and some VOID, you will need to [create](/hodlgod/play-to-earn/wax-wallet.md) a WAX Wallet and [link it](/hodlgod/play-to-earn/wax-wallet.md) to the game. This will allow you to benefit from the [Play-To-Earn](/hodlgod/play-to-earn/how-to-earn.md) aspects of HodlGod.

#### Understanding your Game Controls

Hodlgod is played with your [swords](/hodlgod/game/gameplay.md), your [bow](/hodlgod/game/gameplay.md), and your [spells](/hodlgod/game/spells.md). Make sure you read our [Gameplay](/hodlgod/game/gameplay.md) section or [watch our tutorial](https://youtu.be/RUn3bMIPoSI) to learn how to get the maximum out of what the game has to offer.

#### What can you Earn in HodlGod ?

HodlGod is a Play-To-Earn game. That means that you can earn simply by playing. To earn, you will need to [link your WAX Wallet](/hodlgod/play-to-earn/wax-wallet.md) to the game, pick up the [in-game drops](/hodlgod/play-to-earn/how-to-earn/nft-drops.md) and win your way through the game, as in each game, the winner takes all. You can also equip [badges](/hodlgod/play-to-earn/how-to-earn/badges.md) that will grant you [extra rewards](/hodlgod/play-to-earn/how-to-earn/badges/bonuses.md) every time you pick up one of the [drops](/hodlgod/play-to-earn/how-to-earn/nft-drops.md).

{% hint style="warning" %}
HodlGod doesn't require you to have CPU/RAM/NET but the transactions that you will be doing might require you to stake some to your wallet on [bloks.io](https://bloks.io) (ie. receiving rewards, buying packs)
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://onessus.gitbook.io/hodlgod/master/how-to-get-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
