> For the complete documentation index, see [llms.txt](https://wiki.metafight.com/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings.md).

# Buildings

- [Manager's Office](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings/managers-office.md): Your Gym Dashboard
- [Gym](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings/gym.md): Manage your Roster
- [Arenas](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings/arenas.md): Introduction to the various fighting places
- [Fight Session](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings/arenas/fight-session.md): How the Fight Session system works
- [League System](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings/arenas/league-system.md): The Specifications of the Leagues
- [Fighting Algorithm](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings/arenas/fighting-algorithm.md): The Basics
- [Championship Arena](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings/arenas/championship-arena.md): The most challenging arena, available for all cards rarities.
- [Extended Arena](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings/arenas/extended-arena.md): Want to live the thrill of the Fight ? Dive directly into the action with other Managers.
- [Starter Arena](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings/arenas/starter-arena.md): Find leagues to get you started. Most suited to beginners.
- [Marketplace](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings/marketplace.md): Trade Fighters with other Managers
- [Shop](https://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings/shop.md): The Shop lets you have access to all the card packs MetaFight offers


---

# 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://wiki.metafight.com/whitepaper/mcg-wiki/alpha-version/buildings.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.
