# Game base

{% hint style="info" %}
Follow our dragon 🐉 to quickly start a first match
{% endhint %}

<figure><img src="/files/F0vwDiBUqaBlTaWkj01S" alt=""><figcaption><p>The player starts their game in the game base. The Game-Base also serves as a dashboard/overview.</p></figcaption></figure>

Before a first match can be started, a few preparations in the game base are required. Players will receive a summary of all the important information there.

1. **Player information:**\
   League, name, level, current XP progress to the next level, daily rewards
2. **Game mode and events:**\
   The various modes are displayed here; players start in casual mode, are introduced to the game and familiarised with the mechanics through playful learning. In addition to casual and ranked mode, the current tournaments and events can also be found here.
   * The casual mode can also be used later for casual games, e.g. to try out new decks.
3. **New Player Rewards / Daily Rewards:** \
   Daily rewards are displayed here. For new players, a New Player Rewards System is displayed, which every new player must go through. The basic game mechanics are explained here.
4. **Deck Overview:**\
   Decks can be saved and named for each mode. The deck shows which league it was created for and how many mythics it contains.
   * If the player sells NFTs from this deck on the marketplace, the deck is marked as "inactive" and must be revised.

***

🐉 Get started by creating a first deck using the [Deck Builder](/dark-mythos-gamepaper/game-basics/deck-builder.md). Navigate to "Decks" and click on the "Add" button in the top right corner. Enter a name for the deck and click on the "Create & Build" button.


---

# 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.dark-mythos.com/dark-mythos-gamepaper/game-basics/game-base.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.
