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

# Guardar plantilla

> Guarda nueva versión de plantilla y la activa.

**Autenticación:** Bearer JWT — **Headers:** `X-Empresa-Id` (requerido)

<CodeGroup>
  ```json Request theme={null}
  {
    "nombre": "Plantilla principal",
    "config": {
      "color_primario": "#1B5EFF",
      "mostrar_logo": true,
      "mostrar_detalle_iva": true,
      "footer_texto": "Gracias por su compra"
    }
  }
  ```

  ```json Response 200 theme={null}
  {
    "id": "tpl_abc123",
    "version": 4,
    "message": "Plantilla guardada y activada"
  }
  ```
</CodeGroup>
