# Channels

![Channel Selection Field](https://gblobscdn.gitbook.com/assets%2F-MNuMuHVlHgsqK4L1Tp4%2F-MXD9UYLe8CkAIjxpRTb%2F-MXDOFiiTzEPa4073Zps%2F5%20Screen%20-%20Channel%20selection%20field.png?alt=media\&token=6ce33d33-6f64-4fbe-ba85-17a251de9f50)

eva has integration with several types of channels, in the categories: smart speakers, social robots, smart assistants, messaging platforms, synthetic reality, mobile, tablet, desktop, cognitive contact center.

The solution also allows the same virtual agent to integrate with multiple channels.&#x20;

And in order to improve the virtual agent's personality, it is possible to configure the virtual agent's responses for each of the channels created.

&#x20;Thus, the answer can have a template (image, video, carousel, etc) that only that channel makes available, or a language directed to that channel.&#x20;

But remember: to integrate multiple channels to a same virtual agent, it's important that the channels share the same knowledge base and objective. In addition, the way the users interact on each channel should also be similar.

## Choose the main channel

See more [HERE](https://docs.eva.bot/user-guide/using-eva/develop-your-bot/build-your-first-bot#create-the-main-channel)

## Add more Channels

To integrate more channels, take these steps:

1\. To access the area of channels, you must select the sidebar menu on your left and click on Channels (as seen below).

![Sidebar Menu](https://gblobscdn.gitbook.com/assets%2F-MNuMuHVlHgsqK4L1Tp4%2F-MXD9UYLe8CkAIjxpRTb%2F-MXDOsvPWYAGhAgs9VWg%2F7%20Screen%20-%20Sidebar%20menu.png?alt=media\&token=3eaa0e89-f9b5-4319-908d-eabbe633c2a5)

2\. If you select the “Channel” option, the channels that you have already associated with the virtual agent at the time of its creation will be displayed in the "My Channels" option (as seen below)*.*

![My Channels Screen](https://gblobscdn.gitbook.com/assets%2F-MNuMuHVlHgsqK4L1Tp4%2F-MXD9UYLe8CkAIjxpRTb%2F-MXDPD4Zxi09rFZ1WpoP%2F8%20Screen%20-%20My%20channels.png?alt=media\&token=d73e7523-d6e6-4ee4-a13f-631cc8906aad)

3\. To create a new channel, just select “Create Channel”. You will be taken to a page with multiple Channel categories, such as smart assistants, and messaging platforms (as seen below)*.*

![Channels Options](https://gblobscdn.gitbook.com/assets%2F-MNuMuHVlHgsqK4L1Tp4%2F-MXD9UYLe8CkAIjxpRTb%2F-MXDPORj6sOYfp2Zf-TF%2F9%20Screen%20-%20Channels%20options.png?alt=media\&token=aacd1c23-4ae6-4099-9b8a-bd67f0d78aa3)

4\. After that, click the category of the channel you want and a dropdown will appear (as seen below)*.*

![Supported Channels](https://gblobscdn.gitbook.com/assets%2F-MNuMuHVlHgsqK4L1Tp4%2F-MXlnSl3qIZuK3ikGYlD%2F-MXltP4ixZBEVbaHKOYu%2F10%20Screen%20-%20Supported%20channels.png?alt=media\&token=6fc35046-cc84-4ce0-b1a8-87ee8c200846)

5\. Finally, after you select a communication application, you can name your Channel. If you wish, you can add a description. After you are done, click save (as seen below)*.*

![Adding Channels](https://gblobscdn.gitbook.com/assets%2F-MNuMuHVlHgsqK4L1Tp4%2F-MXD9UYLe8CkAIjxpRTb%2F-MXDPl093dNXeQfdOOQd%2F11%20Screen%20-%20Adding%20channels%20.png?alt=media\&token=c48ddc67-d1b7-4ad7-9a07-46e493a2b159)

{% hint style="warning" %}
**Important:**

* **If you are a developer,** [**go to this page**](https://docs.eva.bot/user-guide/for-technicians/api-guidelines) **for more information**
* **Besides custom-developed front-ends, such as web chats, mobile chats and IVR, eva can integrate with other messaging platforms and smart assistants, such as Facebook Messenger.** [**Learn how to integrate existing channels**](https://docs.eva.bot/user-guide/for-technicians/api-guidelines/channels)**.**
  {% endhint %}


---

# Agent Instructions: 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://docs-conversational-ai.syntphony.com/eva-3.3.1-1/using-eva/add-a-channel.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.
