> 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/miembros/miembros-vs-accesos.md).

# Miembros vs. accesos: la diferencia clave

Entiende la diferencia entre estar en el directorio y poder iniciar sesión.

Este es el concepto más importante para administrar bien tu iglesia en Koinia.

## Un miembro no siempre puede iniciar sesión

* **Miembro** — una persona registrada en el directorio de tu iglesia (nombre, teléfono, cumpleaños, etc.). Un miembro puede existir **sin** una cuenta para iniciar sesión.
* **Acceso al sistema** — la capacidad de iniciar sesión con correo y contraseña, junto con un **rol** que define qué puede ver y hacer.

{% hint style="warning" %}
**Añadir un miembro** y **otorgarle acceso** son dos acciones separadas. Puedes tener cientos de miembros en el directorio y darle acceso solo a tu equipo de liderazgo.
{% endhint %}

## Cuándo usar cada una

| Situación                                    | Qué hacer                                                                         |
| -------------------------------------------- | --------------------------------------------------------------------------------- |
| Registrar a alguien en el directorio         | [Añadir un miembro](/guia-del-usuario-espanol/miembros/anadir-miembro.md)         |
| Que un líder o tesorero pueda iniciar sesión | [Otorgar acceso al sistema](/guia-del-usuario-espanol/miembros/otorgar-acceso.md) |
| Cargar muchos miembros de golpe              | [Importar miembros](/guia-del-usuario-espanol/miembros/importar-miembros.md)      |
| Alguien se registró solo desde el QR         | [Cuentas pendientes](/guia-del-usuario-espanol/miembros/cuentas-pendientes.md)    |

## Por qué importa

* Los **planes** de Koinia limitan cuántas personas pueden tener acceso con rol asignado (Pastor/a, Administrador/a, Tesorero/a, Líder), no cuántos miembros tienes en el directorio.
* Una misma cuenta (correo) puede pertenecer a **varias iglesias**.

## Relacionado

* [Añadir un miembro](/guia-del-usuario-espanol/miembros/anadir-miembro.md)
* [Roles y permisos](/guia-del-usuario-espanol/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/guia-del-usuario-espanol/miembros/miembros-vs-accesos.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.
