- Getting Started
- Before You Begin
- How To
- Notifications
- Using VB Expressions
- Designing your App
- 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
 
 
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Application Lifecycle Management (ALM)
- Basic Troubleshooting Guide

Apps User Guide
Learn the main differences between the container types:
| A single container which can hold controls and other containers within it. | A container layout that groups several simple containers, and helps build a complex app layout. | Page containers host another page in the current page. | 
| Grows based on the size of its contents. | Has a fixed height, while its width depends on the screen width. | Grows based on the size of the hosted page. | 
| 
 | 
 | 
 | 
Assume your app contains a form, where you want to collect the following information from the user: First Name, Last Name, Email & School. While Email & School input boxes can be one below the other, we want the First Name and Last Name available side by side.
This can be accomplished by the following steps:
- Add a new Container.
- Change the layout of the Container to Horizontal.
- Add the two Textboxes within the container.