Current behavior:
The KB widget can be configured with access to multiple workspaces (e.g., Workspace A and Workspace B). When a page's URL mapping is missing or doesn't match any configured rule, the widget defaults to Workspace A, with no way to change this fallback.
Problem:
This hardcoded default isn't configurable. If as a customer, I want unmapped URLs to fall back to Workspace B instead of A as Workspace B may have more relevant content, there's currently no setting to support that. This ends up pointing customers to workspace A, which may consist of irrelevant or secondary/supporting content (not the primary content which may be residing in workspace B), just because workspace A was created before workspace B (which is not a good reason for it to be preferred.)
Requested behavior:
Allow admins to select which workspace should load by default when no URL mapping matches, via a setting in the KB widget configuration (e.g., a "Default workspace" dropdown listing all workspaces linked to that widget).