> For the complete documentation index, see [llms.txt](https://polkafantasy.gitbook.io/official/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polkafantasy.gitbook.io/official/begin/overview.md).

# Overview

PolkaFantasy's first game is designed as a 3vs3 card battle.

<figure><img src="/files/xlPxv1mw8YyuRcOGQviR" alt=""><figcaption></figcaption></figure>

Choose skill cards within the limitations of "Mana" and beat your opponents!

Head to the [Game Website](https://game.polkafantasy.com/) for Stories, Items, Characters, and more!

※ This game is NFT-based. However, you can also play without NFTs.

<figure><img src="/files/8m6vAZIAjzaZwg9oz6ID" alt=""><figcaption><p>Free characters distributed to all players (non-NFT)</p></figcaption></figure>

※ When you connect an Epic hero or character NFTs of higher rarity, you can enjoy each character's voice.

## How to get started <a href="#how-to-start" id="how-to-start"></a>

**① Visit PolkaFantasy Game Marketplace**

・[Create New Account](/official/begin/create-new-account.md) <mark style="color:yellow;">(If you played Beta 2 and/or Open Beta, please skip this part)</mark>

・In case you have PolkaFantasy NFTs and wish to use them in the game: [Connect wallet](/official/begin/create-new-account.md#5-in-case-you-have-polkafantasy-nfts-and-wish-to-use-them-in-the-game-connect-wallet)

**②** [**Install Game**](/official/begin/install.md) <mark style="color:yellow;">(If you have installed any versions in the past, please uninstall them first. This may cause errors.　You cannot play with old α or β game ROM)</mark>

**③ Start Playing**

## Notes

The PolkaFantasy team reserves the right to make the final decision on all matters, including game specifications and rewards. In case of any fraudulent activity such as using multiple accounts, running the same account with multiple players, or any other inappropriate behavior, the PolkaFantasy team reserves the right to ban accounts, remove players from the rankings, or take other actions.&#x20;

Please read the Privacy Policy and Terms of Use on the PolkaFantasy official website carefully before installing and playing the game.


---

# 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://polkafantasy.gitbook.io/official/begin/overview.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.
