Build Agent is the UnqorkAI platform's AI assistant for building Unqork modules. You describe what you want in plain language, and Build Agent creates a plan for your review. Once approved, Build Agent builds the components, generates tests, and shows you the result.
This guide walks you through your first Build Agent interaction.
Before You Begin
Build Agent is available to Creators with access to the Module Builder. If you do not see the Build Agent tab in your UnqorkAI platform, contact your environment administrator.
Step 1: Open Build Agent
Open any module in the Module Builder.
Locate the Build Agent tab in the left panel.
Click the tab to open Build Agent.
Step 2: Send Your First Prompt
A clear, specific prompt produces the best results. Try the following:
Create a contact form with fields for first name, last name, and email address. Set all fields as required. Add a Submit button that collects the form data.
Build Agent analyzes your request and creates a plan before building anything. The plan opens in the canvas area and includes:
Analysis: A summary of the current module state and what Build Agent intends to build.
Detailed Component Specifications: The components Build Agent plans to create, including types, Property IDs, and validation rules.
Tests: Test cases Build Agent will run to verify the form works correctly.
Execution Plan: The steps Build Agent will follow to build the module.
Step 3: Approve the Plan
After generating the plan, Build Agent asks for your approval before proceeding.
Review the plan in the canvas area, then click Build or type approved in the chat to begin. If anything looks incorrect, describe the changes you want in the chat before building.
Step 4: Review the Results
Once Build Agent finishes building, it runs the test cases from the plan automatically and displays a Test Execution Report in the left panel. Review the pass/fail results and the build summary, which lists every component configured and task completed.
If anything looks incorrect, refine your prompt and try again.
Build Agent automatically saves each change as a minor version. Save the module manually to publish changes to the production application.
Step 5: Save and Preview
Save the module to preserve your changes.
Preview the module to confirm it behaves as expected. Two options are available:
Preview Mode toggle: Displays the preview inline in the canvas area.
Preview button: Opens the module in a new tab.
Step 6: What's Next
Continue Building: Send another prompt in the Build Agent panel.
Start a New Plan: Click + at the top of the Build Agent panel.
Undo Changes: Click Rollback at any checkpoint in the Build Agent panel to revert Build Agent's most recent changes.
Next Steps
Once you are comfortable with basic prompts, explore what else Build Agent can do:
Generate test data and simulate API calls to verify logic in API modules.
Suggest accessibility improvements like ARIA labels.
Write Logic Composer pipelines for complex data transformations.
See Build Agent for the full reference: capabilities, best practices, limitations, and data privacy details.
Changelog
Date | Change |
|---|---|
— | Initial publication. |