diff --git a/app/MindWork AI Studio/Components/DataSourceSelection.razor b/app/MindWork AI Studio/Components/DataSourceSelection.razor
index 08160443..6b299796 100644
--- a/app/MindWork AI Studio/Components/DataSourceSelection.razor
+++ b/app/MindWork AI Studio/Components/DataSourceSelection.razor
@@ -37,8 +37,12 @@
@if (this.areDataSourcesEnabled)
{
-
+ @if (this.SettingsManager.ConfigurationData.AgentRetrievalContextValidation.EnableRetrievalContextValidation)
+ {
+
+ }
+
@if (this.aiBasedSourceSelection is false || this.DataSourcesAISelected.Count == 0)
{