> For the complete documentation index, see [llms.txt](https://docs.heavynight.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heavynight.com/tutoriales.md).

# Tutoriales

- [Discord-Link](https://docs.heavynight.com/tutoriales/discord-link.md): Cómo vincular tu cuenta de Discord con la web oficial de HeavyNight...
- [Cómo crear un ticket de soporte](https://docs.heavynight.com/tutoriales/como-crear-un-ticket-de-soporte.md): Heavy Support responde preguntas relacionadas con cualquier asunto relacionado con el servidor, en este caso con la tienda, como problemas de clasificación y prohibiciones de devolución de cargos.
- [Cómo unirse al servidor](https://docs.heavynight.com/tutoriales/como-unirse-al-servidor.md): Para jugar a nuestros servidores Heavy, debe tener una cuenta de Minecraft para PC/Mac (a veces conocida como la versión de Java).
- [Cloudflare DNS](https://docs.heavynight.com/tutoriales/cloudflare-dns.md): ¡Optimiza y protege tu experiencia de navegación en Windows con la configuración de 1.1.1.1! Sigue estos sencillos pasos para disfrutar de una conexión más rápida y segura.
- [Comando /sugerencias](https://docs.heavynight.com/tutoriales/sugerencia.md)


---

# 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://docs.heavynight.com/tutoriales.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.
