> For the complete documentation index, see [llms.txt](https://mu-lumen.gitbook.io/mu-lumen-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mu-lumen.gitbook.io/mu-lumen-docs/maps/lorencia.md).

# Lorencia

<h2 align="center"><mark style="color:$warning;"><strong>Lorencia</strong></mark></h2>

<mark style="color:yellow;">**Lorencia, a vast and flat map situated at the center of MU, marks the starting point for all characters in Mu Lumen**</mark>

<mark style="color:yellow;">**Within this realm, one will encounter the game's least formidable creatures, alongside essential items crucial for overcoming lower levels, rendering it an ideal destination for adventurers at early stages (levels 1-20).**</mark>

<mark style="color:yellow;">**This dimension houses a fortified city boasting drawbridges, wall-mounted cannons, and an abundance of vigilant guards, all safeguarded by surrounding rivers, lending an air of exotic allure.**</mark>

<mark style="color:yellow;">**Please note that accessing Lorencia through the portal requires a minimum level of 10. Furthermore, utilizing the teleportation list (activated by pressing the "M" key) mandates both a minimum level of 10.**</mark>

<figure><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2FHSKYNy7Qy3KI8fYZk0Xl%2Florencia.png?alt=media&amp;token=7cfcc3a1-adf7-40b1-ba2f-34a8287923cb" alt=""><figcaption></figcaption></figure>

### <mark style="color:$warning;">**Monsters in Lorencia**</mark> <a href="#monsters-in-lorencia" id="monsters-in-lorencia"></a>

<table><thead><tr><th>Spider</th><th>Budge Dragon</th><th valign="top">Bull Fighter</th><th>Hound</th></tr></thead><tbody><tr><td><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2FIHEOiSgiUugBFPM0pGQQ%2Fspider.png?alt=media&amp;token=89a52e19-55b4-4ea1-9b51-f2f19e5d905d" alt="Spider"></td><td><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2Ff7sbj3PdsLU0xI2QCvj1%2Fbudgedragon.png?alt=media&amp;token=4b212d3a-c088-4c26-9571-844003625bf4" alt="Budge Dragon"></td><td valign="top"><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2F1uhVjOlGGE3u2AXnNn2I%2Fbullfighter.png?alt=media&amp;token=1911e194-0b31-468c-bd3c-5cf1b1837ca6" alt="Bull Fighter"></td><td><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2F2NSqR3cjzxXSgTxvOuym%2Fhound.png?alt=media&amp;token=2d17aeed-c6c3-47e2-b7b3-9e4ac44d852c" alt="Hound"></td></tr><tr><td>Elite Bull Fighter</td><td>Lich</td><td valign="top">Skeleton</td><td>Giant</td></tr><tr><td><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2F1uhVjOlGGE3u2AXnNn2I%2Fbullfighter.png?alt=media&amp;token=1911e194-0b31-468c-bd3c-5cf1b1837ca6" alt="Elite Bull Fighter"></td><td><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2FM4TJti9Sz5S0D7xVYmFx%2Flitch.png?alt=media&amp;token=42031b38-d356-4907-bd4d-e956450bb290" alt="Lich"></td><td valign="top"><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2FIcpxWsShpbYDjlHzhdka%2Fskelet.png?alt=media&amp;token=bae43228-8d97-4176-bdba-56701d55da8c" alt="Skeleton"></td><td><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2FGSvQN6R51cAfNwBLpaLO%2Fgiant.png?alt=media&amp;token=39577496-1195-4a3e-a572-2df7ec240a80" alt="Giant"></td></tr></tbody></table>


---

# 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://mu-lumen.gitbook.io/mu-lumen-docs/maps/lorencia.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.
