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

# Actualizar configuración del agente

> Merge top-level keys into an agent's behavior config. Existing keys are preserved unless `replace` is explicitly true. This does not change prompts, stages, fields, or channel prompts.

Combina ajustes de comportamiento en el objeto `config` de un agente sin modificar prompts, etapas, campos ni prompts por canal.

Por defecto, sólo cambian las claves superiores enviadas y se conserva el resto de la configuración. Usa `replace: true` únicamente cuando necesites reemplazar intencionalmente el objeto completo.

Los ajustes comunes incluyen `disabled_channels`, `first_contact_channel`, `email_sender_id` y `gate_outbound_to_hours`.


## API Specification

The full API specification for this endpoint is available in the [documentation index](https://docs.getnexor.ai/llms.txt).
