> 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/en.md).

# Welcome to Koinia

Help center for church administrators and leaders using Koinia.

Koinia is the platform to run your church: your **members** directory, **visitor** tracking, **treasury**, **announcements**, the **Sunday program**, **prayer requests**, and **WhatsApp** communication — all in one place.

This guide is for pastors, administrators, treasurers, and leaders who use the Koinia dashboard day to day.

{% hint style="info" %}
New here? Start with [Register your church](/user-guide-english/getting-started/registrar-iglesia.md), then learn how to [Add a member](/user-guide-english/miembros/anadir-miembro.md).
{% endhint %}

## Explore the guide

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting started</strong></td><td>Register your church and sign in.</td><td><a href="/user-guide-english/getting-started.md">Getting started</a></td></tr><tr><td><strong>Members</strong></td><td>Add people to your congregation and grant them access.</td><td><a href="/user-guide-english/miembros.md">Members</a></td></tr><tr><td><strong>Visitors</strong></td><td>Welcome them with a QR code and follow up.</td><td><a href="/user-guide-english/visitantes.md">Visitors</a></td></tr><tr><td><strong>Congregation modules</strong></td><td>Departments, announcements, the Sunday program, prayer requests, and more.</td><td><a href="/user-guide-english/modulos.md">Congregation modules</a></td></tr><tr><td><strong>Treasury</strong></td><td>Accounts, income and expenses, and online donations.</td><td><a href="/user-guide-english/tesoreria.md">Treasury</a></td></tr><tr><td><strong>Settings</strong></td><td>Church branding, catalogs, and billing &#x26; plans.</td><td><a href="/user-guide-english/configuracion.md">Settings</a></td></tr><tr><td><strong>Roles &#x26; permissions</strong></td><td>What each role can do, and who the responsible people are.</td><td><a href="/user-guide-english/roles-permisos.md">Roles &amp; permissions</a></td></tr></tbody></table>

## Before you start: two key concepts

* **Member** — a person in your church directory. They can exist **without** being able to sign in.
* **System access** — the ability to sign in with an email and password, together with a **role** (Pastor, Administrator, Treasurer, Leader, or Member).

Adding a member and granting them access are **two separate actions**. We explain it in [Members vs. access](/user-guide-english/miembros/miembros-vs-accesos.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/en.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.
