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

# Configuracion Rapida

> Configura propiedades del agente de forma rapida

### Configuracion rapida

Modifica propiedades individuales del agente sin necesidad de un archivo JSON completo.

***

### Saludo inicial

Establece el mensaje de saludo del agente.

```bash theme={null}
plazbot agent set greeting <agentId> "<saludo>"
```

```bash theme={null}
plazbot agent set greeting age_TZiOY... "Hola! En que puedo ayudarte hoy?"
```

***

### Instrucciones

Configura las instrucciones del agente mediante un wizard interactivo.

```bash theme={null}
plazbot agent set instructions <agentId>
```

El wizard solicita:

| Campo        | Opciones                                                 |
| ------------ | -------------------------------------------------------- |
| Tono         | profesional, amigable, formal, casual, tecnico, empatico |
| Estilo       | conciso, detallado, conversacional, directo              |
| Personalidad | Texto libre                                              |
| Objetivo     | Texto libre                                              |
| Idioma       | Espanol, English, Portugues                              |
| Emojis       | Si / No                                                  |

***

### Persona

Configura la identidad del agente mediante un wizard interactivo.

```bash theme={null}
plazbot agent set persona <agentId>
```

El wizard solicita:

| Campo           | Descripcion                           |
| --------------- | ------------------------------------- |
| Nombre          | Nombre del personaje del agente       |
| Rol             | Rol o cargo del agente                |
| Primera persona | Si el agente habla en primera persona |

### Ejemplo

```text theme={null}
Configurar persona - age_TZiOY...

Nombre del agente: Sofia
Rol del agente: Asistente de Ventas
Habla en primera persona? (S/n): S

Persona configurada exitosamente
```
