This guide explains how to use AI-assisted wizard creation to rapidly build and customize workflow wizards from natural language descriptions.Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The AI Wizard Generator uses advanced language models to:- Create complete wizard structures from descriptions
- Generate appropriate fields and validation
- Configure branching logic automatically
- Suggest optimal step organization
Accessing AI Generation
- Navigate to Platform → Wizards
- Click New Wizard or open an existing wizard in the Builder
- Click the Generate with AI button (✨ icon) in the toolbar
Writing Effective Descriptions
The quality of your description directly impacts the generated wizard. Here are tips for best results:Be Specific About Fields
❌ Vague: “Create an employee form” ✅ Specific: “Create an employee onboarding wizard that collects first name, last name, email, phone number, hire date, department, and job title”Mention Conditions
If you need branching logic, describe the conditions: ✅ “Create an onboarding wizard. If the employee is full-time, show benefits selection. If part-time, skip to equipment request.”Specify Field Types
When precision matters: ✅ “Collect date of birth (date picker), salary (currency), and department (dropdown with options: HR, Engineering, Sales, Marketing)“Include Validation Requirements
✅ “Email must be a valid company email (@company.com). Phone is optional. All other fields are required.”Example Prompts
Simple Form Wizard
Branching Wizard
Complex Workflow
Understanding the Preview
After generation, you’ll see a preview of the wizard:Step List
- Form Steps show field count and types
- Branch Steps display conditions and targets
- Review Steps are marked accordingly
Field Details
Click to expand each step and see:- Field names and types
- Required indicators
- Help text suggestions
- Validation rules
Branch Logic
Branch steps show:- Each condition with its target
- Default fallback path
- Visual path indicators
Editing Generated Wizards
After reviewing the preview:Accept & Create
- Creates the wizard with the generated configuration
- Opens in the Builder for final adjustments
- Saves as a draft (unpublished)
Edit in Builder
- Loads the generated steps into the Builder
- Make changes before saving
- Full access to all configuration options
Regenerate
- Not happy with the result? Click Regenerate
- Modify your description and try again
- Each generation is independent
Generate Similar Feature
Already have a wizard and want a variant?- Open an existing wizard in the Builder
- Click More → Generate Similar
- Describe the changes you want:
- “Add an emergency contact section”
- “Remove the benefits step and add a contractor agreement”
- “Make this wizard for part-time employees”
Best Practices
Start Simple
- Generate a basic version first
- Review and test the output
- Iterate with modifications
Combine with Manual Editing
AI generation is a starting point:- Generate the initial structure
- Refine field labels and help text
- Adjust validation rules
- Fine-tune branching conditions
Version Your Changes
- Generate a wizard
- Publish as v1.0
- Use “Generate Similar” for modifications
- Publish as v1.1
- Compare versions if needed
Limitations
What AI Can Generate
✅ Form steps with common field types ✅ Basic branching logic ✅ Review steps ✅ Standard validation rules ✅ Help text and placeholdersWhat Requires Manual Work
❌ Custom step components ❌ Complex multi-level branching ❌ Integration with external systems ❌ Advanced regex validation patterns ❌ Custom field typesRate Limits
- Requests are rate-limited per organization
- If you hit limits, wait a moment and retry
- Contact support for higher limits
Troubleshooting
Generation Takes Too Long
- Simplify your description
- Break into smaller wizards
- Check your internet connection
Poor Quality Output
- Add more detail to your description
- Specify field types explicitly
- Include example values
- Mention validation requirements
Missing Fields
- Explicitly list all required fields
- Don’t assume common fields are included
- Add them manually in the Builder
Wrong Field Types
- Specify types in your description
- Example: “email (email field)” or “hire_date (date picker)”
- Edit in Builder after generation
Privacy & Security
AI wizard generation:- Does not store your descriptions
- Does not include sample data in training
- Does not transmit existing wizard data
- Is organization-scoped - only you see your generations
Important: Never include real PII/PHI in your descriptions. Use generic field names like “SSN” rather than actual values.