apps
latest
false
- Getting Started
- Demo apps
- How To
- Notifications
- Using VB Expressions
- Designing your App
- Designing your app with Autopilot
- Using a text prompt to generate an app
- Using a PDF or image to generate an app
- Using an entity to generate an app
- Adding a page to your app
- Generating VB expressions using a text prompt
- Events and Rules
- Rule: If-Then-Else
- Rule: Open a Page
- Rule: Open URL
- Rule: Close Pop-Over/Bottom Sheet
- Rule: Log Message
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Value
- Rule: Start Process
- Rule: Reset Values
- Rule: Upload File to Storage Bucket
- Rule: Download File From Storage Bucket
- Rule: Create Entity Record
- Rule: Update Entity Record
- Rule: Delete Entity Record
- Rule: Add to Queue
- Rule: Trigger workflow
- Rule: Submit Action
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Leveraging Media in your app
- Leveraging Actions in your app
- Leveraging Connections in your apps
- Apps in Studio Web
- Application Lifecycle Management (ALM)
- UiPath First-Party Apps
- Basic Troubleshooting Guide
important :
For documentation on app projects in Studio Web, refer to the App Projects chapter in the Studio Web documentation: https://docs.uipath.com/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web.

Apps User Guide
Last updated Sep 2, 2025
Using a text prompt to generate an app
linkTo generate an app using a text prompt, follow these steps:
- Create a new app, and select the Generate with Autopilot text field.Note: App generation using a text prompt works best if the prompt is in the same language as the selected language in Automation Cloud.
- Write or paste text into the field to build your prompt. The minimum text input is 20 characters. Your prompt should describe
the use case of the intended form, for example: "An app that allows me to onboard new employees into my system", or "An app
that lets me register for a dance competition".Note: If you do not want your app to contain an entity, clear the Create entity checkbox.
- Select the Send button to begin the app generation process. The app generation process immediately begins.
Once the process is complete, the generated app displays immediately.
Note: The generated app typically contains:
-
A main page with a page container.
-
A second page bound to the page container of the main page (this contains the form fields and input fields).
-
A Submit button.
-
An entity mapped to your form's data schema.
-
A
CreateEntityRecord
rule bound to the Submit button and with its fields bound to the corresponding input controls.