The AI agent can create complex rule sets from simple natural language descriptions. You don't need to know how the rule editor works technically — just describe the dependencies of your product.
Opening the AI Agent
Open a component in the V3 backend. Click + New Chat at the bottom right to open the chat.
Defining Rules via Chat
Describe your rules directly in the chat:
"If the drive is 'Solar', the colour 'White' should not be available."
"If the width exceeds 300 cm, the drive 'Manual' is not possible."
"If the material is 'Wood', all RAL colours should be hidden."
"The feature 'Motor power' should only appear when the drive is 'Electric'."
The agent automatically creates the corresponding Blacklist or Predefine rules in the Rules tab.
Multiple Rules at Once
"Here are my rules:
- Solar drive: max. width 250 cm, colour White not available
- Manual drive: max. width 300 cm
- Wood material: no RAL colours, no electric motors
- Stainless steel material: no solar drive
- Width over 200 cm: show feature 'Reinforcement profile' as required"
Importing Rules from a Spreadsheet
Condition feature;Condition value;Action;Target feature;Target value
Drive;Solar;hide;Colour;White
Drive;Solar;max. value;Width;250
Material;Wood;hide;Colour;RAL*
"Here are my dependencies as CSV. Please create the rules accordingly."
Reviewing and Correcting Rules
After creating, you can check in the Rules tab (left panel) what the agent has set up. If something is wrong:
"Rule 3 is not quite right. Wood should have no RAL colours, but 'White' and 'Brown' should still be available."
The agent adjusts the rule accordingly.
Complex Dependencies
"If Material = Aluminium AND Width > 250 cm, then Drive 'Manual' is no longer possible AND the feature 'Reinforcement profile' is shown as required."
"If Drive = Electric OR Solar, show the feature 'Smart home connectivity'."