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

# Sign in

Sign in to your church and switch between churches if you belong to more than one.

## What it is

The sign-in screen gives you access to your church dashboard with your email and password.

## Who can do it

Anyone who has been granted **system access** (see [Grant system access](/user-guide-english/miembros/otorgar-acceso.md)).

## Steps

{% stepper %}
{% step %}

### Enter your email

Koinia detects which church(es) your email belongs to.
{% endstep %}

{% step %}

### Enter your password

Type your password and confirm.
{% endstep %}

{% step %}

### Select the church (if applicable)

If your email belongs to **several churches**, Koinia asks which one to enter.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Belong to several churches?** One account (email + password) can belong to more than one church. Once inside, you can **switch churches** without re-entering your password.
{% endhint %}

## Common errors

* **No church appears** — your email is in the directory but has no system access yet. Ask an administrator to [grant you access](/user-guide-english/miembros/otorgar-acceso.md).
* **Forgot your password** — use [Recover your password](/user-guide-english/getting-started/recuperar-contrasena.md).

## Related

* [Recover your password](/user-guide-english/getting-started/recuperar-contrasena.md)
* [Roles & permissions](/user-guide-english/roles-permisos.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/iniciar-sesion.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.
