> For the complete documentation index, see [llms.txt](https://docs.myneighboralice.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myneighboralice.com/our-website/map.md).

# Map

The Lummelunda Archipelago has six islands: The Town, Snowflake Island, Medieval Plains, Nature’s Rest, Sandy Coast, and Submerged Islands.&#x20;

These islands are divided into regions, all with different vibes.&#x20;

One of the great features is the [Map ↗.](#user-content-fn-1)[^1]&#x20;

<figure><img src="/files/pD3zjShNQSibhnaWd31F" alt=""><figcaption><p>Archipelago Map</p></figcaption></figure>

You can click on each island and access each region. When doing so, you can view the **position of your land on the map and see which lands are already owned, available for sale, deposited and the Townhubs location.**&#x20;

<figure><img src="/files/fAqVNZlx0Ri4yRP2Wmjg" alt=""><figcaption><p>Lands Owned, On Sale, Deposited &#x26; Town Hub</p></figcaption></figure>

* **Deposited:** The land plot has been deposited within the game and is ready to be used in-game.
* **Owned**: The land plot is owned by a player and is not available for sale or deposited, meaning it cannot be used in-game.
* **On Sale**: The land plot is owned by a player who has listed it for sale in the My Neighbor Alice marketplace. To learn more about how to sell and buy a land, head to[ Buy Land and Items ](/our-website/market/buy-land-and-items.md)or/and [Sell Land and Items](/my-profile/my-assets.md).​
* **Town-hub**: Land plots located in central places within each region where neighbors can interact, trade, and engage in various activities.

If you are interested in buying a land you see on the map as “**On sale”,** you can click on **“Buy plot on marketplace”.**

<figure><img src="/files/GbsLhp9Ykd5vhRiTM4ni" alt=""><figcaption><p>Buy Land on the Marketplace</p></figcaption></figure>

[^1]:


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.myneighboralice.com/our-website/map.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
