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

# Discord

> Step-by-step guide to integrate Discord with Siren for sending messages to Discord channels and users

***Prerequisites:***

* A Discord account with server management permissions
* Permission to create applications in the Discord Developer Portal

<img src="https://mintcdn.com/siren/q3XgL8jc8gQ9gho_/docs/Images/Providers/Integrations/Chat/discord.png?fit=max&auto=format&n=q3XgL8jc8gQ9gho_&q=85&s=c6159cf1cd2a7ce16cc7d8ca750f73aa" alt="Discord integration screenshot" width="1920" height="1080" data-path="docs/Images/Providers/Integrations/Chat/discord.png" />

## Integration Setup

To integrate Discord with Siren, follow these steps:

<Steps>
  <Step title="Navigate to Providers">
    Go to the **Providers** section in your Siren dashboard.
  </Step>

  <Step title="Select Chat Platforms">
    Choose the **Chat Platforms** channel from the available options.
  </Step>

  <Step title="Choose Discord">
    Locate **Discord** in the list of providers and click on **Add Account**.
  </Step>

  <Step title="Get Discord Bot Token">
    Before filling in the account details, you will need to get your bot token from Discord Developer Portal:

    1. Go to the [Discord Developer Portal](https://discord.com/developers/applications)
    2. Select your application or create a new one
    3. In the left navigation panel, click on **Bot**
    4. Under the **Bot** section:
       * For a new bot: Click **Reset Token** and confirm with your password
       * For an existing bot: Click **Copy** to copy the token
             <img src="https://mintcdn.com/siren/q3XgL8jc8gQ9gho_/docs/Images/Providers/Integrations/Chat/DiscordNewBot.png?fit=max&auto=format&n=q3XgL8jc8gQ9gho_&q=85&s=706a950c141991770efb8c8b18ea1dc6" alt="Discord Bot Token" width="1920" height="960" data-path="docs/Images/Providers/Integrations/Chat/DiscordNewBot.png" />

    **Important:** Keep this token secure and never share it publicly.
  </Step>

  <Step title="Enter Account Details">
    In the pop-up window, enter the following details:

    * **Custom Name**: A name to identify this integration in Siren
    * **Bot Token**: Paste the Discord bot token you copied
    * **Default Channel ID**: (Optional) Default channel to send messages to
  </Step>

  <Step title="Save Configuration">
    Click **Save** to complete the Discord integration setup in Siren.
  </Step>
</Steps>
