> 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/devias.md).

# Devias

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

<mark style="color:yellow;">**Devias is a snow-covered field situated north of the kingdom of Lorencia. Perpetual snow covers Devias, giving it a wintry appearance at all times.**</mark>

<mark style="color:yellow;">**Monsters inhabiting Devias are more formidable than those found in neighboring Lorencia or Noria. Only adventurers of level 15 and above are equipped to brave the monsters roaming Devias.**</mark>

<mark style="color:yellow;">**The guildmaster who creates and manages guilds also resides within Devias. This suggests Devias is an important location for adventurers, serving as a base for high-level guilds.**</mark>

<mark style="color:yellow;">**The cold, snowbound environment of Devias and its powerful monsters make it a challenging destination for only the most experienced adventurers. However,those who are up to the task are rewarded with the services of the guildmaster and likely other resources to aid their adventures.**</mark>

![](https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2FpXAkPBUvkPipW7ruVlDU%2Fdevias.png?alt=media\&token=eb41a892-b430-4a34-b276-6b02e03f4225)

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

<table><thead><tr><th>Worm</th><th>Ice Monster</th><th valign="top">Hommerd</th><th>Assasin</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%2FOG8LhrD9cYr69rcNimbd%2Fworm.png?alt=media&amp;token=cf37fcc4-b926-4a55-a226-21bbb54c21eb" alt="Spider"></td><td><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2FaU16kuwa1GNvdf3ltnjl%2Ficemonster.png?alt=media&amp;token=991a22e3-3aab-47a7-8ed6-a7094d6067d2" 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%2F0RZZiY0Ct0r9JB5U9srp%2Fhommerd.png?alt=media&amp;token=01da1a12-d6b1-409f-ac7d-e8c7211ebfff" alt="Bull Fighter"></td><td><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2FxX6PiK08dcM9hFxdsrII%2Fassasin.png?alt=media&amp;token=db8a9976-be77-48ca-8f66-c70b655620ae" alt="Hound"></td></tr><tr><td>Yeti</td><td>Elite Yeti</td><td valign="top">Ice Queen</td><td></td></tr><tr><td><img src="https://4045322143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX1witgvBAUYYrZKbFMpm%2Fuploads%2F5t2vxg3PL6Olwk128bAG%2Fyeti.png?alt=media&amp;token=e1087313-4148-4dd0-a5bf-e89965088faf" 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%2FUMAICasHF1x14CdEN3rJ%2Feliteyeti.png?alt=media&amp;token=9631d59b-21a0-4338-9787-9d979e7fbe5d" 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%2FngdNzW3TGEZB9Z4OKcFn%2Ficequeen.png?alt=media&amp;token=e15c6899-5e0e-43f6-baad-db7ff4212755" alt="Skeleton"></td><td></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/devias.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.
