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

# Register by link

> Give resellers a link to register a deal in seconds.

export const noun_0 = "deal registration"

export const verb_0 = "register"

> For partner managers who want resellers to register a deal in seconds, without a login.

The lowest-friction way for a reseller to register is a link they can open and fill in
anywhere. A partner-specific link goes one step further: it attributes every registration
to that reseller automatically, so their claim is locked in and you do not have to
reconcile who submitted what.

## What you'll build

A shareable registration link, optionally attributed to a specific reseller.

## Before you start

<Steps>
  <Step title="Confirm the form">
    A registration form that creates an attributed CRM deal should already exist. Build it in [Register and approve a deal](./register-and-approve-a-deal) so every link credits the right reseller.
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/deal-registration/registration/guides/register-by-link/steps/01.png?v=1783352464" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/deal-registration/registration/guides/register-by-link/video.webm?v=1783352464#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/deal-registration/registration/guides/register-by-link/walkthrough.html?v=1783352464" />
  </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 registration, and confirm it appears in
[Submissions](https://app.introw.io/submissions) attributed to the right reseller.

## Related

<CardGroup cols={2}>
  <Card title="Register by embed" icon="book-open" href="./register-by-embed">
    Capture registrations on your own site.
  </Card>

  <Card title="Register and approve a deal" icon="book-open" href="./register-and-approve-a-deal">
    Build the form and approval behind the link.
  </Card>
</CardGroup>
