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

# Communication Channels

indigo.ai virtual assistants can be deployed across a wide range of communication channels, allowing you to **meet your users where they are**—whether that’s on your **website**, in **messaging apps**, within **CRM systems**, or through **voice**-based interactions. Our platform gives you the flexibility to choose the channels that best support your business goals and customer needs.

## **Available Communication Channels**

1. 🌐 [**Web Chat**](/getting-started/communication-channels/web-chat.md)\
   Easily deploy your assistant on your website or app using our fully customizable Web Chat widget. Designed for an intuitive, branded experience, it supports rich interactions and advanced configurations.
2. **💼** [**Web Chat Integration within CRM Platforms**](/getting-started/communication-channels/web-chat-integration-within-crm-platforms.md)\
   Integrate your assistant into the web chat tools of CRM platforms like Zendesk or Salesforce. This allows it to function directly within your existing support ecosystem—streamlining interactions and ensuring smooth handovers between automated and human support.
3. **📱** [**WhatsApp**](/getting-started/communication-channels/whatsapp.md)\
   Provide fast, mobile-friendly support through WhatsApp.
4. 🗣️ [**Voice**](/getting-started/communication-channels/voice.md)\
   Offer voice-based interactions through Voice support. Whether over the phone or, in the future, directly in web chat, this channel allows users to engage with your assistant using speech for a more natural and accessible experience.

{% hint style="info" %}
**Licensing Notes**

* Channels beyond Web Chat are available only with a Super or Elite license.
* Channel-specific analytics are available with the Elite license only.
* Ongoing maintenance for non-native integrations is available as an add-on.
  {% endhint %}

### Custom Solutions and API Access

**In addition to our native integrations**, indigo.ai supports **custom channel configurations**.

If your business requires integration with proprietary platforms or external systems, our **Chat API** enables a flexible connection.

We evaluate integration possibilities based on API availability.

If you'd like to integrate your AI assistant with proprietary interfaces or other platforms, you need to access our **Chat API** for a seamless connection.

{% hint style="info" %}
For full technical guidance, please refer to our documentation here: [Integrating Custom Channels with the Chat API](/tech-deep-dives/integrating-custom-channels-with-the-chat-api.md).
{% endhint %}

### Analytics for Each Channel

If your assistant operates across multiple channels, you'll soon be able to track and analyze performance for each one separately. This feature—planned for release in the coming months—will provide channel-specific analytics to help you measure effectiveness on each platform and optimize the user experience accordingly.


---

# 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://guide.indigo.ai/getting-started/communication-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.
