Hello Community,
I have created a Conversational Agent using UiPath Agent Builder .
Could someone please clarify:
How can a UiPath Conversational Agent be deployed to Microsoft Teams ?
Is it possible to expose the agent to a web application / web chat ?
Are there any required configurations or prerequisites in Automation Cloud / Orchestrator for deploying conversational agents to external channels?
Any official documentation or best-practice guidance would be appreciated.
Thank you.
@loginerror @ovi
Will you able to help on this question
@Nithinkrishna @Catalina_Ianus @TFG @Vishal_Kalra @judylee
I am looking to deploy a conversational agent to web portals. Could you please advise on we can deploy it at an organization level—either through a company web portal or in Microsoft Teams—using the same agent? Your guidance would be greatly appreciated.
AJ_Ask
(Abhishek Jagtap)
March 2, 2026, 6:14am
4
Hi @Naveen_Chaganti1
I think this will help
The UiPath Documentation - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business examples...
& Autopilot - Using the 1:1 chat with Autopilot for Teams app
1 Like
Thanks, it’s working in Teams. I’m now looking for a web solution where I can deploy the conversational agent on my company portal.
AJ_Ask
(Abhishek Jagtap)
March 2, 2026, 8:38am
6
Hi @Naveen_Chaganti1
For a web solution, you need to embed the Conversational Agent using an <iframe>. You can refer to this document
The UiPath Documentation - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business examples...
<iframe
src="https://cloud.uipath.com/myorg/mytenant/autopilotforeveryone_/conversational-agents/?agentId=12345&mode=embedded"
width="400"
height="600"
frameborder="0"
allow="clipboard-write"
></iframe>
You will need Agent ID, Tenent & org. There is detail description on how to find it in the above URL.
myorg → your organization name
mytenant → your tenant name
12345 → your actual Agent ID
Hope this helps
1 Like
system
(system)
Closed
March 5, 2026, 8:39am
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.