> For the complete documentation index, see [llms.txt](https://wofm.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wofm.gitbook.io/whitepaper/game-instruction/base-interface.md).

# Base Interface

The main interface of the game, you can access all the features and activities in World of Master

Tavern: Summon Heroes&#x20;

Hall: Accumulate resources&#x20;

Bounty Hunter: Send NFT Heroes to receive tokens&#x20;

Dungeon: Take on the challenge in "no heal after battle" mode and get great rewards, refreshing every day&#x20;

God Temple: God Temple is where you can see the information and manage several features for your heroes&#x20;

Arena: Where you fight other players for resources

![](https://lh4.googleusercontent.com/2kozU9T6pTOnRq9y9qAzwEX29YFRUMjqu7JAMg7GwBFnid-USaep-eLpKdOmHId5E_Z7y1JrgLyfiSVBDk9-1a100TZuw5FpoDUlcXmMcnIq4DV1ptg2DdiHJy4u4OfZP1qDvdcB)


---

# 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:

```
GET https://wofm.gitbook.io/whitepaper/game-instruction/base-interface.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.
