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

# Create a Slack Integration

> Learn how to create a Slack integration in Maxim to receive notifications when your AI application's performance metrics or quality scores exceed specified thresholds.

export const MaximPlayer = ({url}) => {
  return <iframe className="border-background-highlight-secondary h-full w-full rounded-md border-2 aspect-video" src={url} allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>;
};

<Steps>
  <Step title="Prerequisites">
    Ensure you have:

    1. A Slack workspace where you have permission to create a webhook
    2. The webhook URL for the Slack channel where you want to receive notifications

    <Note>
      Learn more about setting up Slack's webhooks [here](https://api.slack.com/messaging/webhooks).
    </Note>
  </Step>

  <Step title="Open Settings">
    Navigate to the **Settings** page in Maxim.
  </Step>

  <Step title="Navigate to Integrations">
    Click on **Integrations** in the left sidebar.
  </Step>

  <Step title="Add integration">
    Click the **Add integration** button.
  </Step>

  <Step title="Select Slack">
    Choose **Slack** as the integration type.
  </Step>

  <Step title="Enter webhook URL">
    In the **Webhook URL** field, paste the webhook URL you copied from Slack.
  </Step>

  <Step title="Name your integration">
    Give your integration a descriptive name (e.g., "Production Alerts").
  </Step>

  <Step title="Save configuration">
    Click **Save** to create the integration.
  </Step>
</Steps>

<MaximPlayer url="https://drive.google.com/file/d/13M37GXnqLgsTLFzPKm2EB3oIlYgLhz9I/preview" />
