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

# ABOUT

**PV Guidebook** trae la estética y la comodidad de **GitBook** al interior de tu servidor de FiveM. Los jugadores abren la normativa con un comando (`/normas` por defecto) y navegan como en una wiki profesional: sidebar con categorías y páginas, buscador, breadcrumbs, botón claro/oscuro y un panel **"On this page"** a la derecha que se genera solo con los encabezados.

El staff edita **todo en vivo** desde el juego con `/normasadmin`: crear/editar/mover/borrar categorías y páginas, escribiendo el contenido en **Markdown estilo GitBook**. Los cambios se reflejan **al instante** a todos los que estén leyendo — sin reiniciar el recurso.

#### ✨ Overview

* 🎨 **Estética GitBook real**: sidebar, buscador, breadcrumbs, pager (anterior/siguiente) y **panel "On this page"** con scroll-spy.
* ✍️ **Editor in-game en tiempo real** (`/normasadmin`): crear, editar, mover ↑↓ y borrar categorías y páginas.
* 📝 **Markdown completo compatible con GitBook** — puedes **copiar/pegar** desde tu GitBook y funciona igual.
* 🎁 **Bloques GitBook**: `{% hint %}`, `{% tabs %}`, `<figure>`, `<details>`, `{% embed %}`, `{% content-ref %}`...
* 🎨 **Colores y estilos**: `<mark style="color:red;background-color:#ff0;">`, `<span style="color:blue;">`, `<b>`, `<i>`, `<u>`, `<del>`, `<code>`, `<kbd>`, `<sub>`, `<sup>`... con **anidamiento** (`<b><i><u>...</u></i></b>` ✓).
* 🔄 **Refresco en vivo** a todos los lectores cuando el staff guarda.
* 🌗 Tema **claro/oscuro** + color de acento y branding configurables (título, subtítulo, logo).
* 💾 Contenido persistente en **base de datos** (tablas auto-creadas) con **seed inicial** editable.
* 🔌 **Exports** para publicar páginas desde otros recursos (ej: changelogs automáticos).
* 🛡️ **Bridge editable sin desencriptar** (`escrow_ignore`).
* 🌐 **100% traducible** — ES/EN incluidos.

#### 📦 Requirements

* `ox_lib`
* `oxmysql`
* **No requiere framework**. Los permisos de staff se gestionan por **ACE** (auto-configurados) con fallback opcional a QBX.


---

# 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.privalo.dev/scripts/essentials/guidebook/about.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.
