# Start a match

1. Start off at the [Game base](/dark-mythos-gamepaper/game-basics/game-base.md) and select a game mode (our Beta currently supports the casual game mode only)
2. Select the casual game mode
3. Pick the deck you want to start a match with

A match will open and you'll be redirected directly to the match in your browser.

{% hint style="info" %}
We will store information like deck cards, battle progress and card damages separately. You'll not lose any cards in an open match when reorganizing the deck. You'll also never lose any inventory cards due to battle loses.
{% endhint %}

***

🐉 Follow the steps above to start a match


---

# 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/play-the-game/start-a-match.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.
