> For the complete documentation index, see [llms.txt](https://cogna8-io.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cogna8-io.gitbook.io/docs/core-concepts/conflict-resolution.md).

# Conflict Resolution

When a conflict is detected, it must be resolved before dependent actions can proceed. Cogna8 provides multiple resolution paths depending on the nature of the conflict.

## Resolution Options

The system supports several resolution strategies: accepting the newer information, retaining the existing value, combining both into a unified value, or deferring the decision when more information is needed.

{% hint style="info" %}
All resolution actions are recorded in the audit trail with full context: who resolved it, which approach was chosen, when, and any notes provided.
{% endhint %}

## After Resolution

Once a conflict is resolved, the winning value becomes active state, and any dependent actions are re-evaluated against the updated state. If resolution is deferred, the conflict remains open and blocking behavior continues.
