# Memory Palaces

The main game unit is called **"Memory Palaces"**. The Player needs to remember the location of all **Loci** in the **Palace**, and then recreate them from memory.

{% hint style="info" %}
The [**method of loci**](https://en.wikipedia.org/wiki/Method_of_loci) (*loci* \[ˈlɔkiː] being Latin for "places") is a strategy of memory enhancement which uses visualizations of familiar spatial environments in order to enhance the recall of information. The method of loci is also known as the **memory journey**, **memory palace**, or **mind palace technique**. This method is a mnemonic device adopted in ancient Roman and Greek rhetorical treatises. Many memory contest champions report using this technique to recall faces, digits, and lists of words.
{% endhint %}

The **Player** has the opportunity to create his own virtual **Memory Palaces**, that can accommodate **Rooms** and **Loci** at will.


---

# Agent Instructions: 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/gameplay/memory-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.
