Skip to main content

Navigating Five's User Interface

Last updated 29/05/2026

Overview


Five enables you to rapidly develop and deliver modern business software through an intuitive, browser-based interface. This guide provides a high-level overview of Five's user interface to help you quickly become familiar with navigating the platform.

tip
You can change the the default user interface for your Five environment!

Accessing Five

After logging into your Five account, you will arrive at our landing page. This page contains helpful links and resources that provide additional information about using the platform.

At the top of the page, you will see the navigation menu. To move away from the landing page and begin working with your application, click Applications.


Applications menu item
Figure 1 - Applications menu item

You will be taken to the Applications list, where all available applications are displayed.

Creating a New Application

To create a new application, click the Add Item button and a new application form will open.


Add Item button
Figure 2 - Add Item button

For now all you need to do is give your application a title and click the Save button.


Add application
Figure 3 - Add application

Once saved, the application will appear in the Applications list.

Managing an Application

Existing application records can be selected directly from the Applications list. To begin building or maintaining an application, select an application record in the list.


Application record
Figure 4 - Application record

Click the Manage button, this will open the application workspace, where you can build and maintain your application schema and configuration.


Manage button
Figure 5 - Manage button

Building Your Application With V

V is Five's AI-powered assistant designed to accelerate application development. V is available in your Profile menu.


Profile menu
Figure 6 - Profile menu

Within the application workspace, you can use V to build your application or build application components using natural language prompts. Simply describe what you want to create, and V will assist with generating the required application structure and functionality.


Prompt V
Figure 7 - Prompt V

Every component V generates is available in Five which you can edit manually or use V to edit it.

Understanding the Main Navigation Menu

Five uses a structured menu system to organize all areas of application development. The main navigation menu is located across the top of the interface. Selecting a menu will display its available sub-menus and related functionality.


Visual menu
Figure 8 - Visual menu

Each menu area is grouped by purpose, making it easier to locate the tools and features required to build, configure, and maintain your application.

tip
If V created your application, you will find all the records in these menus!

The Visual menu contains everything related to the user interface and what users will visually see when interacting with your application. It is where you design the presentation layer of your application and control how information is displayed to end-users.

The Logic menu contains the functionality and business rules that drive your application. This area is used to define how your application behaves and responds to user actions and system events. The Logic menu allows you to build application behavior beyond the visual interface.

The Data menu contains all functionality related to your application's data structure and storage.

The Tasks menu is used to create and manage automated processes within your application. Tasks can be configured to run automatically based on schedules, triggers, or events.

The Setup menu contains configuration settings used to establish and maintain your application environment.

The Tools menu provides utilities to help monitor, maintain, and troubleshoot your application.

List and Records

Most views in Five follow a consistent layout and navigation structure. Selecting a menu item will open a list view containing the records for that area of the application.


Forms menu item
Figure 9 - Forms menu item

From the list, you can either, select an existing record to view or edit.


Form record
Figure 10 - Form record

Or, click the Add Item button to create a new record.


Add Item button
Figure 11 - Add Item button

From here, you can use the tabs at the top to navigate through the form. After saving, you will automatically return to the list.


Form tabs
Figure 12 - Form tabs

Wizards

Five includes several built-in wizards that provide a quick and easy way to add elements into your application as Five populates a lot of values automatically for you. The wizards can be found in the main menu structure.


Form Wizard
Figure 13 - Form Wizard

Once you save a record via a wizard, you will find the record in it's respective view. For example, forms created in the Form Wizard will appear in the Forms view.

Code Editors

Five includes several built-in editors that can be used to extend and customize your application, or to review components created by V. Some editors can be opened directly from the main menu, while others are opened from specific fields, such as the Module Editor.


Module Editor
Figure 14 - Module Editor

Deployment

Five provides a Deploy to Development button in the top toolbar, allowing you to quickly deploy your application from any view within Five. The action deploys your default application to the development environment, making the latest changes available for validation.


Deploy to Development button
Figure 15 - Deploy to Development button

Logging Out

To log out of Five, open the profile menu in the top toolbar and click Logout.


Logout button
Figure 16 - Logout button