Question on Conversational Agent

Hi Everyone,

I’m exploring conversational agent just have a curios question can we build conversational agent that will play around other component of orchestrator, like running job updating assets and all related activities.

Thanks

@Codeverse ,

Yes, it is possible in UiPath to build a conversational agent that can interact with Orchestrator activities like running jobs, checking job status, updating assets, working with queues, and similar tasks. This can be done by connecting the agent to Orchestrator APIs, API triggers, or UiPath workflows that perform these actions. However, it is important not to give the agent unrestricted access. For sensitive actions like updating assets or stopping jobs, it is better to add confirmation, permissions, validation, and logging so the agent performs only approved actions safely.

Okay @ravindra.reddy33 thanks for reply.