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

# Catch and resolve channel conflict

> Turn on AI channel-conflict screening for a deal form, then review and resolve any overlap from the Submissions inbox before it syncs to your CRM.

Channel conflict is configured on the form that creates the deal, not in a global settings screen. When you turn on Channel Conflict Analysis for a deal-creating form, every submission is cross-referenced against the deals already in your CRM, and any likely overlap is held in the Submissions inbox with an AI assessment so your team can decide before the deal syncs. This is what keeps a partner deal and a direct (or another partner's) deal from quietly colliding and turning into a dispute weeks later.

## What you'll achieve

A deal-registration or lead form that automatically screens each submission for channel conflict, plus a clear review flow: flagged submissions wait in the Submissions inbox with the overlapping deals and a recommended next step, and your team approves, declines, or links the deal before any CRM record is created. Detection runs automatically; the decision stays with your team.

## Before you start

<Steps>
  <Step title="Have a form that creates a deal">
    Channel conflict analysis only runs on forms whose automations create a Deal (or Lead / Opportunity). Build or open the form partners use to register or submit deals first.
  </Step>

  <Step title="Confirm your CRM is connected">
    Detection compares each submission against the deals synced from your CRM, so a connected CRM with your deals is required.
  </Step>

  <Step title="Check your access">
    You need permission to edit forms, and reviewers need submission access to approve or decline a flagged conflict.
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/ai/channel-conflict/guides/catch-and-resolve-channel-conflict/steps/01.png?v=1783353542" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/ai/channel-conflict/guides/catch-and-resolve-channel-conflict/video.webm?v=1783353542#t=2.5" />
  </Tab>

  <Tab title="Click through">
    <iframe className="w-full rounded-xl" style={{ width: "100%", aspectRatio: "16 / 11", border: 0, backgroundColor: "#FAFAFA" }} src="https://assets.introw.io/docs/features/ai/channel-conflict/guides/catch-and-resolve-channel-conflict/walkthrough.html?v=1783353542" />
  </Tab>
</Tabs>

## Steps

### Turn on detection for the form

<Steps>
  <Step title="Open the form's automations">
    Go to [Forms](https://app.introw.io/forms), open the form partners use to register deals, and switch to the **Automations** tab. The left column lists every automation that can run on a submission.

    <Frame>
      <img src="https://assets.introw.io/docs/features/ai/channel-conflict/guides/catch-and-resolve-channel-conflict/steps/03.png?v=1783353542" alt="Open the form's automations" />
    </Frame>
  </Step>

  <Step title="Make sure the form creates a deal">
    Confirm the form has a deal-creating automation (a **Deal**, **Lead**, or **Opportunity** automation). Channel conflict analysis only screens submissions that produce a deal, so without one there is nothing to cross-reference. Adding a **Create partner** automation turns channel conflict off, so keep that off on deal forms.

    <Frame>
      <img src="https://assets.introw.io/docs/features/ai/channel-conflict/guides/catch-and-resolve-channel-conflict/steps/03.png?v=1783353542" alt="Make sure the form creates a deal" />
    </Frame>
  </Step>

  <Step title="Open Channel Conflict Analysis">
    Select **Channel Conflict Analysis** from the automation list. If it shows a **Disabled** pill, it is not yet screening submissions.

    * **Channel Conflict Analysis** - the on/off switch for AI screening on this form. When on, every submission is checked for overlapping deals before the form's CRM automations run. Turn it on.
    * **Object** - the CRM object the analysis runs against. This is fixed to your **Deal** object and cannot be changed, because conflict only makes sense against deals.
    * **Filters** - optionally limit screening to deals that match these conditions (for example only above a certain amount, or only a specific pipeline). Leave it empty to screen every deal the form creates; add conditions when you only want larger or specific deals reviewed.
    * **Additional context** - free text that helps the agent judge what counts as a conflict for your program (for example how you treat existing open opportunities, or which regions overlap). Describe your rules of engagement here so the assessment matches how your team actually decides.

    <Frame>
      <img src="https://assets.introw.io/docs/features/ai/channel-conflict/guides/catch-and-resolve-channel-conflict/steps/04.png?v=1783353542" alt="Open Channel Conflict Analysis" />
    </Frame>
  </Step>

  <Step title="Save the form">
    Save the form so the automation goes live. New submissions to this form are now screened for conflict.

    <Frame>
      <img src="https://assets.introw.io/docs/features/ai/channel-conflict/guides/catch-and-resolve-channel-conflict/steps/06.png?v=1783353542" alt="Save the form" />
    </Frame>
  </Step>
</Steps>

### Resolve a flagged conflict

<Steps>
  <Step title="Open the Submissions inbox">
    Go to [Submissions](https://app.introw.io/submissions). A submission with detected overlap is held as pending and shows a channel conflict flag on its status.
  </Step>

  <Step title="Open the flagged submission">
    Open the submission to see the deal it would create alongside the overlapping deals the AI found, plus its assessment and recommended next step. This assessment is internal only, partners never see it.
  </Step>

  <Step title="Make the decision">
    Using the AI panel, apply your rules of engagement:

    * **Approve** to let the submission proceed and create or update the deal in your CRM.
    * **Decline** to reject the overlapping registration.
    * **Link to an existing deal** when the right move is to attach the submission to the deal that is already in flight rather than create a duplicate.

    The decision is recorded on the submission, and only then do the form's CRM automations run.
  </Step>
</Steps>

## Verify it worked

Submit a test deal that overlaps a deal already in your CRM. The submission lands in the Submissions inbox as pending with a channel conflict flag, the AI assessment lists the overlapping deal and a recommended next step, and approving or declining it records the outcome before any CRM record is created. A submission with no overlap passes straight through.

## Related

<CardGroup cols={2}>
  <Card title="Implementation reference" icon="screwdriver-wrench" href="../technical">
    Settings, prerequisites, and limits for channel conflict analysis.
  </Card>

  <Card title="Deal & Lead Registration" icon="handshake" href="/features/co-selling/deal-lead-registration">
    The registration flow that feeds these submissions.
  </Card>
</CardGroup>
