# Sugerencias

## ¿Qué es Sugerencias?

Sistema que **recopila sugerencias** de los miembros en un canal dedicado.

### Casos de Uso

* ✅ Feedback del servidor
* ✅ Mejoras sugeridas
* ✅ Comunidad participativa
* ✅ Ideas nuevas

## 🚀 Configuración Básica

### Activar

```bash
/sugerencias setup #sugerencias
```

### Usuarios sugieren

```bash
/suggest idea
```

Se publica en #sugerencias con reacciones para votación.

## ⚙️ Configuración

### Cambiar Canal

```bash
/sugerencias edit #nuevo-canal
```

### Desactivar

```bash
/sugerencias eliminar
```

## 🔗 Relacionado

* [Confesiones](broken://pages/c2c40c68b47c17956925f1cf82eada2bec0e8a37)


---

# 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://okaa.gitbook.io/okaa-wiki/configuracion/sugerencias.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.
