> For the complete documentation index, see [llms.txt](https://mumubit-document.gitbook.io/tycoon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mumubit-document.gitbook.io/tycoon/game-guide/how-to-use-game-board.md).

# How to use "Game Board"

1. Your default character, represented as a hat, will appear at the starting point on the board. It is only used for you to experience the game. You need purchase your own character to unlock the P2E features in the game.

<div align="left"><figure><img src="/files/WmljPGzKsrns1HNzJ2p4" alt="" width="232"><figcaption></figcaption></figure></div>

2\. Tap the dice button at the bottom to roll the dice. Rolling the dice consumes dice points. &#x20;

3\. Based on the sum of the dice, your character will move forward by that number of spaces. &#x20;

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

4. After your character lands on a space, a special event related to that space will be triggered (for details on events, refer to the documentation on board events).

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

5. Each dice roll allows you to move forward and earn money, which can be used to build your city.


---

# 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://mumubit-document.gitbook.io/tycoon/game-guide/how-to-use-game-board.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.
