Skip to main content

Create an Application and Navigate Five

Last updated 20/08/2025

info
You can find the Create an Application and Navigate Five video in the Introductory Videos chapter that will cover this documentation.

When you initially save an application in Five, it will be a single user application and Five will automatically create your database and establish the connection with MySQL. This enables you to start adding your tables immediately into your database.

Create an Application

1. Click Applications in the menu.


Applications menu item
Figure 1 - Applications menu item

2. Click the Add Item button and type Shopping in the Title field.


Add Shopping application
Figure 2 - Add Shopping application

3. Click the Save button in the form app bar.


Save button
Figure 3 - Save button

Once you have saved an application, the Manage button will become available and it will take you to a child menu which holds all the elements to build out your application.


Manage button
Figure 4 - Manage button

Across the top is the menu which is categorized and when you select one, it will open a sub-menu.

  • The Visual menu holds everything that you will visually see in your application
  • The Logic menu is where you can add your application's functionality
  • The Data menu is to handle all your application's data
  • The Task menu is where you can create and automate tasks
  • The Setup menu holds everything to setup your application
  • The Tools menu is for you as a developer in Five to search and maintain your code

Visual menu item
Figure 5 - Visual menu item

When a menu item is selected, a list of records will be on the left, as records are saved they will be populated in the list, and when the yellow Add Item button is clicked a new form is available on the right. Most views in Five are consistent to enhance your user experience.


Add Item button
Figure 6 - Add Item button

Please refer to the User Interface Orientation chapter to get a high-level knowledge of navigating through Five.

What Five Creates When an Application is Saved

When an application is saved, Five creates a database and establishes the connection with MySQL. Five will take your application's ID and append DB to the end. You can see this by selecting Data in the menu followed by Databases in the sub-menu and selecting the record in the list.


Databases menu item
Figure 7 - Databases menu item


Database record
Figure 8 - Database record

Five will also create an instance for your application. An instance is an instance of your application and you can have multiple instances for your application. The instance that Five creates enables you to deploy your application to the development environment from any view in Five by clicking the Deploy to Development button in Five's toolbar. You can see the instance record by selecting Setup in the menu followed by Instances in the sub-menu and selecting the default record.


Instances menu item
Figure 9 - Instances menu item


Instance record
Figure 10 - Instance record