> For the complete documentation index, see [llms.txt](https://wiki.memoverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.memoverse.io/game-objects/palaces.md).

# Palaces

### Description <a href="#land-size-hex" id="land-size-hex"></a>

The **Player** can install on his **Land** a **Palace** that is the size of the **Land**, or smaller

The size of the **Palace** determines the number of **Rooms** that the **Player** can install in it

In the **Palace**, there are slots for **Rooms** of a specific size

### Palace Size (Slots for Rooms) <a href="#palace-size-rooms" id="palace-size-rooms"></a>

* S - 5 **Rooms** + 1 Hall
  * 2 S
  * 2 M
  * 1 L
* M - 8 **Rooms** + 1 Hall
  * 1 S
  * 3 M
  * 3 L
  * 1 XL
* L - 13 **Rooms** + 1 Hall
  * 3 S
  * 4 M
  * 5 L
  * 1 XL
* XL - 16 **Rooms** + 1 Hall
  * 3 S
  * 4 M
  * 7 L
  * 2 XL

### Palace Parameters

Name/ID:

* displays the object's Name and/or ID

Type:&#x20;

* **Palace** - placed Land
* **Unplaced Palace** - unplaced by the Player (displays in inventory)

Size:&#x20;

* S&#x20;
* M&#x20;
* L&#x20;
* XL

Style (visual style of the object):&#x20;

* Rome
* Atlantis
* Medevil
* Space
* Cyber Egypt
* Japan
* Fire
* Ice
* Ukrainian

Rarity:

* Common
* Uncommon
* Rare
* Epic
* Legendary


---

# 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.memoverse.io/game-objects/palaces.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.
