# Quickstart: Customer Support

This guide gets you from a fresh Suptask installation to live customer support across your Slack Connect channels. By the end, your customers will be able to submit tickets directly from their shared Slack channels, and your agents will have a single inbox to manage all incoming requests.

**This guide is for:** Admins setting up B2B customer support using Slack Connect.&#x20;

**Time to complete:** 20–30 minutes.&#x20;

**Before you start:** Suptask must be installed in your Slack workspace. → [Install Suptask](https://support.suptask.com/getting-started/install-suptask)

***

### Step 1: Set up your customer channels in Slack

Each customer gets their own shared Slack Connect channel. This is where they will submit tickets and communicate with your team.

If you haven't already, create and name your customer channels before configuring Suptask. Use a consistent prefix to keep them organized as you scale:

```
#ext-acme-corp
#ext-globex
#ext-initech
```

Once created, invite the customer's Slack workspace to the channel via Slack Connect as you normally would.

> **Note:** Suptask only needs to be installed in your workspace. Your customers do not need to install anything.

***

### Step 2: Create an Inbox for customer support

An Inbox is the container that groups tickets and connects them to your agent team.

1. Open the [Suptask Web App](https://app.suptask.com) and go to **Inboxes**
2. Click **New Inbox** and give it a name, for example `Customer Support`
3. Create or select a **Responder channel** — this is a private Slack channel where your agents will receive ticket notifications and manage responses
4. Save the Inbox

Your agents become members of this Inbox by being invited to the Responder channel in Slack.

→ [Learn more about Inboxes](https://support.suptask.com/setup-and-configure/inboxes/how-to-use-suptask-inboxes)

***

### Step 3: Create a Form and connect your customer channels

A Form defines how tickets are submitted and which channels it accepts tickets from.

1. Inside your new Inbox, click **New Form**
2. Set the Form type to **Collaborative** - this allows everyone in the shared channel to see and track submitted tickets
3. Under **Channels**, select all your customer channels (e.g. `#ext-acme-corp`, `#ext-globex`)
4. Add any custom fields you want customers to fill in when submitting, such as priority or product area
5. Save the Form

> **Tip:** Use separate Forms per customer tier or request type if you want to route or filter tickets differently. You can always add more Forms to the same Inbox later.

→ [Learn more about Forms and Fields](https://support.suptask.com/setup-and-configure/forms-and-fields/what-are-ticket-forms-and-fields)

***

### Step 4: Invite Suptask to each customer channel

For Suptask to work in a channel, the app must be a member of it.

In each customer channel in Slack, type:

```
/invite @Suptask
```

Repeat this for every channel you added to your Form in Step 3. When a new customer channel is created in the future, always invite Suptask as your first step.

***

### Step 5: Test with a ticket submission

Before going live with customers, verify the setup is working end to end.

1. Open one of your customer channels in Slack
2. Post a test message, for example: `"Can you help me with access to the dashboard?"`
3. Add the 🎫 ticket emoji reaction to the message
4. The ticket should appear in your Responder channel and in the Suptask Web App

If the ticket does not appear, check that Suptask is invited to the channel and that the channel is selected in your Form.

→ [Troubleshooting Slack Connect setup](https://support.suptask.com/getting-started/contact-support)

#### Demo of support requests in Slack&#x20;

{% embed url="<https://youtu.be/SEFHp4twEyo?si=OOT8A4syCLHr2Stn>" %}

***

### Step 6: Onboard your customers

Your customers do not need to install Suptask. Once they are in a connected channel, Suptask will automatically send them a welcome onboarding message explaining how to submit and track tickets.

Customers can track all their active tickets in the Suptask app, which appears automatically in their Slack left-side menu without any installation required.

> **Share with your customers:** → [How to use Suptask as a customer](https://support.suptask.com/getting-started/user-guides/customer-support-using-suptask)

***

### Adding more customers

As you grow, adding a new customer follows the same pattern each time:

1. Create a new Slack Connect channel using your naming convention (`#ext-customer-name`)
2. Invite the customer's Slack workspace
3. Add the channel to your existing Form in Suptask
4. Invite the Suptask app to the channel with `/invite @Suptask`

That's all that's needed per customer. There is no need to create new Inboxes or Forms unless you want to separate teams or ticket types.

***

### What's next

Now that your customer support setup is live, explore how to get the most out of it:

* [Set up SLA to track response times](https://support.suptask.com/working-with-tickets/overview-and-analytics)
* [Enable CSAT to collect customer satisfaction scores](https://support.suptask.com/working-with-tickets/for-agents-who-respond-and-manage-tickets)
* [Use Suptask AI to summarize tickets automatically](https://support.suptask.com/working-with-tickets/for-agents-who-respond-and-manage-tickets/how-the-ai-assistant-works)
* [Overview and manage tickets as an agent](https://support.suptask.com/working-with-tickets/for-agents-who-respond-and-manage-tickets/overview-and-manage-tickets-as-an-agent)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.suptask.com/getting-started/quickstart-customer-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
