# FAQ

### ¿Qué versión es?

Java: `1.20.x - 1.21.x`.

Bedrock: última versión disponible.

### ¿Es premium/no premium?

Funciona para **Premium y No-Premium**.

### ¿Hay crossplay?

Sí. Java y Bedrock pueden jugar juntos.

### ¿Cómo protejo mi cuenta (no-premium)?

* Primera vez: `/register <contraseña> <confirmarContraseña>`
* Siguientes: `/login <contraseña>`

### ¿Dónde reporto bugs?

Abre un ticket en Discord:

* <https://discord.gg/QrrRURzeRm>

### ¿Cómo veo mis comandos?

Prueba `/help`.

Si el servidor tiene guía de comandos, la agregamos en una página aparte.

Ya está disponible:

* [Guía de comandos esenciales](/servidor-galaxygx/guia-de-comandos-esenciales.md)


---

# Agent Instructions: 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:

```
GET https://docs.galaxygx.xyz/servidor-galaxygx/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
