> For the complete documentation index, see [llms.txt](https://atomrigslab.gitbook.io/fortress-arena/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomrigslab.gitbook.io/fortress-arena/game-play/main-lobby.md).

# Main Lobby

## Main Lobby Interface Guide

* This guide provides an overview of the Main Lobby Interface, which is your initial point of entry into the game.

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

1. <img src="/files/fH07vg9HkoLqYJvfNjKM" alt="" data-size="line">**Account Profile** : This section displays the user's nickname, account level, and experience. Tapping on this area will open a user profile popup.
2. ![](/files/OiFchIpHg54nZrTfs2wV)**Energy** :  Energy is a valuable resource that is expended when engaging in stage content. To learn more about energy, refer to the details page. ([View the details page](/fortress-arena/game-play/game-content/stage/rules.md#stage-play-energy))
3. ![](/files/QMc6UDM70ZKlrus7tK7A)**Cring** : This is the primary currency used in Fortress Arena and can be earned as a reward for playing various in-game content or for staking tanks you own.
4. **Top Menu**
   * ![](/files/v3CShvMWZD6ghNusnanG)**Notice** : By clicking this button, (<mark style="color:red;">Currently under development.</mark>)
   * ![](/files/f6WNV00fhQX4TG2tBz9q)**Setting** : Clicking on this icon will bring up the game settings menu, allowing you to configure your game preferences.
   * ![](/files/lWM2xETU1aNLKaiId6oq)**Mail** : This icon provides access to the mail system, where you can receive various system messages and notifications.([View the details page](/fortress-arena/game-play/mail.md)) &#x20;
5. **Tank Preset :** This feature displays the NFT tanks that are currently equipped in your preset.

   <figure><img src="/files/4hwscclnB7Hc0n2lkQ6G" alt=""><figcaption><p>(Left) No preset mounted tank, (Right) with preset mounted tank</p></figcaption></figure>

   * When a preset is an empty slot, you can click on the inventory button![](/files/uZjy8a2NjTy8uJhliaFP) to access the inventory.
   * You can change the preset displayed on the screen by touching the number buttons![](/files/lqil57dG5r10ffBQQmL4) on the left.
   * You can touch the tank portrait to watch the animation for that tank.
6. **Game Content**

   * **STAGE:** Touch the STAGE button to enter the PVE content, STAGE.

     ([View the details page](/fortress-arena/game-play/game-content/mission.md))&#x20;
   * **MISSION** : Touch the MISSION button to enter the special PVE content, MISSION.

     ([View the details page](/fortress-arena/game-play/game-content/stage.md)) &#x20;
   * **TOURNAMENT :** <mark style="color:red;">TOURNAMENT Currently in development.</mark>

   <div align="left"><figure><img src="/files/yiQRlCjG4fpJUnrNp5AI" alt=""><figcaption><p><strong>Press the STAGE button</strong></p></figcaption></figure></div>

   <figure><img src="/files/Hb5pHYCU4TsnWbxIhXBd" alt=""><figcaption><p><strong>Press the MISSION button</strong></p></figcaption></figure>
7. **Bottom Menu**

* ![](/files/1iZbps24bEvNm7HcMSv2)**Inventory** : Access the inventory screen by selecting this button. In the inventory, you can manage presets and equip items for your NFT tank. ([View the details page](/fortress-arena/game-play/inventory.md))
* ![](/files/MKgvHrHCDmjnDBcQcgT9)**Rent Income** : Clicking this button will open a Rent Income popup, where you can track the profit generated by staked tanks. ([View the details page](/fortress-arena/game-play/tank-rent-income.md))
* ![](/files/QHCpieVHzsV6JwqKMaNs)**Shop** : <mark style="color:red;">Currently under development.</mark>


---

# 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://atomrigslab.gitbook.io/fortress-arena/game-play/main-lobby.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.
