> ## 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 via Microsoft Teams

> Let resellers register a deal from a Microsoft Teams channel.

export const noun_0 = "deal registration"

export const verb_0 = "register"

> For partner managers who already run their reseller relationships in shared Microsoft Teams channels.

If your resellers live in Teams, asking them to leave for a portal is friction. Bringing the
Introw agent into the channel lets a reseller register a deal in the same place they already
talk to your team, with the registration landing attributed and CRM-ready.

## What you'll build

Off-portal deal registration from Microsoft Teams.

## 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); Teams submissions run through that same form.
  </Step>

  <Step title="Connect Microsoft Teams">
    Your Teams tenant must be connected to Introw. See [Connect Microsoft Teams](/features/integrations/chat/guides/connect-microsoft-teams).
  </Step>
</Steps>

## Steps

<Steps>
  <Step title="Connect Microsoft Teams">
    Connect your Teams tenant so the Introw agent can take {noun_0}s from chat. See [Connect Microsoft Teams](/features/integrations/chat/guides/connect-microsoft-teams).
  </Step>

  <Step title="Bring the agent into a channel">
    Add the Introw agent to the partner channel where deals come up.
  </Step>

  <Step title="Let partners submit from a message">
    Partners give the agent the deal details in a message, and it submits the {noun_0} through the same form flow so they can {verb_0} without leaving Teams.
  </Step>
</Steps>

## Verify it worked

Message the agent with a test deal in a connected channel, 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 channel.
  </Card>

  <Card title="Register via Slack" icon="book-open" href="./register-via-slack">
    Register from a Slack channel instead.
  </Card>

  <Card title="Connect Microsoft Teams" icon="book-open" href="/features/integrations/chat/guides/connect-microsoft-teams">
    Set up the Teams integration.
  </Card>
</CardGroup>
