# AI Agent Publication Channels

After the creation and configuration stage, the next step for an AI agent is its publication. In **Skyone Studio**, publication channels are the touchpoints that connect the agent's intelligence to end users, customers, or legacy systems.

The platform centralizes this distribution, allowing a single agent to operate on multiple fronts—from messaging apps to data analysis tools—ensuring a consistent and scalable experience.

### **Benefits of multichannel strategy**

By utilizing **Skyone Studio** publication channels, your operation gains efficiency and reach:

* **Omnichannel reach:** Make the agent available in environments where your audience is already present (WhatsApp, Slack, internal systems).
* **Unified experience:** Behavior, personality, and knowledge base remain identical across all touchpoints.
* **Scalability:** Ability to process high volumes of simultaneous interactions without performance loss, regardless of the channel.
* **Centralized management:** Add or remove publication channels without the need to recreate the agent or change its core logic.

***

### Types of publication flows

Currently, **Skyone Studio** organizes publication into two main flows, addressing different business needs:

**1. Chat Interfaces (Conversational)**

Focused on direct, real-time interactions, ideal for support, quick queries, and process automation.

* **WhatsApp:** Direct integration for mobile and accessible service.
* **Microsoft Teams:** Publication aimed at internal corporate collaboration.
* **Slack:** Connectivity for technical teams and agile environments.
* **Private Chat:** Native and restricted interface within the Skyone ecosystem.
* **Public Chat:** Open interface that allows access via link or embedding on external websites.

**2. Business Intelligence (BI)**

Turns the agent into a data analyst. The user interacts via natural language to extract insights from complex dashboards and reports.

* **Power BI:** Integration with the Microsoft tool for dynamic queries on existing reports.
* **Metabase:** Open-source tool that uses Data Warehouse data to generate visualizations and analytical responses.

***

In the following pages, follow how to publish the agent in each of the available channels:

* Microsoft Teams
* [WhatsApp](/english/skyone-studio/artificial-intelligence/agents/ai-agent-publication-channels/how-to-set-up-whatsapp-in-skyone-studio.md)
* [Private Chat](/english/skyone-studio/artificial-intelligence/agents/ai-agent-publication-channels/how-to-set-up-private-chat-in-skyone-studio.md)
* [Public Chat](/english/skyone-studio/artificial-intelligence/agents/ai-agent-publication-channels/how-to-set-up-public-chat-in-skyone-studio.md)
* [Slack](/english/skyone-studio/artificial-intelligence/agents/ai-agent-publication-channels/how-to-set-up-slack-in-skyone-studio.md)
* [Metabase](/english/skyone-studio/artificial-intelligence/agents/ai-agent-publication-channels/how-to-set-up-metabase-in-skyone-studio.md)
* [Power BI](/english/skyone-studio/artificial-intelligence/agents/ai-agent-publication-channels/how-to-set-up-power-bi-in-skyone-studio.md)

***

### **FAQ – AI Agent Publication Channels**

<details>

<summary>Which channels can I use to publish my AI agent?</summary>

In **Skyone Studio**, you can use channels such as WhatsApp, Private Chat, Slack, Google Chat (coming soon), Microsoft Teams (coming soon), Metabase, and Power BI.

</details>

<details>

<summary>Do I need to create a different agent for each channel?</summary>

No. The same agent can be published across multiple channels while maintaining consistent behavior and knowledge base.

</details>

<details>

<summary>Is it possible to restrict the agent’s access to specific channels?</summary>

Yes. Use of conversational agents in **Skyone Studio** is managed via users and controlled by the administrator.

</details>

<details>

<summary>Can my agent operate on internal and external channels at the same time?</summary>

Yes. The agent can serve internal users (team) and external users (clients) simultaneously.

</details>

<details>

<summary>Can I change the publication channel after the agent is active?</summary>

Yes. You can add or remove channels at any time without needing to recreate the agent.

</details>

<details>

<summary>Does the agent maintain conversation history across all channels?</summary>

It depends on the configuration. Some channels allow unified history, while others maintain separate history per user and channel.

</details>

<details>

<summary>Do I need technical knowledge to publish an agent?</summary>

Not necessarily. For native integrations, simply follow the steps outlined in this documentation.

</details>


---

# 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.skyone.cloud/english/skyone-studio/artificial-intelligence/agents/ai-agent-publication-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.
