> For the complete documentation index, see [llms.txt](https://docs.onchainheroes.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onchainheroes.xyz/hidden-archive/getting-started/game-ui.md).

# Game UI

Getting familiar with the UI will make your experience smoother. Everything’s designed to be pretty intuitive, so this section is just a quick overview of what to expect.

{% hint style="warning" %}
This page is underdevelopment.
{% endhint %}

***

## The Lobby

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

The Lobby is a multiplayer hub and your central gateway to gameplay and features. With each seasonal update, new buildings and NPCs will unlock—expanding what you can do and explore.

### 1. The Portal

<figure><img src="/files/BRWqXbKOx3Rt3fnfZhmh" alt="" width="247"><figcaption></figcaption></figure>

The portal is where you'll send your idle Heroes on [Broken mention](broken://pages/5go2ujTj636shwOrPJKL) adventures. This is also where you'll view and manage heroes that are currently on an adventure.&#x20;

### 2. The Gym

<figure><img src="/files/h9fbwyN0ec7DKzhTql3L" alt="" width="257"><figcaption></figcaption></figure>

The Gym is where you'll be [Training](/archive/training.md) your heroes.&#x20;

### 3. The Gacha Zone

<figure><img src="/files/EUNH53KdQBCgwLoa01i0" alt="" width="248"><figcaption></figcaption></figure>

This building leads to The [Gacha](/archive/gacha.md) Zone, a separate map where players roll for rewards using [Gacha Machines](/archive/gacha/gacha-machines.md) and upgrade their weapons using the [Gacha Remixer](/archive/gacha/gacha-remixer.md).

### 4. The Blacksmith

<figure><img src="/files/LcGFqXLwyRxHN2ClFQhd" alt="" width="156"><figcaption></figcaption></figure>

The Blacksmith is an NPC where you'll access features such as [Weapon Mending](/archive/weapon-mending.md) and [Broken mention](broken://pages/PWlbb5x1N2JQ6183ojEM).

### 5. Fishercat

<figure><img src="/files/zg3QkaPPJR1JWbXunVRJ" alt="" width="375"><figcaption></figcaption></figure>

Fishercat is who to talk to if you're looking to send you heroes on a [Fishing](/hidden-archive/season-2/fishing.md) adventure.

***

## The HUD

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

The HUD is always visible, no matter where you are in the game. It provides quick access to key menus and tools you'll use when playing.&#x20;

### 1. Player Profile

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

The Profile button displays key info like your nickname, wallet ID, balances, and avatar. Clicking it opens the Profile window, where you can view your collection, check your history, transfer assets, customize your avatar, and more.

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

### 2. Loadout

<figure><img src="/files/dkXUJD7JDixJa2evKadC" alt="" width="98"><figcaption></figcaption></figure>

The Loadout menu is where you can equip [Broken mention](broken://pages/ToBkKirK8o7ed2U0hdjz) on your Heroes.

### 3. Leaderboard

<figure><img src="/files/lHnpJU6H2fYJyjM1i49H" alt="" width="126"><figcaption></figcaption></figure>

The leaderboard menu can be accessed through this button.

### 4. To be Shipped

{% hint style="info" %}
This HUD element will be shipped and updated here soon
{% endhint %}


---

# 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://docs.onchainheroes.xyz/hidden-archive/getting-started/game-ui.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.
