Activate the Alfabet AI Assistant

The AI assistant is by default available for cloud customers. If you have installed Alfabet on premise, ask Alfabet Support for access to the AI assistant.

You can deactivate the Alfabet AI Assistant for individual user profiles or for all users.

Deactivate the AI Assistant for a user profile.

  1. In Alfabet Expand, go to the Admin tab.
  2. Click the user profile in the explorer.
  3. In the attribute window, set the Enable Help Chat Bot attribute to False.

Deactivate the AI Assistant completely.

  1. In Alfabet Expand, go to the Presentation tab.
  2. Double-click the XML Objects > IntegrationSolutions > AIServicesConfig node in the explorer.
  3. In the XML editor, set the XML attribute Enable to false.
  4. In the toolbar, click Save  Save_Expand.

Connect to the AI Assistant via a proxy server

  1. In Alfabet Expand, go to the Presentation tab.
  2. Double-click the XML Objects > IntegrationSolutions > AIServicesConfig node in the explorer.
  3. In the XML editor, change the XML element AIService from autoclosed to closed via a closing XML element and add a child element Proxy:
    • <AIService Type="ChatBot" Enable="$AIAssistantEnabled" ServiceHost="$AISrvHost" ChatEndPoint="GetModelResp" LoginEndPoint="login" ClientID="$AISrvClientID" ClientSecret="$AISrvClientSecret" ModelName="$AISrvModel" TimeOut="60">
      • <GenericAPIIntegrationConfig>
        • <Proxy url="124.24.78.90:5567" user="ConnectionAdmin" psw="ConnectionAdminPW" domain="mycompany">
      • </GenericAPIIntegrationConfig>
    • </AIService>
  4. Set the XML attributes for the XML element Proxy:
    • url: Define the URL of the proxy server.
    • user: If required, enter the user name for access to the proxy server. The domain name for authentication is defined separately with the XML attribute domain and must not be specified as part of the user name.
    • psw: If required, enter the password for access to the proxy server.
    • domain: If required, define the domain name that shall be used as part of the user name for authentication at the proxy server.
  5. In the toolbar, click Save  Save_Expand.