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

# Request funds by link

> Give partners a shareable link to submit an MDF request in seconds, attributed to the right partner.

export const noun_0 = "MDF request"

export const verb_0 = "request"

The lowest-friction way for a partner to ask for MDF is a link they can open and fill in from anywhere. A partner-specific link goes further: it attributes every request to that partner automatically, so the request is tied to the right allocation from the start. Reach for this when you want to drop a request path into an email, a Slack channel, or a portal message rather than relying on partners to navigate.

## What you'll achieve

A shareable MDF request link partners can use immediately, with an optional partner-specific variant that credits each submission to the right partner so it lands against the correct fund and allocation.

## Before you start

<Steps>
  <Step title="Confirm the fund and its request form">
    A fund with its request form must exist on [Marketing Funds](https://app.introw.io/marketing-funds). See [Set up an MDF program](/features/mdf/funds-allocation/guides/set-up-an-mdf-program).
  </Step>
</Steps>

## Watch it

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

## Steps

<Steps>
  <Step title="Open the form's share dialog">
    In [Forms](https://app.introw.io/forms), open your {noun_0} form and open its **Share form** dialog.
  </Step>

  <Step title="Copy the link">
    On the **Link** tab, copy the general link to share with anyone, or the partner link to attribute every submission to a specific partner.
  </Step>

  <Step title="Send it to partners">
    Drop the link into an email, a portal message, a Slack channel, or anywhere your partners already are. A partner link credits that partner every time they {verb_0} a deal.
  </Step>
</Steps>

## Verify it worked

Open the link yourself, submit a test request, and confirm it appears in [Submissions](https://app.introw.io/submissions) against the right fund. A partner link should show the submission attributed to that partner.

## Related

<CardGroup cols={2}>
  <Card title="Request funds by embed" icon="book-open" href="./request-by-embed">
    Capture requests on your own site or portal.
  </Card>

  <Card title="Run the MDF request-to-payout flow" icon="book-open" href="./run-the-mdf-request-to-payout-flow">
    Review and process the requests that come in.
  </Card>

  <Card title="Implementation reference" icon="screwdriver-wrench" href="../technical">
    Full request and submission configuration options.
  </Card>
</CardGroup>
