Right place
The field must live at the correct config path.
Use this page when you need a high-level map of OpenClaw configuration before making changes.
OpenClaw configuration is not just a bag of toggles. A careless edit can break startup, disable working features, or silently wipe sibling settings.
The config file uses JSON5, not plain JSON. Comments and trailing commas are allowed, but structure still matters.
The field must live at the correct config path.
The value must use the right type or allowed enum.
The surrounding object must keep its sibling settings intact.
The runtime must actually apply the change, whether by hot-apply or restart.
The safest default pattern is simple: inspect the current state first, check the schema instead of guessing, patch the smallest possible layer, validate immediately, and then verify the real runtime effect.