Skip to main content

Create an App with V

Last updated 20/05/2026

Using V in Five


V is an AI assistant built in Five that enables you to create an application from a single prompt. Instead of manually defining your database and interface, you describe the application you want, and V generates the application schema for you.

This includes key components such as:

  • Tables (data structure)
  • Forms (data entry and editing)
  • Menus (navigation)
  • Relationships between data
  • Data views, reports, dashboards, charts, etc (viewing data)
  • User management

Create an Application

To start using V, you will need to create your application first:

1. Click the Add Item button.


Add Item button
Figure 1 - Add Item button

2. Give your application a title and click the Save button.


Add application
Figure 2 - Add application

Accessing V

Once you have saved your application, you will be returned to the list view. From here, select the application to open its record, where the Manage button will be available, enabling you to drill down into the application and giving you access to V.

1. Select your application record in the list.


Application record
Figure 3 - Application record

2. Click the Manage button.


Manage button
Figure 4 - Manage button

3. Click the Profile button and select Ask V to open the V interface.


Ask V button
Figure 5 - Ask V button

Prompting V

Example Prompt:

Build a multiuser invoicing system for companies. Each company should have its own data with users and roles. Allow creating clients, generating invoices with line items, tracking invoice status (draft, sent, paid), and viewing totals in a data view. Populate the application with some sample data.

To generate an application, enter your prompt into V.

tip
If you want sample data to work with, just ask V to populate some sample data in your application!

1. Enter a prompt describing the application you want to build and click the Send button.


Prompt V
Figure 6 - Prompt V

Watching V in Action

After submitting your prompt, you can watch V as it processes your request in real time. This live feedback helps you understand how your prompt is translated into a working application.


V processing
Figure 7 - V processing

Deploying Your Application

Once V has finished, Deployment your application to the development environment in the cloud instantly.


Deploy to Development button
Figure 8 - Deploy to Development button

Initial Login

Use the login details provided to you in V's user interface to access and view what was just created.


User logins
Figure 9 - User logins