- Erste Schritte
- Capabilities
- Datenschutz und Governance
- Produktverfügbarkeit
- Frühere Autopilot-Funktionssätze
- Benutzerszenarien
- Leitfaden zur Eingabeaufforderung
- Beispielaufforderungen
- Autopilot-Nutzungspool für Tests
- Best Practices und Einschränkungen
- Unterstützte Modelle und Grenzwerte
- Anforderungen an die Qualitätsprüfung
- Generieren Sie Tests für die Anforderung
- Importieren Sie manuelle Testfälle
- Veraltete Tests finden
- Generieren Sie Tests für SAP-Transaktionen
- Generieren Sie synthetische Testdaten
- Generieren Sie Testberichte
- Generieren Sie codierte Testfälle
- Suchen Sie das Test Manager-Projekt
- Fehlersuche und ‑behebung
- Autopilot for Everyone
- Über Autopilot for Everyone
- Lizenzierung
- Benutzertypen
- Datenquellen
- Toolset-Automatisierungen
- Lokalisierung
- Voraussetzungen
- Autopilot-Widget
- Die Autopilot for Everyone-Mandantenkarte
- Prerequisites for installation
- Aktivieren von Anthropic-Modellen
- Installieren von Autopilot for Everyone
- Aktualisieren von Autopilot for Everyone
- Deinstallieren von Autopilot for Everyone
- Konfigurieren von Autopilot for Everyone
- Deaktivieren des Autopilot-Begrüßungsbildschirms im Assistant
- Konfigurieren eines LLM für Autopilot for Everyone
- Bereitstellen von Toolset-Automatisierungen
- Ablauf der Eingabeaufforderung zur Antwort
- Starten von Autopilot for Everyone
- Autopilot-Einstellungen für Geschäftsanwender
- Verwenden eines spezialisierten Autopilot
- Verwenden einer Startaufforderung
- Hochladen und Analysieren von Dateien
- Ausführen von Automatisierungen
- Interaktion mit Autopilot-Antworten
- Verwenden vorgeschlagener Aufforderungen
- Ein neuer Chat wird gestartet
- Chatverlauf
- Bereitstellen von allgemeinem Feedback
- Clipboard AI Enterprise-Version
- Entwerfen relevanter Automatisierungen für Autopilot for Everyone
- Fehlersuche und ‑behebung
Autopilot as a coding agent for Coded App projects in Studio Web: what you can do today and the tools it uses.
Autopilot in Studio Web can read and edit Coded App source files using natural language.
A Coded App is a project type in Studio Web, distinct from a coded agent. For agent projects, refer to Agent.
Verwenden Sie Autopilot, um:
- Understand the structure of an existing Coded Web App or Coded Action App.
- Edit React or TypeScript source files — components, SDK calls, and configuration.
- Explain how a component uses the
@uipath/uipath-typescriptSDK to reach Orchestrator, Data Fabric, Maestro, Action Center, or Conversational Agent data. - Edit the action schema (
action-schema.json) that defines a Coded Action App's inputs, outputs, and outcomes. - Spot configuration issues — OAuth scopes in
uipath.json, base URL, or asset paths that are not relative.
Tools
Before making changes, Autopilot reads the Coded Apps skill for the open project. This skill distinguishes Coded Web Apps (custom frontends deployed to Automation Cloud) from Coded Action Apps (forms rendered inside Action Center human tasks). It also documents the @uipath/uipath-typescript SDK's Orchestrator, Data Fabric, Maestro, Action Center, and Conversational Agent modules.
It can read, edit, and search project files, and create new Coded App projects at the solution level. It also uses the platform skill for connections, connector activities, assets, queues, and jobs.
Bekannte Einschränkungen
- CLI not yet available in Studio Web — the
codedappUiPath CLI (uip) command group is not yet shipped to Studio Web, so Autopilot cannot scaffold, pack, publish, or deploy Coded Apps from the browser today. It can only read and edit files. - Support for Coded Apps in Studio Web is experimental: review generated changes before you run or publish them. You can switch back to the classic Autopilot experience from the chat title bar at any time — for Coded Apps, the classic experience provides the generic set of tools only (web search and documentation search, no project-specific tools).