> 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/getting-started/registrar-iglesia.md).

# Registrar tu iglesia

Crea tu iglesia en Koinia y empieza tu prueba gratuita de 14 días.

## Qué es

El registro crea tu iglesia en Koinia junto con la cuenta del primer administrador (con rol **Pastor/a**). Al registrarte comienza automáticamente una **prueba gratuita de 14 días**.

## Quién puede hacerlo

Cualquier persona que quiera abrir una iglesia nueva. No necesitas una cuenta previa.

## Pasos

{% stepper %}
{% step %}

### Abre la página de registro

Ve a **Registra tu iglesia** desde la página de inicio de sesión.
{% endstep %}

{% step %}

### Completa los datos de la iglesia

Ingresa el nombre de la iglesia, el país y la dirección. El teléfono usa un **selector de código de país**.
{% endstep %}

{% step %}

### Crea la cuenta del administrador

Escribe el nombre del administrador, el nombre del pastor principal, tu correo y una contraseña (**mínimo 8 caracteres**). Repite la contraseña para confirmarla.
{% endstep %}

{% step %}

### Crea la iglesia

Presiona **Crear iglesia →**. Entrarás directamente al panel con tu prueba activa.
{% endstep %}
{% endstepper %}

## Qué se crea automáticamente

* Tu iglesia, en estado de **prueba** por 14 días.
* Un tipo de membresía por defecto llamado **"Miembro"**.
* Tu cuenta con rol **Pastor/a** (acceso total).
* Una cuenta de tesorería inicial: **"Cuenta General"** (no se puede eliminar).

## Errores comunes

* **"La contraseña debe tener al menos 8 caracteres"** — usa una contraseña más larga.
* **"Las contraseñas no coinciden"** — revisa que ambas casillas sean idénticas.
* **"Completa los campos requeridos"** — falta un dato obligatorio marcado en el formulario.

## Relacionado

* [Iniciar sesión](/guia-del-usuario-espanol/getting-started/iniciar-sesion.md)
* [Facturación y planes](/guia-del-usuario-espanol/configuracion/facturacion.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/getting-started/registrar-iglesia.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.
