> ## 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.

# Telegram Integration

> Hook Hiroshi up to a secure Telegram bot.

Hiroshi features a native Telegram integration wrapper.

### Configuration

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

```toml theme={null}
[telegram]
enabled = true
token = "YOUR_TELEGRAM_BOT_TOKEN"
allowed_user_ids = [12345678]
```

Ensure `allowed_user_ids` contains your numeric Telegram profile ID to secure the chat gateway interface.
