Documentation
Build faster with confBuild
Everything you need to create powerful 3D configurators and engineering workflows.
Cmd K
Start your journey
Follow a path that takes you from zero to production.
Learning Paths
Choose a path that matches your role or goal.
Tutorials
Step-by-step tutorials to help you succeed.
12 min
Create Your First Model
Learn the basics by building your first parametric 3D model.
Beginner18 min


Add Parameters & Rules
Add inputs, set rules, and watch your model update in real time.
Beginner24 min


Build a Product Configurator
Combine components and logic to create a full configurator.
Intermediate16 min


Publish to the Web
Embed your configurator on your website in minutes.
BeginnerExample Code
See how easy it is to define a parameter and use it in a rule.
Expression
JSON
// Parameter
length = 1200 mm
width = 600 mm
height = 750 mm
// Rule
volume = length * width * height
area = 2 * (length * width + length * height + width * height)Results
volume 540000000 mm3
area 5700000 mm2
Popular References
Quick access to the most used references.