> ## 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.

# Configure the claim step

> Configure the MDF claim step: build the claim form with proof-of-spend upload, set CRM automations, approval gates, and the submission window.

> The claim step is where a partner proves what they spent. Configuring it decides what proof they attach, how the claim lands in your CRM, who approves it, and how long they have. This guide sets up the whole step from the fund's edit mode.

Proof of expense is what reimbursement rests on, so the claim step deserves a deliberate setup: a form that captures the amount and the receipts, a CRM automation that records the claim against the project, approval gates that clear the routine claims and route the rest, and a submission window that keeps claims timely. All of it is no-code, and the step can be switched off entirely if your program does not collect claims.

## What you'll achieve

A claim step where partners submit an amount with proof-of-spend attached, the claim lands as a CRM record drawing down the approved budget, an AI review plus your approvers decide it, and a claim window bounds when it can be submitted.

## Before you start

<Steps>
  <Step title="Have an approved project to claim against">
    Claims file against an approved proposal. See [Configure the proposal step](/features/mdf/projects/guides/configure-the-proposal-form).
  </Step>

  <Step title="Confirm your CRM is connected">
    The claim's CRM automation needs a connected CRM. See [CRM Automations](/features/forms/crm-automations).
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/mdf/claims/guides/configure-the-claim-form/steps/01.png?v=1787341982" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/mdf/claims/guides/configure-the-claim-form/video.webm?v=1787341982#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/mdf/claims/guides/configure-the-claim-form/walkthrough.html?v=1787341982" />
  </Tab>
</Tabs>

## Steps

### Open the claim step

<Steps>
  <Step title="Open the fund in edit mode">
    Go to [Marketing Funds](https://app.introw.io/marketing-funds), open the fund, and use **Configure**. Open the **Claims** step. A switch at the top of the step turns it off entirely if your program does not collect claims.

    <Frame>
      <img src="https://assets.introw.io/docs/features/mdf/claims/guides/configure-the-claim-form/steps/01.png?v=1787341982" alt="Open the fund in edit mode" />
    </Frame>
  </Step>
</Steps>

### Build the claim form

<Steps>
  <Step title="Confirm the intake form">
    The **Intake form** section shows the claim form bound to the step. Select **Go to form** to open it in the no-code builder.

    <Frame>
      <img src="https://assets.introw.io/docs/features/mdf/claims/guides/configure-the-claim-form/steps/03.png?v=1787341982" alt="The claim form captures the amount and the proof of spend; Go to form opens the builder." />
    </Frame>
  </Step>

  <Step title="Capture the amount and the proof">
    On the **Form builder** tab, keep the amount and date fields and the **upload** field partners use to attach receipts and invoices as proof of spend. Add any fields your finance team needs; everything is drag-in, no code.
  </Step>

  <Step title="Map the claim to the CRM">
    On the **Automation** tab, the claim automation maps each field to a CRM property and records the claim against the project, so approved claims draw down the approved budget. See [CRM Automations](/features/forms/crm-automations).

    <Frame>
      <img src="https://assets.introw.io/docs/features/mdf/claims/guides/configure-the-claim-form/steps/08.png?v=1787341982" alt="On submit, the automation records the claim against the project so approved amounts draw down the budget." />
    </Frame>
  </Step>
</Steps>

### Set the approval gates

<Steps>
  <Step title="Turn on the AI review">
    Enable the agentic review so straightforward claims auto-approve above a certainty threshold and the rest escalate - so a stack of small, well-documented claims does not sit in a queue.
  </Step>

  <Step title="Add sequential human acceptance steps">
    Under **Acceptance steps**, use **Manage acceptance steps** to set who signs off, in order. Each approver can be a person, a partner-team role, or anyone; each step must accept before the next. Only approved claims count against the budget.
  </Step>
</Steps>

### Set the claim window

<Steps>
  <Step title="Set the submission window">
    Set the **Claim submission window** - how long partners have to submit proof after the activity, measured relative to the activity date or as a fixed date - then **Save**.
  </Step>
</Steps>

## Verify it worked

Open the Claims step and confirm its form (with the proof upload), acceptance steps, and submission window are set. A test claim submitted against an approved project lands as a CRM record with its attachment, runs the AI review, and routes to your approvers; once approved it draws down the budget.

## Related

<CardGroup cols={2}>
  <Card title="Proof of Expense" icon="receipt" href="/features/mdf/claims">
    Why claims are the auditable statement of reimbursable spend.
  </Card>

  <Card title="Run the MDF lifecycle" icon="book-open" href="/features/mdf/projects/guides/run-the-mdf-lifecycle">
    Operate the whole flow, from proposal through reimbursement.
  </Card>

  <Card title="CRM Automations" icon="arrows-rotate" href="/features/forms/crm-automations">
    How the claim form maps and records against the project.
  </Card>
</CardGroup>
