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

# Communicators

> Connect a Communictor and chat with Friday on the go

Communicators connect a Friday space to a chat platform so users can converse with it on the platform of their choice. The same agents, skills, and state that power Friday’s web chat respond on Slack, Discord, Telegram, WhatsApp, or Microsoft Teams — you just plug in a bot.

## Setup

**In Friday Studio**, navigate to your space in the left sidebar and click **Overview**, then click the **Info** tab. Next, scroll down to the **Communicators** section and click **Connect** next to the platform you want. Paste the required credentials, and submit. Studio stores them securely and wires up the webhook for you.

<Frame>
  <img src="https://mintcdn.com/platform-hellofriday-ai/7SxNUzV1en_XH3EQ/images/communicators-card.png?fit=max&auto=format&n=7SxNUzV1en_XH3EQ&q=85&s=b5c697deb8653f2b1e7b790cc0b23398" alt="Communicators card in Studio with Connect buttons for slack, telegram, discord, teams, and whatsapp" width="1066" height="562" data-path="images/communicators-card.png" />
</Frame>

### Platform Credentials

**In the supported platform**, create the bot and copy the credentials (bot token, signing secret, etc.). Each provider page walks through this:

* **[Slack](/guides/communicators/slack)**
* **[Discord](/guides/communicators/discord)**
* **[Telegram](/guides/communicators/telegram)**
* **[WhatsApp](/guides/communicators/whatsapp)**
* **[Microsoft Teams](/guides/communicators/teams)**

## Configuration

Once connected, the space's `workspace.yml` records which communicators are active:

```yaml workspace.yml theme={null}
communicators:
  slack:
    kind: slack
```

No secrets are stored in the YAML — credentials are stored separately and scoped to the space.

## What’s next

<CardGroup cols={2}>
  <Card title="Slack" icon="slack" href="/guides/communicators/slack">
    Connect a Slack app to a space for DMs and @mentions.
  </Card>

  <Card title="Discord" icon="discord" href="/guides/communicators/discord">
    Connect a Discord bot to a space for DMs and @mentions.
  </Card>

  <Card title="Telegram" icon="telegram" href="/guides/communicators/telegram">
    Connect a Telegram bot to a space for direct messages.
  </Card>

  <Card title="WhatsApp" icon="whatsapp" href="/guides/communicators/whatsapp">
    Connect a WhatsApp Business number to a space for customer chat.
  </Card>

  <Card title="Microsoft Teams" icon="microsoft" href="/guides/communicators/teams">
    Connect a Microsoft Teams bot to a space for DMs and @mentions.
  </Card>
</CardGroup>
