> ## 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.

# Agregar Enlace a Portal

> Agrega enlaces personalizados a un portal

### Agregar enlace al portal

Agrega un enlace personalizado que sera visible en el portal.

```bash theme={null}
plazbot portal add-link <portalId> -t "<titulo>" -u "<url>"
```

### Parametros

| Parametro  | Flag          | Requerido | Descripcion       |
| ---------- | ------------- | --------- | ----------------- |
| `portalId` | argumento     | Si        | ID del portal     |
| Titulo     | `-t, --title` | Si        | Titulo del enlace |
| URL        | `-u, --url`   | Si        | URL del enlace    |

### Ejemplo

```bash theme={null}
plazbot portal add-link por_96a... -t "Documentacion" -u "https://docs.plazbot.com"
```

### Resultado

```text theme={null}
Enlace agregado exitosamente
```
