# Invite Tracker

## ¿Qué es Invite Tracker?

Sistema que **rastrea quién invitó a cada miembro**. Útil para ver quién trae gente y recompensar.

### Casos de Uso

* ✅ Ver quién invita más
* ✅ Rastrear origen de miembros
* ✅ Recompensar reclutadores
* ✅ Analizar crecimiento

## 🚀 Configuración Básica

{% stepper %}
{% step %}

#### Activar Invite Tracker

```bash
/invite-tracker setup
```

{% endstep %}

{% step %}

#### Ver Top Invitadores

```bash
/invitesTop
```

Muestra ranking de invitaciones
{% endstep %}

{% step %}

#### Ver Stats Personales

```bash
/invitesTop @Usuario
```

{% endstep %}
{% endstepper %}

## 📊 Información Registrada

* ✅ Quién invitó a quién
* ✅ Cuántas invitaciones tiene cada uno
* ✅ Cuándo se unieron
* ✅ Si se fueron

## 📞 ¿Problemas?

Pide ayuda en [soporte](https://discord.gg/2ZKdT6SRsZ)

## 🔗 Relacionado

* [Logs](broken://pages/d55ba5ccfe0f5a3f763e4567c9e5b060183bad13)
* [Estadísticas](broken://pages/46753171015152d8006fcb6e819bbbd6e1e7667c)


---

# 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/invite-tracker.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.
