> 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/crear-otra-iglesia.md).

# Crear otra iglesia

Administra más de una iglesia con el mismo inicio de sesión.

## Qué es

Con un mismo correo y contraseña puedes fundar y administrar **más de una iglesia**. Es útil para plantaciones, campus o congregaciones hermanas.

Cada iglesia mantiene su información **completamente separada**: sus miembros, su dinero y sus anuncios no se mezclan nunca.

## Quién puede hacerlo

Cualquier persona con una cuenta y el **correo verificado**.

## Cómo llegar

Presiona tu **avatar** en el menú lateral y elige **Crear otra iglesia**.

## Pasos

{% stepper %}
{% step %}

### Verifica tu correo

Si aún no lo has verificado, verás un aviso con el botón **Reenviar verificación**. No puedes continuar hasta confirmarlo.
{% endstep %}

{% step %}

### Completa tus datos

Tu nombre y apellido. Si marcas **"¿Eres el pastor/a?"**, tu nombre se usa también como nombre del pastor.
{% endstep %}

{% step %}

### Completa los datos de la iglesia

Nombre, denominación (si no aparece la tuya, elige "Otra" y escríbela), país, estado, ciudad, código postal, dirección y teléfono.
{% endstep %}

{% step %}

### Crea la iglesia

Al terminar, la nueva iglesia queda registrada y entras a ella.
{% endstep %}
{% endstepper %}

## Cambiar entre iglesias

Cuando tu correo pertenece a más de una iglesia, al iniciar sesión el sistema te pregunta a cuál quieres entrar. Ya dentro, puedes cambiar de iglesia desde el menú.

{% hint style="warning" %}
Si ves información que no reconoces, lo más probable es que estés dentro de la iglesia equivocada. Cambia de iglesia antes de reportar un problema.
{% endhint %}

{% hint style="info" %}
Cada iglesia tiene su **propia suscripción y su propio plan**. Crear una segunda iglesia no duplica tu plan actual: la nueva empieza con su propio periodo de prueba.
{% endhint %}

## Relacionado

* [Registrar tu iglesia](/guia-del-usuario-espanol/getting-started/registrar-iglesia.md)
* [Facturación y planes](/guia-del-usuario-espanol/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/guia-del-usuario-espanol/crear-otra-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.
