AI Assistance not visible in AEM Guides

This article addresses the issue where you are unable to use the AI Assistance functionality within Adobe Experience Manager (AEM) Guides. The resolution involves updating specific OSGI configurations to enable the feature.

Description description

Environment

  • Adobe Experience Manager (AEM) as a Cloud Service - Sites
  • Version: AEM Guides 2025.2.0.209

Issue/Symptoms

  • The AI Assistant button isn’t visible under General Settings.
  • AI configuration isn’t accessible in Global or custom Folder Profiles.
  • Initial configuration changes don’t enable the Smart Suggestions functionality.

Resolution resolution

To resolve the issue, follow these steps:

  1. Modify the com.adobe.guides.ai.config.service.AiConfigImpl.cfg file to include the required configuration for enabling Smart Suggestions:

    code language-none
    "conref.inline.threshold":0.6,
        "conref.block.threshold":0.7,
        "related.link.threshold":0.5,
        "sample.url":"https://adobeioruntime.net/apis//{yourURL}",
        "instance.type":"dev",
        "chat.url":"https://aem-guides-ai.adobe.io",
        "smart.suggestion.flag": "true"
    
  2. Ensure that your pipeline correctly deploys the updated configuration file.

  3. After deployment, check if:

    • The AI Assistant button appears under General Settings.
    • AI Configuration is accessible in Global or custom Folder Profiles.
  4. Once enabled, you should be able to use the feature without further indexing or additional actions.

AI Assistant (Beta) in AEM Guides Documentation

recommendation-more-help
3d58f420-19b5-47a0-a122-5c9dab55ec7f