> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobileboost.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Slack notifications

> Get test result summaries delivered to your Slack channels

MobileBoost can post test result summaries to a Slack channel after every test suite run, keeping your team informed without leaving Slack.

## Setup

<Steps>
  <Step title="Create an incoming webhook in Slack">
    In your Slack workspace, create an incoming webhook:

    1. Go to <a href="https://api.slack.com/apps" target="_blank">api.slack.com/apps</a> and create a new app (or select an existing one)
    2. Under **Incoming Webhooks**, toggle the feature on
    3. Click **Add New Webhook to Workspace** and select the channel where you want to receive reports
    4. Copy the generated webhook URL
  </Step>

  <Step title="Add the webhook URL to MobileBoost">
    Go to **Account > Settings** in <a href="https://app.mobileboost.io/gpt-driver/settings" target="_blank">QA Studio</a> and paste the Slack webhook URL in the Slack integration field.
  </Step>
</Steps>

## What you receive

After each test suite run, MobileBoost posts a summary to your configured Slack channel that includes:

* **Pass/fail counts**: how many tests succeeded, failed, or were blocked
* **Failed test details**: test name, failure reason, and a link to the video recording
* **Build info**: app name, version, platform, and device configuration
