> For the complete documentation index, see [llms.txt](https://www.superelite.net/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.superelite.net/manual/bienvenida-del-manual.md).

# Bienvenida del manual

## Manual del Mundo de Superélite

Imagina un mundo donde puedes hacer lo que desees sin limitaciones, más que tus principios. Este servidor te ofrece un sistema de combate inspirado en animes como "Jujutsu Kaisen", "Dragon Ball", entre otros.

El objetivo es crear un mundo mágico habitado por seres vivos que piensan de manera lógica, en un universo infinito con sus propias reglas físicas.&#x20;

{% hint style="warning" %}
Tus objetivos pueden ser tener una familia o lo que deseas, pero el servidor está totalmente creado para ser un universo propio. No tenemos como objetivo que un jugador tenga una buena experiencia en este mundo, ya que es un mundo lleno de maldad y seres que quieren adueñarse de él. No hay ningún tipo de censura en la historia, y puede haber violaciones, muertes grotescas, y lo que se te ocurra. Esto no es un simple juego.
{% endhint %}

{% hint style="danger" %}
**Advertencia:**&#x20;

Esta página está en desarrollo, por lo que puede contener errores, información incompleta, zonas vacías y páginas duplicadas utilizadas para probar diferentes diseños. Aún no se han incorporado todos los datos básicos y se seguirá actualizando con el tiempo.
{% 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://www.superelite.net/manual/bienvenida-del-manual.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.
