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 Mar 16, 2026
Using a PDF or image to generate an app
Prerequisites
Note:
Feature availability depends on the cloud platform you use. For details, refer to the Apps feature availability page.
To use Autopilot in Apps, your tenant must have sufficient Autopilot actions available.
To create an app using PDFs or images in Autopilot for Apps, you must have Document Understanding enabled in your active Tenant, as well as sufficient AI units.
To generate an app using a PDF or image, follow these steps:
- Create a new app, then select the attachment icon (paperclip) inside the With Autopilot text field.
Note:
If you do not want your app to contain an entity, clear the Create entity checkbox.
- Attach any PDF or image which meets the following requirements:
- A minimum resolution of of 50 x 50 pixels.
- A maximum resolution of 10,000 x 10,000 pixels.
- Text should be clearly readable so the generative AI can digitize it.
- PDFs exceeding 3,500 characters may not be processed by the model.
- Keep in mind that there may be differences between the original file and the form digitized by Autopilot.
- Select the Send button to begin the app generation process. The app generation process immediately begins.
Once the process is complete, the app is displayed immediately.
Note:
The generated app 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