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

> Let resellers register a deal from a Slack channel.

export const noun_0 = "deal registration"

export const verb_0 = "register"

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

If your resellers live in Slack, 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 Slack.

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

  <Step title="Connect Slack">
    Your Slack workspace must be connected to Introw. See [Connect Slack](/features/integrations/chat/guides/connect-slack).
  </Step>
</Steps>

## Steps

<Steps>
  <Step title="Connect Slack">
    Connect your Slack workspace so the Introw agent can take {noun_0}s from chat. See [Connect Slack](/features/integrations/chat/guides/connect-slack).
  </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 Slack.
  </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 Microsoft Teams" icon="book-open" href="./register-via-teams">
    Register from a Teams channel instead.
  </Card>

  <Card title="Register with AI" icon="book-open" href="./register-with-ai">
    Register through any connected AI assistant.
  </Card>

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