HELP!
Introduction to the Viabl.ai Platform
Why use the Viabl.ai Platform?
Decision Modelling in Viabl.ai
Getting Started Tutorials
Expenses Claim Authorisation Tutorial
Part 1: Building the Knowledge Base
Part 2: Adding Decision Rules
Part 3: Adding Decision Tables
Loan Risk Assessment Tutorial
Part 1: Building the Knowledge Base
Part 2: Using the Risk Framework Setup
Part 3: Customising the Framework
Part 4: Adding Decision Trees
Part 5: Completing the Knowledge
Decision Orchestration Tutorial
Part 1: Converting Expenses from Chat to Silent application.
Part 2: Creating a solution in Deployment Server
Part 3: Create a Dialog application to capture Employee Inputs and Add a new Case
Part 4: Updating Silent application to process a Case
Part 5: Introducing Case Status Management
Part 6:Human in the Loop
Part 7: Complete with Email notifications
Reference Guide
Viabl.ai Platform Overview
Viabl.ai Users & Groups
Using Knowledge Bases
The Viabl.ai Home Screen
Knowledge Base Templates
Knowledge Base Settings
Show Object Description
Using the Decision Map
Using the Objects Catalog
Objects
Categories
Catalog Options
Compact Mode
Show Base Classes
Show Uncategorised When Empty
Show Search Bar
Base Classes
Using the Build Tools
Basic Tools
Add a Dialog
Add a Question
Add a Report
Add Knowledge
Knowledge Tools
Add a Calculated Question
Add a Decision Flow Tree
Add a Decision Table
Add a Decision Tree
Add a Dynamic Sequence
Add a Hierarchy
Add a Lookup Table
Add Constraint Knowledge
Add Decision Rules
Add Knowledge to a Question
Add Scripting (XpertScript)
Remove Knowledge from an Object
Advanced Tools
Add a Global Constant
Add an Array
Add Scripting (JavaScript)
Add System Detection
Add Troubleshooting
New Build Tool
New Catalog Category
Add a Base Class
Add User Detect
AI Tools
Add Intent Processing
Add a New Intent
Decision Mining Tables
Document Search
Fuzzifying a List Question
Incremental Bayesian Learning
Feature Extraction From Text
New Decision Mining Tree
New EA Optimisation
Use Bayesian Classifier
Integration Services
Add Runtime Task
Add Workflow Suspend
Call REST Web Service
Call Salesforce
Call Silent Engine
Send an Email
Solr Query
Add an Environment Variable
Connect to Hubspot
DMN Tools
Export DMN
Import DMN
Document Generation
Add Paragraph Object
PDF Generator
Case Management Tools
Library Tools
Project Tools
Chain to Knowledge Base
Import a Question
LLM Integration
Add a GPT Decision Rules
Add a GPT Decision Tree
Add a GPT Question
Add LLM Call
Add LLM Knowledge to a Question
Google Cloud AI
MS Azure Cognitive Services
MS Detect Language
MS Entity Detection
MS Facial Recognition
MS Key Phrase Analysis
MS Optical Character Recognition
MS Sentiment Analysis
RPA Integration
Send to Blue Prism
Send to Power Automate
Send to UiPath
CRM Integration
Process Mining
Enterprise Search
Genesys Integration
Script Build Tools
JSON Array Iterator
Decision Map Tools
Using the Test Run
User Preferences
Knowledge Acquisition & Representations
Decision Trees
Decision Tree Node Splits
Setting Decision Outcomes
Using Sequence Nodes
Using Scripts
Adding and Editing Branches
Decision Tree Inference
Knowledge Structuring (Back-chaining)
Decision Tables
Decision Table Inference
Lookup Tables
Lookup Table Inference
Decision Rules
Decision Rules Inference
Dynamic Sequences
Dynamic Sequence Inference
Constraint Inference
Object Hierarchies
User Interface Design
Dialog Deployment User Interface
XpertForm Rules
Controls
Button Control
Resources
Chat Deployment User Interface
Default Question Values
Scripting
Using XpertScript
statements
Assign
Comment
Do
If
For
For Each
Return
Var
While
system
abs
DateToString
Days_Diff
Floor
Get/SetObjectProp
Maximum
Message
Minimum
MultiList_Add & MultiList_Subtract
Power
Round
Sqrt
StringToNumber
userscripts
Console Log
Using JavaScript in the Viabl.ai Platform
Viabl.ai Object Methods and Properties
Executing Viabl.ai Platform Objects
Accessing Object Runtime Values
Checking for a Blank (Empty) Object Value
Clearing Object Values
Accessing Object Properties
Accessing Object List Value Properties
Determining the Viabl.ai Platform Object Type
Determining the Object's Base Class
Dynamic Object List Values
Using the Special "xpertrule" Object
decodeData
disableUI
enableUI
encodeData
findObject
flashMessage
getValues
instances
kbVersion
lineOfReasoning
message
messageJSON
once
onceAsync
restart
runMode
setValues
terminate
trace
urlFetch
User Defined JavaScript Functions
General JavaScript Examples
MongoDB Access
The Rules Engine "Replay Stack"
SQL Server & SQLite Database Access
Accessing other Viabl.ai Data Structures via JavaScript
Deploying Applications
Knowledge Base Deployment
Dialog Deployment
Chat Deployment
Chat Depolyment API
Silent Deployment
Using Publish
Deployment System Detection
Deployment Server
Deployment Server Settings
Advanced Features
Decision Mining Trees
Decision Mining Tools
Data Mining Servers
Upload New Data
Fuzzy Logic
Evolutionary Algorithm (EA) Optimisation
Bayesian Machine Learning Classifier
Bayesian Classification Server API
Using Advanced Menu Options
Edit Advanced Settings
Object Structure Maintenance
Knowledge Maintenance
Print (Knowledge Base Documentation)
Show Advanced Menus
View Change Audit
Understanding Constraints in Viabl.ai
Using Viabl.ai Platform projects
Building Custom Build Tools
Build Tool Script Example
Viabl.ai Build Tools (wizards) Developer Guide
Knowledge Base Versioning
Customising Viabl.ai Base Classes
viabl.ai User Access Control (Platform Privileges)
Viabl.ai Object Inference
Methodology
Choosing between a Dialog, Chat & Silent Deployments
When should I use a Decision Flow Tree instead of a Decision Tree?
When should I use Decision Rules instead of a Decision Tree?
When should I use Decision Tables?
When should I use Dynamic Sequences?
How to Build Configuration Applications in Viabl.ai?
When should I use Lookup Tables?
When should I use JavaScript Scripting?
When should I use JavaScript instead of XpertScript
How-to Guide
Knowledge Engineering
How to model Risk Assessment Applications?
How to model Diagnostic & Troubleshooting Applications?
How to model Compliance and Underwriting Applications?
How to build Decision Orchestration / Intelligent Workflow Applications in viabl.ai?
How to model Resource Optimisation Applications?
How to implement Looping around Knowledge Objects?
How to apply the same rules to multiple Data sets?
How can a Question be auto-answered?
How can a user find how/why a given decision was reached by the engine?
How to customise/extend my Object properties?
How to use Bayesian Machine Learning Classification?
User Interface
How do I customise my Dialog based user interface (XpertForm View)?
How do I implement a custom user interface (Dialog HTML Form View)?
How do I customise my Chat based user interface?
How do I validate user input?
How do I customise the controls on my Dialog-based user interface (XpertForm View)?
How to translate the application User Interface to different languages
Viabl.ai Integration
How do I integrate with asynchronous external processes for workflow applications?
How do I integrate with my legacy Database?
How do I embed Viabl.ai Platform development in my webpage?
How do I generate a PDF report with data and results from my application?
Viabl.ai Genesys Integration
How can I invoke a REST Web service?
How do I integrate with Python Scripts?
How do I interface with Salesforce?
How can I leverage Azure Cognitive Services in my application?
How can I use Robotic Process Automation to access systems with no formal API?
How do I embed the Viabl.ai Platform Rules Engine in my webpage (to use my own user interface)?
Scripting
How do I access Object Properties using XpertScript?
How do I prevent the code in my Objects from being viewed from the Browser?
How can I implement a simple algorithm without coding?
How to I use JavaScript code in my knowledge base?
Deployment
How can I intercept runtime system Errors?
How to I deploy my Viabl.ai Platform application as a Mobile App?
How do I monitor the performance of my decision knowledge?
Regression Testing in Viabl.ai
How do I use the Viabl.ai Platform Silent Engine API to process transactions?
Development Environment
How do I backup my knowledge base?
How can multiple users develop in parallel?
How to use external data in the development of a knowledge-base?
How do I test/debug the logic of my application?
How do I track who (which developer) changed what in my knowledge base?
Report an Issue
Glossary of Terms
Terms & Conditions of Service
Copyright Notices
Open Source software & resources
Latest Notices
Edit Page
Add an Environment Variable
On This Page