Resonix-AG Docs
Website GitHub

Docs / Channels

Channel strategy and rollout guide

Resonix-AG supports multi-channel communication through core channels plus extension-based channels. Build rollout plans in layers rather than enabling every channel at once.

Channel model

Core channels

Telegram, Discord, Slack, Signal, iMessage, WhatsApp Web, and web chat in core runtime.

Extension channels

Teams, Matrix, Zalo, and additional connectors via extension packages.

Routing layer

Centralized route and allowlist control across channel boundaries.

Operational controls

Probe-based status checks and command gating for safe production operations.

Recommended rollout order

  1. Start with web chat or one low-risk channel for smoke testing.
  2. Add one team channel (Slack/Discord/Telegram) with strict allowlists.
  3. Enable business-critical channels only after route and audit checks pass.
  4. Scale to extension channels with separate monitoring and fallback routing.

Operations checklist

resonix channels status --probe
resonix gateway start
resonix --help

Next docs to read

Getting started flow

Validate baseline runtime before enabling more channels.

Open guide ->