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

# Register your church

Create your church in Koinia and start your 14-day free trial.

{% hint style="info" %}
The Koinia interface is in Spanish. Throughout this guide, button labels are shown in Spanish (with an English gloss) so they match what you see on screen.
{% endhint %}

## What it is

Registration creates your church in Koinia along with the first administrator account (with the **Pastor/a** role). A **14-day free trial** starts automatically.

## Who can do it

Anyone opening a new church. No prior account is needed.

## Steps

{% stepper %}
{% step %}

### Open the registration page

Go to **Registra tu iglesia** (Register your church) from the sign-in page.
{% endstep %}

{% step %}

### Fill in the church details

Enter the church name, country, and address. The phone field uses a **country-code picker**.
{% endstep %}

{% step %}

### Create the administrator account

Enter the administrator's name, the lead pastor's name, your email, and a password (**minimum 8 characters**). Repeat the password to confirm.
{% endstep %}

{% step %}

### Create the church

Press **Crear iglesia →** (Create church). You go straight into the dashboard with your trial active.
{% endstep %}
{% endstepper %}

## What is created automatically

* Your church, in **trial** status for 14 days.
* A default membership type named **"Miembro"** (Member).
* Your account with the **Pastor/a** role (full access).
* An initial treasury account: **"Cuenta General"** (General account, cannot be deleted).

## Common errors

* **"La contraseña debe tener al menos 8 caracteres"** — use a longer password.
* **"Las contraseñas no coinciden"** — make sure both boxes match.
* **"Completa los campos requeridos"** — a required field is missing.

## Related

* [Sign in](/user-guide-english/getting-started/iniciar-sesion.md)
* [Billing & plans](/user-guide-english/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/user-guide-english/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.
