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

# Personas responsables

Asigna líderes como responsables de un módulo o de una cuenta.

## Qué es

Las **personas responsables** son los líderes a quienes das acceso a un módulo o a una cuenta de tesorería específica. Es la forma de habilitarle vistas a un **Líder**, que por defecto no ve nada.

## Video

{% embed url="<https://assets.koinia.app/tutoriales/t07-personas-responsables/v1/es/t07-personas-responsables-720.mp4>" %}
"No me deja editar" → personas responsables (0:39)
{% endembed %}

## Quién puede hacerlo

**Pastor/a** y **Administrador/a**.

## Dónde aparece

El panel de personas responsables está disponible dentro de estos módulos:

* **Visitantes**
* **Anuncios y eventos**
* **Programa dominical**
* **Peticiones de oración**
* **Cuentas de tesorería** (como "Líderes responsables")

## Pasos

{% stepper %}
{% step %}

### Abre el módulo o la cuenta

Entra al módulo (o a la cuenta de tesorería) que quieres delegar.
{% endstep %}

{% step %}

### Asigna a un líder

En el panel de responsables, agrega al **Líder**. A partir de ahí verá ese módulo en su menú y podrá administrarlo.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Solo puedes asignar personas con un rol asignable (**Pastor/a, Administrador/a, Tesorero/a, Líder**) y que estén **activas**. Un Miembro no es asignable.
{% endhint %}

## Relacionado

* [Roles y permisos](/guia-del-usuario-espanol/roles-permisos.md)
* [Otorgar acceso al sistema](/guia-del-usuario-espanol/miembros/otorgar-acceso.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/personas-responsables.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.
