# Troubleshooting

## Troubleshooting

### Las quests no aparecen

Revisa:

* sintaxis YAML
* frecuencia y rotación activa
* categoría o filtros de GUI
* requisitos de reputación

### El progreso no sube

Verifica:

* tipo de objetivo correcto
* cooldowns de anti-abuso
* party sharing y distancia
* quest realmente aceptada

### Bedrock abre la UI incorrecta

Confirma:

* Geyser y Floodgate activos
* Cumulus disponible
* labels Bedrock cargados

### La tienda no entrega rewards

Comprueba:

* coste y saldo
* formato del item
* permisos del jugador
* errores en consola

### Problemas con base de datos

* valida conexión y credenciales
* revisa bloqueos o latencia
* confirma que la cache hace flush

### Qué revisar en logs

Busca eventos alrededor de:

* aceptación
* progreso
* completado
* rotación
* errores de dependencias

### Flujo de diagnóstico rápido

1. Reproduce con una quest mínima.
2. Reduce variables externas.
3. Revisa config y logs.
4. Prueba con un solo jugador.
5. Reintroduce party, Bedrock y webhooks al final.


---

# 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://camiladev.gitbook.io/documentation/quests/guia-de-administracion/troubleshooting.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.
