> For the complete documentation index, see [llms.txt](https://twwom-2.gitbook.io/twwom-2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://twwom-2.gitbook.io/twwom-2/informacion-general/publish-your-docs.md).

# Reglas de Discord

{% hint style="danger" %}
Las reglas están sujetas a cambios en cualquier momento sin previo aviso; le recomendamos que las revise periódicamente.
{% endhint %}

## Normas Generales

* Es necesario que cada nombres de discord y avatares sean apropiados para todo el público.
* Respetar a todas las personas en el server. Cualquier acoso físico, ideológico, religioso o de cualquier otro tipo conllevará a advertencia o ban.
* COMPLETAMENTE PROHIBIDO hablar acerca de la vida privada de cualquier miembro del staff. El incumplimiento de esta norma lleva a baneo inmediato del server.
* Cualquier tema de conversación con contenido polémico y/o especulativo está TOTALMENTE PROHIBIDO.El incumplimiento de esta norma lleva a expulsión inmediata del server.
* Ningún tipo de contenido NSFW (+18) está permitido en el server bajo ninguna circunstancia
* SPAM del tipo redes/servers/contenido de cualquier tipo está considerado prohibido en este server (SIN AUTORIZACION DE UN STAFF). El incumplimiento de está norma conllevará a un ban directo en el servidor.
* Spam del tipo: símbolos, frases o palabras. Conllevará a una advertencia y/o ban en el servidor.
* Discusiones de temas controversiales como religión/lugar de origen/política/orientaciones sexuales, etc. está totalmente prohibido.
* No está permitido el taggeo excesivo hacia miembros del staff.
* Flood de palabras o frases será considerado como spam y se tomarán las medidas pertinentes.(FLOOD: realizar repetidamente cualquier acción, sin descanso. Ej: Escribir un mensaje repetitivamente.
* Totalmente prohibido el uso de audios spam en los canales de voz. Esto incluye modulares de voz, audios sustos, ruidos molestos de fondo o cualquier tipo de sonido desagradable en general.
* Cualquier persona que cuestione las decisiones o falte a un miembro del staff conllevará a una sanción grave.
* Está completamente prohibido hacerse pasar por cualquier tipo de persona en el server. Esto incluye: otros usuarios, miembros del staff, etc..

{% hint style="warning" %}
EL INCUMPLIMIENTO DE CUALQUIERA DE ESTÁS NORMAS SUPONDRÁ UNA SANCIÓN Y/O EXPULSIÓN DEL SERVER.
{% 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://twwom-2.gitbook.io/twwom-2/informacion-general/publish-your-docs.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.
