> For the complete documentation index, see [llms.txt](https://docs.koinia.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.koinia.app/guia-del-usuario-espanol/visitantes/anadir-visitante.md).

# Añadir un visitante manualmente

Registra manualmente a un visitante y asígnale a alguien para el seguimiento.

## Qué es

Registra a un visitante directamente desde el panel, sin que tenga que escanear el QR. Útil cuando tomas los datos en papel o por teléfono.

## Quién puede hacerlo

**Pastor/a** y **Administrador/a**, o un **Líder** asignado al módulo de Visitantes.

## Pasos

{% stepper %}
{% step %}

### Abre Visitantes

Ve a **Visitantes** y presiona **Agregar visitante**.
{% endstep %}

{% step %}

### Completa los datos

Nombre, apellido y **WhatsApp** son obligatorios. Agrega correo, la **fuente** (cómo llegó) y una petición de oración si corresponde.
{% endstep %}

{% step %}

### Asigna un responsable (opcional)

Elige quién dará el seguimiento. Esa persona recibe una notificación.
{% endstep %}

{% step %}

### Guarda

Presiona **Guardar**.
{% endstep %}
{% endstepper %}

## Campos

| Campo               | Obligatorio | Notas                                                                            |
| ------------------- | ----------- | -------------------------------------------------------------------------------- |
| Nombre              | Sí          |                                                                                  |
| Apellido            | Sí          |                                                                                  |
| WhatsApp (teléfono) | Sí          | Único por iglesia                                                                |
| Correo              | No          |                                                                                  |
| Fuente              | No          | Familiar, Amigo/a, Redes sociales, Pasaba por aquí, Evento especial, Desconocido |
| Petición de oración | No          |                                                                                  |
| Asignado a          | No          | Notifica a la persona responsable                                                |

## Errores comunes

* **"Nombre, apellido y WhatsApp son obligatorios"** — completa esos tres campos.
* **El teléfono ya existe** — ese visitante ya está registrado en tu iglesia.

## Relacionado

* [Código QR de visitantes](/guia-del-usuario-espanol/visitantes/codigo-qr.md)
* [Seguimientos](/guia-del-usuario-espanol/visitantes/seguimientos.md)
* [Convertir un visitante en miembro](/guia-del-usuario-espanol/visitantes/convertir-en-miembro.md)


---

# 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.koinia.app/guia-del-usuario-espanol/visitantes/anadir-visitante.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.
