> For the complete documentation index, see [llms.txt](https://missiveapp.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://missiveapp.com/docs/core-features/connected-accounts/other-channels.md).

# Other channels

Beyond email, Missive connects to SMS, social media, voice, live chat, and custom channels. Bring all your customer conversations into one place.

## Supported channels

### Messaging

| Channel                                                                         | Description                                                           |
| ------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [SMS](/docs/core-features/connected-accounts/other-channels/sms.md)             | Send and receive text messages through Twilio, SignalWire, or Dialpad |
| [WhatsApp](/docs/core-features/connected-accounts/other-channels/whatsapp.md)   | Connect directly to WhatsApp Business Platform                        |
| [Live Chat](/docs/core-features/connected-accounts/other-channels/live-chat.md) | Embed a chat widget on your website                                   |

### Social

| Channel                                                                                                  | Description                                          |
| -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [Messenger Business](/docs/core-features/connected-accounts/other-channels/social/messenger-business.md) | Messages from your Facebook Page                     |
| [Instagram Business](/docs/core-features/connected-accounts/other-channels/social/instagram-business.md) | Direct messages from your Instagram Business account |

### Voice

| Channel                                                                           | Description                                |
| --------------------------------------------------------------------------------- | ------------------------------------------ |
| [Aircall](/docs/core-features/connected-accounts/other-channels/voice/aircall.md) | View call logs, voicemails, and recordings |
| [Dialpad](/docs/core-features/connected-accounts/other-channels/voice/dialpad.md) | See calls, voicemails, recordings, and SMS |

### Custom

| Channel                                                                                     | Description                         |
| ------------------------------------------------------------------------------------------- | ----------------------------------- |
| [Custom channels](/docs/core-features/connected-accounts/other-channels/custom-channels.md) | Build your own integrations via API |


---

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

```
GET https://missiveapp.com/docs/core-features/connected-accounts/other-channels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
