> For the complete documentation index, see [llms.txt](https://miracleplay.gitbook.io/miracleplay_2.0apex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://miracleplay.gitbook.io/miracleplay_2.0apex/casual-tournament/tournament-creation-guide.md).

# Tournament Creation Guide

## Step.1 Purchase a Superhost Pass

> 1. Go to the **\[Shop]** tab and purchase the **Superhost Pass**
>    * **Price:** 100 MPT
>    * **Limit:** Once per day \
>      (Repurchasing is not allowed while an unused pass remains in your inventory.)
>    * **Validity:** 30 days / One-time use

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

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

***

## Step.2 Navigate to the Tournament Page

> Click **\[Create Tournament]**

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

## Step.3 Start from Scratch or Use a Template

> You can choose to:
>
> 1. 🎮 **Start from Scratch**\
>    \
>    Select a game and fully customize your tournament by setting the\
>    **mode, game-specific options, title, thumbnail, and schedule** —\
>    and host it **your own way**.<br>
> 2. **🧩 Use a Template**<br>
>
>    You can choose from the most popular and frequently hosted tournament formats.\
>    By clicking the **"Use Template"** button, a pre-filled tournament based on the selected game mode will be loaded,\
>    and you can freely edit the **title, thumbnail, and schedule** before hosting it.<br>
> 3. 🎟️ '**Use Superhost Pass' Option**\
>    \
>    If you own a Superhost Pass, the **\[Use Superhost Pass]** button will be automatically enabled.\
>    Clicking this option allows you to **host a Mining Tournament** yourself.

<figure><img src="/files/579Sx4QQ8emwKv8vDwL3" alt=""><figcaption></figcaption></figure>

### 📍How to Set Tournament Schedule

> **\[Registration opening time]**\
> You can only set the time to a future point —\
> this is when tournament entry becomes available.

***

> **\[Registration Closing Time]**\
> After this time, team assignments and other preparations for the match will begin.\
> \**Please allow at least 5 minutes before the match start time, or 15 minutes for AI tournaments.*

***

> **\[Tournament start time]**\
> For games that support manual play, scores will be recorded from this time.

***

> **\[Tournament End Time]**\
> For games that support manual play,\
> Scores from plays completed before this time will be recorded (for manual play games).\
> \**Set at least a 10-minute duration for AI tournaments.*

<figure><img src="/files/2eljXDqLpd8yAryiLzal" alt=""><figcaption></figcaption></figure>


---

# 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://miracleplay.gitbook.io/miracleplay_2.0apex/casual-tournament/tournament-creation-guide.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.
