> ## 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 with AI

> Let resellers register through an AI assistant.

export const verb_0 = "register"

export const noun_0 = "deal registration"

> For partner managers whose resellers work in a chat assistant, not a portal.

When a reseller is already working in an AI assistant, the lowest-friction way to register is to
just ask it. An assistant connected to Introw fills in the registration form and submits it, so
the deal lands attributed and CRM-ready without the reseller switching tools.

## What you'll build

Off-portal deal registration through an AI assistant.

## 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 in [Register and approve a deal](./register-and-approve-a-deal); the assistant fills in that same form.
  </Step>

  <Step title="Enable the AI agent">
    The AI agent powers assistant registrations. Confirm it is enabled for your program.
  </Step>
</Steps>

## Steps

<Steps>
  <Step title="Enable the AI agent">
    The AI agent powers assistant submissions. Confirm it is enabled for your program.
  </Step>

  <Step title="Connect an AI assistant">
    Where partners use an AI assistant connected to Introw through the [MCP server](/features/developer/mcp), they can ask it to {verb_0} a deal in plain language.
  </Step>

  <Step title="Share an example prompt">
    Give partners a short example prompt so they know they can {verb_0} a deal straight from their assistant, which calls the same {noun_0} form flow.
  </Step>
</Steps>

## Verify it worked

Ask a connected assistant to register a test deal, 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 approval behind the assistant.
  </Card>

  <Card title="Register by email" icon="book-open" href="./register-by-email">
    Let resellers register from their inbox too.
  </Card>

  <Card title="Connect an MCP client" icon="book-open" href="/features/developer/mcp/guides/connect-an-mcp-client">
    Let assistants submit through Introw's MCP server.
  </Card>
</CardGroup>
