> For the complete documentation index, see [llms.txt](https://gambit-doc.fantasymeter.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gambit-doc.fantasymeter.top/gambit-game.md).

# Gambit Game

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

FantasyGambit is a on-line, competitive pre-game drafting experience designed to determine which five heroes each player will use in a Fantasy.top PvP Lobby.

The game emphasizes hidden information, public reveals, memory, deduction, and strategic disruption, anchored by a single high-impact Joker mechanic.

**Fantasy Gambit** is played in 4 fast rounds, lasting around 30\~45 minutes.

{% hint style="info" %}
By default:

* All card rarities are common;
* The starting hand is completely random;
* All heroes are included, with only one copy of each.
  {% endhint %}

{% hint style="danger" %}
Cards are distributed randomly and *do not* take your FantasyTop holdings into account. **Players are solely responsible for submitting the exact card combination they receive during the Gambit draft to the lobby**.

All players have up to 48 hours to submit their decks. Failure to submit a deck within this timeframe will be treated as a withdrawal, and the *escrow will not be refunded*.

If a player submits a deck that does not exactly match the one drafted in Gambit, they will be **permanently banned** from participating in any room. In this case, the escrow refund will not be processed, and the lobby may be canceled.

Please read the FAQ and the **How to Join** section in the Rooms category for more information.
{% 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://gambit-doc.fantasymeter.top/gambit-game.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.
