> For the complete documentation index, see [llms.txt](https://muiton.gitbook.io/guia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://muiton.gitbook.io/guia/eventos/devil-square/como-entrar-al-devil-square.md).

# Cómo entrar al Devil Square

### Cómo entrar al Devil Square

Los elementos necesarios:

<div><figure><img src="http://image.webzen.net/Mu/guideImage/gameContents/img_devilsquare_2.jpg" alt=""><figcaption><p>Devil’s Eye</p></figcaption></figure> <figure><img src="http://image.webzen.net/Mu/guideImage/gameContents/img_devilsquare_3.jpg" alt=""><figcaption><p>Devil’s Key</p></figcaption></figure> <figure><img src="http://image.webzen.net/Mu/guideImage/gameContents/img_devilsquare_4.jpg" alt=""><figcaption><p>Chaos Jewel</p></figcaption></figure></div>

Solo se permite la entrada de 10 personajes a la Plaza del Diablo a la vez, y necesitan el nivel correcto de Invitación del Diablo para entrar. La Invitación del Diablo está hecha de combinar el Devil’s Eye y Devil’s Key con una Chaos Jewel en el Chaos Mix.

| Artículo                             | Nivel de caída de objetos de los monstruos |
| ------------------------------------ | ------------------------------------------ |
| Devil’s Eye +1 / Llave del Diablo +1 | Más de Nv. 3 (Goblin)                      |
| Devil’s Eye +2 / Llave del Diablo +2 | Más de Nv. 36 (Elite Yeti)                 |
| Devil’s Eye +3 / Llave del Diablo +3 | Sobre Nv. 47 (Shadow)                      |
| Devil’s Eye +4 / Llave del Diablo +4 | Más de Nv. 60 (Devil)                      |
| Devil’s Eye +5 / Llave del Diablo +5 | Más de Lv. 70 (Lizard King)                |
| Devil’s Eye +6 / Llave del Diablo +6 | Más de Nv. 80 (Iron Wheel)                 |
| Devil’s Eye +7 / Llave del Diablo +7 | Más de Nv. 100.                            |


---

# 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://muiton.gitbook.io/guia/eventos/devil-square/como-entrar-al-devil-square.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.
