> For the complete documentation index, see [llms.txt](https://docs.patagon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patagon.ai/es/primeros-pasos/invite-your-team.md).

# Cómo invitar a tu equipo

Agrega miembros al equipo para que puedan acceder a leads, conversaciones e informes en Patagon AI.

1. En el menú lateral, ve a Organización > Configuración y haz clic en la pestaña Miembros.
2. Haz clic en Agregar miembro en la esquina superior derecha.
3. En el campo Direcciones de Email, ingresa uno o más emails separados por coma.
4. En el menú Rol, selecciona un rol:
   * Admin; acceso total a configuración, miembros, facturación y todas las funciones de la plataforma
   * Miembro; acceso operativo a leads, conversaciones e informes
5. Haz clic en Agregar al Equipo.

![Invitar miembros](/files/QL0cKJ5MWCKJm1QoYVpm)

El invitado recibirá un email con un enlace de verificación. Una vez aceptado, aparecerá como activo en tu lista de Miembros. Las invitaciones pendientes muestran un badge amarillo Pendiente hasta ser aceptadas.

{% hint style="warning" %}
Si un miembro del equipo no recibió el email de invitación, revisa la carpeta de spam. Puedes reenviar la invitación desde la pestaña Miembros.
{% endhint %}

Para cambiar el rol de un miembro después de que se haya unido, usa el menú de rol directamente en la tabla de Miembros; sin necesidad de volver a invitarlo.

Para ver los permisos completos de cada rol, ve a Organización > Roles y Permisos.

## Siguiente paso

Continúa con [Checklist de los primeros 7 días](/es/primeros-pasos/first-7-days-checklist.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.patagon.ai/es/primeros-pasos/invite-your-team.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.
