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

# Launch the partner support agent

> Enable the partner support agent, give it a name, instructions, welcome message, and logo, test it, surface it in the portal, and monitor real conversations.

The partner support agent answers partner questions around the clock, in their language, grounded in your knowledge base and scoped to what each partner can see. Launching it is one job: enable it, shape its identity and instructions, test it against real questions, surface it in the portal, then watch the first conversations to confirm it is helping. Do this when partner questions outpace your team and you want a consistent, on-brand first response instead of a growing inbox.

## What you'll achieve

A live partner support agent: named, branded, instructed within your guardrails, tested, visible to partners in the portal, and producing conversations you can review. Partners get instant, scoped answers; your team only handles what the agent escalates.

## Before you start

<Steps>
  <Step title="Fill the knowledge base first">
    The agent answers from your knowledge base, so populate it before launch. See [Fill the knowledge base](/features/ai/knowledge-base/guides/fill-the-knowledge-base). An agent with no knowledge gives thin answers.
  </Step>

  <Step title="Confirm the module and access">
    The AI Agent module is on by default. You need AI agent write access to configure the agent.
  </Step>

  <Step title="Have your branding ready">
    Have the agent name, a logo image (up to 5MB), and a sense of the tone and rules you want before you start writing.
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/ai/partner-support/guides/launch-the-partner-support-agent/steps/01.png?v=1783353542" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/ai/partner-support/guides/launch-the-partner-support-agent/video.webm?v=1783353542#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/ai/partner-support/guides/launch-the-partner-support-agent/walkthrough.html?v=1783353542" />
  </Tab>
</Tabs>

## Steps

### Configure the agent

<Steps>
  <Step title="Open the agent configuration">
    Go to [Partner Support Agent](https://app.introw.io/ai-agents/partner-support/configure). This is the **Configure & Test** tab, where you set up the agent on the left and chat with it on the right.

    <Frame>
      <img src="https://assets.introw.io/docs/features/ai/partner-support/guides/launch-the-partner-support-agent/steps/01.png?v=1783353542" alt="Open the agent configuration" />
    </Frame>
  </Step>

  <Step title="Set identity and instructions">
    Work through each field:

    * **Enable Agent** - the master switch that turns the agent on for your organization. Turning it on (you will confirm in a dialog) is what makes the agent available to partners, so leave it off until you have tested. You can come back and enable it after the test step.
    * **Logo** - the image partners see in the chat. Upload one (up to 5MB) so the agent feels like part of your brand rather than a generic bot.
    * **Agent Name** - what partners see the agent called in the chat. Use a name that fits your program (for example "Acme Partner Assistant").
    * **Instructions** - the system instructions that shape how the agent answers: its tone, what it should and should not do, when to escalate, and any house rules. This is your main lever for keeping answers on-brand and within guardrails, so be specific about scope and escalation.
    * **Welcome message** - the first message partners see when they open the chat. Use it to set expectations (what the agent can help with) and invite the first question.

    <Frame>
      <img src="https://assets.introw.io/docs/features/ai/partner-support/guides/launch-the-partner-support-agent/steps/03.png?v=1783353542" alt="Set identity and instructions" />
    </Frame>
  </Step>

  <Step title="Save the configuration">
    Save your changes so the identity, instructions, and branding are applied.

    <Frame>
      <img src="https://assets.introw.io/docs/features/ai/partner-support/guides/launch-the-partner-support-agent/steps/04.png?v=1783353542" alt="Save the configuration" />
    </Frame>
  </Step>
</Steps>

### Test before partners do

<Steps>
  <Step title="Chat in the test panel">
    On the right side of **Configure & Test**, ask the agent the real questions partners ask. Confirm it answers from your knowledge base, holds the tone you set, and escalates where it should.

    <Frame>
      <img src="https://assets.introw.io/docs/features/ai/partner-support/guides/launch-the-partner-support-agent/steps/06.png?v=1783353542" alt="Chat in the test panel" />
    </Frame>
  </Step>

  <Step title="Refine and re-test">
    If an answer is wrong or thin, tighten the **Instructions** or add to the knowledge base, then ask again. Repeat until the agent is reliable on your common questions.

    <Frame>
      <img src="https://assets.introw.io/docs/features/ai/partner-support/guides/launch-the-partner-support-agent/steps/06.png?v=1783353542" alt="Refine and re-test" />
    </Frame>
  </Step>

  <Step title="Enable the agent">
    Once you are happy, turn on **Enable Agent** and confirm. The agent is now live for partners.
  </Step>
</Steps>

### Surface it and monitor

<Steps>
  <Step title="Confirm it appears in the portal">
    With the agent enabled, partners can reach the agent in their partner portal, no separate publishing step is required. Open a partner portal to confirm the assistant is there. Use your portal experience to position where partners discover it.
  </Step>

  <Step title="Review conversation history">
    Switch to the **Conversation History** tab to see real conversations: where each came from (portal, Slack, Teams, or a connected assistant), the questions asked, and any positive or negative feedback. Use this to spot gaps and keep improving instructions and knowledge.
  </Step>
</Steps>

## Verify it worked

Open a partner portal as a partner: the AI assistant is available, and the agent greets them with your welcome message and answers a real question correctly and in scope. Back in **Conversation History**, that conversation appears with its source and any feedback. If the assistant is missing, confirm **Enable Agent** is on; if answers are thin, add to the knowledge base.

## Related

<CardGroup cols={2}>
  <Card title="Use the agent in Slack" icon="book-open" href="./use-the-agent-in-slack">
    Let partners reach the agent from Slack.
  </Card>

  <Card title="Fill the knowledge base" icon="book-open" href="/features/ai/knowledge-base/guides/fill-the-knowledge-base">
    Ground the agent in your content.
  </Card>

  <Card title="Implementation reference" icon="screwdriver-wrench" href="../technical">
    Settings, channels, security, and limits.
  </Card>
</CardGroup>
