# Version Settings
The version settings page allows users to configure version-level settings. Users can access this page through the competency sidebar.
# Business Logic
This is where you can enhance the functionalities of your competencies with custom logic. See What is Business Logic for details.
# Context Retention
Context retention enables you to carry key information when switching between topics/competencies. To learn about this feature, please reference what is context retention? To learn how to configure this feature, please reference How to configure context retention?
# Out-of-Scope Threshold
The out-of-scope threshold here allows you to set up a threshold number and when the classification intent probability (exposed in full response payload) is below that, the platform will return out-of-scope as the intent.
The lower the threshold is, the more likely the query is to be assigned an intent label (other than out-of-scope). All changes are saved automatically.
# Incremental Training
In excessively large datasets it takes a prohibitively long time to train one or two examples, with each example providing a marginal increase in accuracy. Therefore, by enabling incremental training, your SVP model can be trained a lot faster without sacrificing much accuracy. This means that the existing model will train one-off on singular examples until it reaches a limit. By default no more than 5% of the dataset can be incrementally trained.
Last updated: 08/16/2022