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

> Let resellers register a deal straight from their inbox.

export const noun_0 = "deal registration"

export const verb_0 = "register"

> For partner managers whose resellers live in their inbox, not a portal.

A reseller often spots an opportunity mid email thread. Letting them forward that email
captures the deal, with the AI agent filling in the registration form for them so the deal
still lands attributed and CRM-ready.

## What you'll build

Off-portal deal registration by email.

## Before you start

<Steps>
  <Step title="Build the registration form">
    A reseller registration form with its CRM deal automation and attribution should already exist. Set it up first in [Register and approve a deal](./register-and-approve-a-deal); this email channel just feeds that same form, so the deal still lands attributed and CRM-ready.
  </Step>

  <Step title="Enable the AI agent">
    The AI agent reads forwarded emails and submits registrations. Confirm it is enabled for your program.
  </Step>
</Steps>

## Steps

<Steps>
  <Step title="Set up the partner support email">
    Confirm your partner support email address is active. Partners forward a lead to it, and the AI agent reads the email and submits the {noun_0} for them.
  </Step>

  <Step title="Tell partners they can email">
    Share the address and a short note that they can forward a prospect with a sentence of context to {verb_0} a deal, no portal needed.
  </Step>

  <Step title="Let the agent fill the form">
    The agent maps the email into your {noun_0} form, so the deal still lands attributed and CRM-ready.
  </Step>
</Steps>

## Verify it worked

Forward a test email to the partner support address, then confirm the registration appears in
[Submissions](https://app.introw.io/submissions).

## Related

<CardGroup cols={2}>
  <Card title="Register and approve a deal" icon="book-open" href="./register-and-approve-a-deal">
    Build the form and attribution behind every channel.
  </Card>

  <Card title="Register with AI" icon="book-open" href="./register-with-ai">
    Let an AI assistant register deals too.
  </Card>

  <Card title="Register by link" icon="book-open" href="./register-by-link">
    Give resellers a link as well.
  </Card>
</CardGroup>
