# Bitmap.Game Interface Introduction

Different Colors Represent Different Bitmap Types:

* **Orange (Private Bitmap):** Represents Bitmaps on Merlin that have not yet been tokenized.
* **Brown (Public Bitmap):** Represents Bitmaps that have been tokenized.

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

Clicking on a random bitmap will display all the bitmaps owned by the current owner, highlighted in **blue.**&#x41; public chat room for visitors is available on the right side of the screen.The parcel number of the bitmap owner can be viewed in the top right corner.To exit the owner's screen and return to your own plot, click the "X" button.

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

***Video Tutorial:***&#x20;

{% embed url="<https://www.youtube.com/watch?v=wnwJEFbLWzs>" %}


---

# 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.bitmap.game/user-guide-3d-version/bitmap.game-interface-introduction.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.
