- Primeros pasos
- Agentes de UiPath en Studio Web
- Agentes de UiPath codificados

Guía del usuario de agentes
Limitations and FAQ
We are actively working on adding new capabilities. Please be aware of the following current limitations:
| Capacidad | Descripción |
|---|---|
| Solicitud de usuario | User prompts are not required. These agents do not rely on predefined prompts to collect input. Instead, they consume messages in real time and respond accordingly, one turn at a time. |
| Data manager | Gestor de datos está deshabilitado actualmente. Dado que las salidas son emitidas de forma dinámica por el agente de conversación a lo largo de la conversación, no es necesario configurar argumentos de salida. La capacidad de configurar entradas, que serían parámetros de alto nivel para inicializar una conversación, estará disponible en una versión futura. |
| Cargas de archivos | You must add a file analysis tool such as Analyze Attachment, an IXP tool, or a workflow which can process uploaded files. We recommend only uploading image files (png, jpg, jpeg, tif, tiff) and PDF files smaller than 5MB. |
| Automatización de escritorio local | The agent cannot run automations that interact with the your local desktop (e.g., via Assistant). We are working on this capability in a future release. |
| Conexiones personales | You cannot run tools using your personal Integration Service connections. Only Shared connections are available. |
| Interacción de voz | Solo puedes interactuar con el agente a través de comandos de texto. La interacción de pulsar para hablar y la interacción de voz bidireccional estarán disponibles en vista previa en una versión futura. |
| Confirmación de herramienta | El agente no pide confirmación antes de ejecutar una herramienta. |
Preguntas frecuentes
Si tu agente de conversación no se inicia en Gestión de Instancias, comprueba los siguientes requisitos:
- Make sure you have assign an unattended robot to the solution folder that contains your agent.
- Asegúrate de estar en el tenant correcto donde reside tu solución de agente conversacional.
Sin estos recursos, el agente no se iniciará ni se ejecutará cuando se active desde Gestión de instancias.
Why am I getting a connection error when running tools?
The agent needs to have access to the same connections you used at design-time to debug the agent. If your solution uses Integration Service connections, create and manage those connections in a shared Orchestrator folder. Use the shared connections during design time, then publish the solution as a subfolder within the same shared folder. This setup ensures the solution automatically inherits the parent folder’s connections.
How can I enable voice interaction for my conversational agents?
We are still working on enabling push-to-speak and always-on modes for conversational agents, as well as IVR integrations. This will be available in a future release.
How can I embed conversational agents in my application?
You can embed conversational agents using the iFrame approach outlined in this documentation. We are working closely with the UiPath SDK team to enable usage of our APIs with custom front-ends and applications. This will be available in a future release.