> For the complete documentation index, see [llms.txt](https://wiki.landania.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.landania.net/english/systems/map-system.md).

# Map System

Our map system ensures that you can create maps in one world and take them to all other worlds without any problems. \
So, if you want, you can build maps on your realm and sell them in the main world.

#### Original maps

To ensure that only the map builder can duplicate the map, this only works with original maps.&#x20;

You get an original map by creating the map normally with a right click with the blank map. This is then also written under the map.

<figure><img src="/files/lU4XI1jdsI5vwVYZa2ul" alt=""><figcaption><p>The original map is specially marked.</p></figcaption></figure>

To duplicate an original map, you need a cartography table. Simply place the **original** map in the upper field and one or more blank maps in the lower field. \
On the right side, you can now take out the copy of the map. The original card will not be used up.&#x20;

With the copy of a card (it will not be marked as an original card either) no further copies can be made.

<figure><img src="/files/chx9GG75dN9kawJSgQOu" alt=""><figcaption><p>You can copy the map in the cartography table.</p></figcaption></figure>

#### Enlarge maps

If you place a piece of paper in addition to the original map in the cartography table instead of a blank map, you can scale the original map 1x larger. You will then receive an original map with a larger area. The original map is used up in the process.

<figure><img src="/files/416tJNcLZcjJTpgDIDbP" alt=""><figcaption><p>Also the one-time larger scaling of a map is possible in the cartography table.</p></figcaption></figure>

{% hint style="info" %}
How do you get a cartography table? It's simple: Craft it for yourself!

![](/files/yUK37iVF3VgTXVGkQy0X)
{% endhint %}


---

# 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://wiki.landania.net/english/systems/map-system.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.
