> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plazbot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Widget WhatsApp

> Activa un boton de WhatsApp en el widget de tu agente

### Widget de WhatsApp

Agrega o remueve un boton de WhatsApp en el widget web de tu agente.

***

### Activar widget de WhatsApp

```bash theme={null}
plazbot whatsapp widget enable <agentId> -u <url>
```

| Parametro | Flag        | Requerido | Descripcion                                                                  |
| --------- | ----------- | --------- | ---------------------------------------------------------------------------- |
| `agentId` | argumento   | Si        | ID del agente                                                                |
| URL       | `-u, --url` | Si        | URL de WhatsApp (ej: [https://wa.me/51912345678](https://wa.me/51912345678)) |

### Ejemplo

```bash theme={null}
plazbot whatsapp widget enable age_TZiOY... -u "https://wa.me/51912345678"
```

```text theme={null}
Widget de WhatsApp activado exitosamente
URL: https://wa.me/51912345678
```

***

### Desactivar widget de WhatsApp

```bash theme={null}
plazbot whatsapp widget disable <agentId>
```

```text theme={null}
Widget de WhatsApp desactivado exitosamente
```
