> For the complete documentation index, see [llms.txt](https://docs.amigo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amigo.ai/channels.md).

# Channels

- [Overview](https://docs.amigo.ai/channels/conversations.md): A shared reasoning engine powers voice, text, email, and web-based data collection with channel-specific delivery and control capabilities.
- [Phone](https://docs.amigo.ai/channels/voice.md): Real-time phone-based conversations with conference-first architecture, emotion detection, and adaptive voice delivery.
- [Audio Pipeline](https://docs.amigo.ai/channels/voice/audio-pipeline.md): How speech recognition, emotion detection, filler speech, barge-in detection, and TTS work together in real time.
- [Emotion Detection](https://docs.amigo.ai/channels/voice/emotion-detection.md): How acoustic emotion scores, transcript analysis, rolling state, empathy tiers, and voice steering work in the live voice runtime.
- [Compound Emotions](https://docs.amigo.ai/channels/voice/compound-emotions.md): How the five-turn resolver produces scored compound-emotion signals from acoustic, transcript, and behavioral evidence.
- [Call Recordings](https://docs.amigo.ai/channels/voice/recordings.md): Workspace-scoped call recordings with separate participant channels, synchronized playback, metadata, and waveform support.
- [Text Sessions](https://docs.amigo.ai/channels/text-sessions.md): Durable text conversations over the web API, SMS, iMessage, WhatsApp, and email, with channel-specific delivery behavior.
- [SMS](https://docs.amigo.ai/channels/sms.md): SMS channel for outbound and inbound text messaging through provisioned phone numbers.
- [WhatsApp](https://docs.amigo.ai/channels/whatsapp.md): WhatsApp supports durable text turns and separate voice-note turns through distinct service APIs and continuity models.
- [iMessage](https://docs.amigo.ai/channels/imessage.md): iMessage channel for patient communication through Apple's messaging platform.
- [Email](https://docs.amigo.ai/channels/email.md): Email channel with domain verification, inbound reply handling, thread continuity, and transactional and marketing use cases.
- [Voicemail](https://docs.amigo.ai/channels/voicemail.md): Ringless voicemail delivery for non-intrusive outreach like appointment reminders and follow-up notifications.
- [Surfaces](https://docs.amigo.ai/channels/surfaces.md): Agent-generated data collection interfaces delivered by email or web, with templates, progress tracking, and pending appointment requests.
- [Outbound](https://docs.amigo.ai/channels/outbound.md): Source-backed outbound paths for SMS and iMessage conversations, direct voice calls, scheduled voice tasks, and managed voicemail delivery.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.amigo.ai/channels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
