Back to Tooljet

Generate Applications

docs/versioned_docs/version-3.0.0-LTS/build-with-ai/generate-applications.md

3.20.154-lts2.2 KB
Original Source

This guide explains how to quickly generate and modify business applications using ToolJet. You can create an app from scratch with a single prompt or enhance an existing app with AI-powered assistance.

Creating Application

To create an application, follow these steps:

  1. Enter a prompt – Describe the business application you want to build in the prompt input on the dashboard.
<div style={{textAlign: 'center', marginBottom:'15px'}}> </div>
  1. Accept or modify requriements – After submitting your prompt, the app will be created, and you’ll be taken to the App Builder, where a list of features, a database schema, design details, and query specifications will be generated based on your prompt.
<div style={{textAlign: 'center', marginBottom:'15px'}}> </div>

You can accept or modify these application requirements after reviewing them thoroughly.

<div style={{textAlign: 'center', marginBottom:'15px'}}> </div>
  1. App Generation – Once you confirm the requirements, ToolJet will build the application inside the App Builder.
<div style={{textAlign: 'center', marginBottom:'15px'}}> </div>

Modifying Application

You can modify any application in ToolJet with AI assitance, whether it's a newly created app or an existing one. You can update components and queries within your application with just a prompt.

For example, if you want add a button in your app you can write a prompt for the same.

<div style={{textAlign: 'center', marginBottom:'15px'}}> </div> ## Limitations ToolJet supports generating queries with AI for the following data sources: - [Postgres](/docs/data-sources/postgresql/) - [MySQL](/docs/data-sources/mysql/) - [SQL Server](/docs/data-sources/mssql/) - [RunJS Queries](/docs/tooljet-concepts/run-js/)