# Equipo

El módulo de equipo facilita la **gestión de usuarios dentro del sistema**, permitiendo al propietario de la cuenta invitar, asignar funciones y gestionar eficazmente a los miembros del equipo.

<figure><img src="/files/gp2yfSfm9lP1DEfK5I0u" alt=""><figcaption><p>Pantalla de equipo</p></figcaption></figure>

## Invitar usuarios

1. El propietario de la cuenta debe acceder a la de gestión de equipos y enviar una invitación introduciendo la dirección de correo electrónico y el rol del usuario
2. El usuario invitado recibe un correo electrónico con un enlace para aceptar la invitación y configurar su cuenta.

## Roles de usuario

### Rol de Gestor&#x20;

* Puede asignar chats a los agentes
* No puede acceder a la configuración, facturación y claves API

### Rol de agente&#x20;

* No puede asignar chats a agentes
* No puede acceder a la configuración, facturación y claves API.


---

# Agent Instructions: 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:

```
GET https://wamoca.gitbook.io/wamoca-docs-es/our-platform/team.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
