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

# Slack Integration

> Configure a Slack Socket Mode connection.

Hiroshi utilizes Slack Socket Mode to establish gateway links without exposing port boundaries.

### Configuration

Update the `[slack]` block in `~/.hiroshi/config.toml`:

```toml theme={null}
[slack]
enabled = true
bot_token = "xoxb-BOT-TOKEN"
app_token = "xapp-APP-TOKEN"
```

Socket Mode handles websocket polling, protecting the local node interface.
