# Play on runtime

* In the upper left corner of the Game window, this is the area where we can save, load, and reset the map you have created, And undo, redo your design operations.

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

* In the upper right corner of the Game window, You can choose different operation handlers, which can be used to Brush/Select/Delete/Move your unitBlock.
* At the bottom of the game window is the unitBlock selection panel, which will be placed in different tabs according to different types.
* &#x20;On the left side of the game window, the vertical slider bar is used to change the map base when you operate the unitblock.


---

# 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://rmm3d.runtimecube.com/play/play-on-runtime.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.
