> 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/miembros/otorgar-acceso.md).

# Grant system access

Give a member the ability to sign in and assign them a role.

## What it is

Turns a directory member into a user who can **sign in**, and assigns them a **role**. Koinia generates a **temporary password** that you share with the person.

## Who can do it

**Pastor/a** and **Administrador/a**.

## Steps

{% stepper %}
{% step %}

### Open the member

In **Miembros** (Members), find the person and open their profile.
{% endstep %}

{% step %}

### Grant access

Choose **Otorgar acceso al sistema** (Grant system access) and select the **role** they will have.
{% endstep %}

{% step %}

### Create the access

Press **Crear acceso** (Create access). You'll see **"Acceso otorgado correctamente"** (Access granted) and a **temporary password**.
{% endstep %}

{% step %}

### Share the password

Copy the temporary password and share it securely with the person. They can change it when they sign in.
{% endstep %}
{% endstepper %}

## Available roles

| Role                                | Access                                                                                     |
| ----------------------------------- | ------------------------------------------------------------------------------------------ |
| **Pastor/a** (Pastor)               | Full access to everything.                                                                 |
| **Administrador/a** (Administrator) | Full access to everything.                                                                 |
| **Tesorero/a** (Treasurer)          | All treasury accounts; no admin modules unless assigned.                                   |
| **Líder** (Leader)                  | Nothing by default; only what is [assigned](/user-guide-english/personas-responsables.md). |
| **Miembro** (Member)                | No admin access.                                                                           |

See [Roles & permissions](/user-guide-english/roles-permisos.md) for the full detail.

## Common errors

* **"Límite de usuarios alcanzado"** (User limit reached) — your plan caps how many users can have an assigned role. Upgrade in [Billing](/user-guide-english/configuracion/facturacion.md) or remove access from someone who no longer needs it.
* **The person can't sign in** — confirm you shared the correct temporary password and that they are entering the right church.

## Related

* [Members vs. access](/user-guide-english/miembros/miembros-vs-accesos.md)
* [Roles & permissions](/user-guide-english/roles-permisos.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/miembros/otorgar-acceso.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.
