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

# About Mu WingS

### ENG

Get ready for an epic journey with Mu WingS, a medieval MMORPG that puts you in control of your character's progressive evolution. Face challenges by battling fearsome monsters, conquer strategic territories, embark on thrilling quests, and skillfully trade with other players to enrich your experience. All of this is wrapped in a nostalgic atmosphere, where each map offers a wealth of content to explore.

Join us and discover a vast world filled with adventures, where your determination and skill will determine your success. We’re excited to welcome you on this thrilling journey!

### PT-BR

Prepare-se para uma jornada épica com o Mu WingS, um MMORPG medieval que coloca você no controle da evolução progressiva do seu personagem. Encare desafios ao enfrentar monstros temíveis, conquiste territórios estratégicos, embarque em missões emocionantes e negocie habilmente com outros jogadores para enriquecer sua experiência. Tudo isso é envolto em uma atmosfera nostálgica, onde cada mapa oferece uma riqueza de conteúdo para explorar.

Junte-se a nós e descubra um mundo vasto e repleto de aventuras, onde sua determinação e habilidade determinarão seu sucesso. Estamos ansiosos para recebê-lo nesta emocionante jornada!

### SPN

Prepárate para una jornada épica con Mu WingS, un MMORPG medieval que te pone al mando de la evolución progresiva de tu personaje. Enfrenta desafíos luchando contra monstruos temibles, conquista territorios estratégicos, embárcate en misiones emocionantes y negocia hábilmente con otros jugadores para enriquecer tu experiencia. Todo esto está envuelto en una atmósfera nostálgica, donde cada mapa ofrece una gran cantidad de contenido para explorar.

¡Únete a nosotros y descubre un mundo vasto y lleno de aventuras, donde tu determinación y habilidad determinarán tu éxito. ¡Estamos ansiosos por darte la bienvenida en esta emocionante travesía!

{% content-ref url="/pages/bVRfjnkplNkp4rXfneEz" %}
[Tutorials](/mu-wings-doc/tutorials.md)
{% endcontent-ref %}


---

# 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-wings.gitbook.io/mu-wings-doc/about-mu-wings.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.
