> For the complete documentation index, see [llms.txt](https://saint-hollow.gitbook.io/saint-hollow-roleplay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://saint-hollow.gitbook.io/saint-hollow-roleplay/normativa-general/busqueda-de-vacios-legales.md).

# Búsqueda de Vacíos Legales

Queda estrictamente prohibido aprovechar, forzar o interpretar de manera intencionadamente ambigua la normativa con el fin de obtener beneficios personales o grupales mediante la explotación de vacíos legales.

Se considerará **búsqueda de vacío legal** cuando un jugador:

* Intente eludir el espíritu de la norma amparándose en tecnicismos.
* Aproveche la ausencia de una especificación explícita para realizar acciones que claramente vulneran la intención de la regla.
* Manipule interpretaciones de la normativa para evitar sanciones o justificar conductas indebidas.
* Actúe de mala fe utilizando argumentos normativos fuera de contexto.

La normativa debe interpretarse bajo el principio de **buena fe y juego limpio**, priorizando siempre la intención y el equilibrio del rol por sobre interpretaciones literales convenientes.

El equipo administrativo se reserva el derecho de:

* Interpretar la normativa conforme a su finalidad original.
* Aplicar sanciones aunque la conducta no esté descrita palabra por palabra, si claramente contradice el espíritu del reglamento.
* Modificar o ampliar las normas cuando se detecten intentos de explotación.

El desconocimiento, la interpretación forzada o la omisión deliberada no eximen de responsabilidad.


---

# 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://saint-hollow.gitbook.io/saint-hollow-roleplay/normativa-general/busqueda-de-vacios-legales.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.
