# Introduction

The Moonsama Metaverse space contains three layers:

* The city map layer displays all town squares in one large connected city and allows easy access to each square
* The travel layer allows users to navigate through town squares using their avatar. All town squares are accessible to everyone and are connected to each other through passages, so that uninterrupted navigation is possible
* The private space layer is a subset of the travel layer, and contains isolated spaces. These are accessible from town squares, but may contain access restrictions. Apartments and galleries are examples for private and commercial spaces respectively.


---

# 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://moonsama.gitbook.io/moonsama-metaverse/the-space/introduction.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.
