> 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/configuracion/codigo-qr-iglesia.md).

# Código QR de la iglesia

El código QR que los miembros escanean para conectarse a tu iglesia.

## Qué es

Un código QR único de tu iglesia. Los miembros lo escanean desde la app de Koinia para **conectarse a tu iglesia**. No confundir con el [QR de visitantes](/guia-del-usuario-espanol/visitantes/codigo-qr.md), que es para registrar visitas.

## Video

{% embed url="<https://assets.koinia.app/tutoriales/t01-codigo-iglesia/v1/es/t01-codigo-iglesia-720.mp4>" %}
Cómo comparte tu iglesia su código (0:39)
{% endembed %}

## Quién puede hacerlo

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

## Pasos

{% stepper %}
{% step %}

### Abre Marca de iglesia

Ve a la configuración de tu iglesia (**Marca de iglesia**).
{% endstep %}

{% step %}

### Encuentra el Código QR de la iglesia

En la sección del código QR, descárgalo o imprímelo para compartirlo con tu congregación.
{% endstep %}
{% endstepper %}

## Diferencia con el QR de visitantes

| QR                   | Para quién | Qué hace                                       |
| -------------------- | ---------- | ---------------------------------------------- |
| **QR de la iglesia** | Miembros   | Los conecta a tu iglesia en la app.            |
| **QR de visitantes** | Visitantes | Registra una visita y una petición de oración. |

## Relacionado

* [Marca de iglesia](/guia-del-usuario-espanol/configuracion/marca-iglesia.md)
* [Código QR de visitantes](/guia-del-usuario-espanol/visitantes/codigo-qr.md)
* [Cómo se une un miembro (video para compartir)](/guia-del-usuario-espanol/miembros/unete-a-tu-iglesia.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/configuracion/codigo-qr-iglesia.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.
