diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/domain-model-generator.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/domain-model-generator.md index 8befc283c37..f6bd2a09367 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/domain-model-generator.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/domain-model-generator.md @@ -11,6 +11,10 @@ description: "Describes the features in Domain Model Generator." Domain Model Generator is currently an experimental feature introduced in Studio Pro 10.13.0. For more information on experimental features, see [Beta and Experimental Releases](/releasenotes/beta-features/). {{% /alert %}} +{{% alert color="info" %}} +To use Domain Model Generator, internet connection and signing in to Studio Pro are required. +{{% /alert %}} + Maia Domain Model Generator is an AI-powered tool that you can use for generating a [domain model](/refguide/domain-model/). It helps you to generate entities and associations based on text input. In Studio Pro 10.18 and above, you can also use Domain Model Generator in existing domain models. As an experimental feature, Domain Model Generator still have several limitations. For more information, see the [Limitations](#limitation) section below. ## Using Domain Model Generator diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/logic-bot-recommender.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/logic-recommender.md similarity index 91% rename from content/en/docs/refguide/modeling/mendix-ai-assistance/logic-bot-recommender.md rename to content/en/docs/refguide/modeling/mendix-ai-assistance/logic-recommender.md index 22fe6cb2ed5..436a0bfa2b8 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/logic-bot-recommender.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/logic-recommender.md @@ -10,9 +10,13 @@ aliases: ## Introduction {{% alert color="info" %}} -Logic Bot was rebranded to Logic Recommender in Studio Pro 10.12.0. +Logic Bot was rebranded to Logic Recommender in Studio Pro 10.12.0. It is also available for [rules](/refguide/rules/) in Studio Pro 10.6 and above. +{{% /alert %}} + +{{% alert color="info" %}} +In Studio Pro 10.6 and above, it works both online and offline. However, to get better AI recommendations, you need to be signed in to Studio Pro. -It is also available for [rules](/refguide/rules/). +In Studio Pro 10.5 and below, to use the [older version of Logic Recommender](#older-version), internet connection and signing in to Studio Pro are required. {{% /alert %}} Logic Recommender is an AI-powered virtual co-developer that helps you to model and configure your application logic in Mendix Studio Pro. It gives you contextualized recommendations on the next best activity in your logic based on the already designed activities, parameters, and other context-related information. It is built using the machine learning analysis of over twelve million anonymized application logics built with Mendix to detect and learn the best practice patterns in Mendix. @@ -30,15 +34,7 @@ The key features of Logic Recommender are the following: ### Studio Pro 10.6 and Above -{{% alert color="info" %}} -It is available for use when you are not signed in to Studio Pro, but you need to sign in to get better AI recommendations. -{{% /alert %}} - -{{% alert color="info" %}} -In Studio Pro 10.12 and above, it is enabled by default. You can disable it via **Edit** > **Preferences** > **Maia** > **In-Editor Recommender**. - -In Studio Pro versions from 10.6 to 10.11, it is enabled by default. You cannot switch it off. -{{% /alert %}} +In Studio Pro 10.12 and above, it is enabled by default. You can disable it via **Edit** > **Preferences** > **Maia** > **In-Editor Recommender**. From Studio Pro 10.6 to 10.11, it is enabled by default and you cannot switch it off. Logic Recommender is displayed as a blue plus in the flow. When you want to view recommendations on a particular flow, you can hover the mouse over that flow and click on the blue plus, or navigate to it with the keyboard and press Enter. @@ -66,11 +62,7 @@ Choose a suggestion and click it to accept it. You can also choose a suggestion To open the properties dialog box after adding a suggested element, accept the suggestion with Shift + Enter (or Shift + mouse click). After closing the properties dialog box, the Recommender will open on the next flow. -### Studio Pro 10.5 and Below - -{{% alert color="info" %}} -In Studio Pro 10.5 and below, you need to sign in to Studio Pro to use it. -{{% /alert %}} +### Studio Pro 10.5 and Below {#older-version} In Studio Pro 10.5 and below, an older version of Logic Recommender is available. It is enabled by default. You can switch it on and off using the **On-Off** toggle in the top right corner of the editor. You can also enable or disable it through the **Enable MxAssist Logic Bot** setting under the **Mendix Assist** tab in Studio Pro Preferences. diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-chat.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-chat.md index cf3aaf3413a..b62032ef044 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-chat.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-chat.md @@ -15,6 +15,10 @@ aliases: MendixChat was rebranded to Maia Chat and released in GA in Studio Pro 10.12.0. {{% /alert %}} +{{% alert color="info" %}} +To use Maia Chat, internet connection and signing in to Studio Pro are required. +{{% /alert %}} + {{% alert color="info" %}} Maia Chat does not use any project, customer, or company information. It only uses the data that you have entered in the Chat. Please do not enter any personal or sensitive data! {{% /alert %}} @@ -23,10 +27,6 @@ Maia Chat is a built-in chat interface powered by Generative AI in Studio Pro. D ## Using Maia Chat -{{% alert color="info" %}} -To use Maia Chat, internet connection is required and make sure you are signed in to Studio Pro. -{{% /alert %}} - There are two ways to access Maia Chat: * You can click the **Maia** ({{% icon name="sparkles" %}}) icon at the top right bar of Studio Pro diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-learn.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-learn.md index 41f0185e213..f7ba5a80ba5 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-learn.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-learn.md @@ -8,6 +8,14 @@ description: "Describes the features in Maia Learn." ## Introduction +{{% alert color="info" %}} +Maia Learn is available in Studio Pro 10.18 and above. +{{% /alert %}} + +{{% alert color="info" %}} +To use Maia Learn, internet connection and signing in to Studio Pro are required. +{{% /alert %}} + Maia Learn helps you to quickly learn Mendix core concepts and get started with Studio Pro. It is a tab within the **Maia** pane where you can navigate to different learning materials while providing you a holistic learning experience. ## Using Maia Learn diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/translation-generator.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/translation-generator.md index 88abd382d09..25cdba99249 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/translation-generator.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/translation-generator.md @@ -11,6 +11,10 @@ description: "Describes the features in Translation Generator." Translation Generator is currently an experimental feature introduced in Studio Pro 10.12.0. For more information on experimental features, see [Beta and Experimental Releases](/releasenotes/beta-features/). {{% /alert %}} +{{% alert color="info" %}} +To use Translation Generator, internet connection and signing in to Studio Pro are required. +{{% /alert %}} + Translation Generator is an AI-powered translation tool available in Mendix Studio Pro. You can use it for [batch translate](/refguide/batch-translate/). In Studio Pro 10.14.0 and above, you can also use it to translate [system texts](/refguide/system-texts/). For more information on how to enable and use it in Studio Pro, see the sections below. diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/ui-recommender.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/ui-recommender.md index dbafcfa9c4f..14371abc706 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/ui-recommender.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/ui-recommender.md @@ -8,16 +8,20 @@ description: "Describes UI Recommender in Mendix Studio Pro." ## Introduction {{% alert color="info" %}} - UI Recommender is available in Studio Pro 10.18 and above. - - UI Recommender is enabled by default. You can disable it via **Edit** > **Preferences** > **Maia** > **In-Editor Recommender** > **Enable for Page Editor**. +UI Recommender is available in Studio Pro 10.18 and above. +{{% /alert %}} + +{{% alert color="info" %}} +UI Recommender works both online and offline. No internet connection or signing-in is required. {{% /alert %}} UI Recommender allows you to easily add new widgets to a page in Mendix Studio Pro without losing the context of what you are currently working on. ## Using UI Recommender -UI Recommender is only available in **Design Mode**. It is displayed as a small blue plus sign in the page editor. To use UI Recommender, do the following: + UI Recommender is enabled by default. You can disable it via **Edit** > **Preferences** > **Maia** > **In-Editor Recommender** > **Enable for Page Editor**. + +UI Recommender is displayed as a small blue plus sign in the page editor. It is only available in **Design Mode**. To use UI Recommender, do the following: 1. Open the UI Recommender dialog box in the following way: diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/workflow-recommender.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/workflow-recommender.md index 7a102c7d6f2..05c64c30115 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/workflow-recommender.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/workflow-recommender.md @@ -11,6 +11,10 @@ description: "Describes Workflow Recommender in Mendix Studio Pro." Workflow Recommender is available in Studio Pro 10.12 and above. {{% /alert %}} +{{% alert color="info" %}} +Workflow Recommender works both online and offline. No internet connection or signing-in is required. +{{% /alert %}} + Workflow Recommender is a virtual co-developer that helps you to model and configure your workflow in Mendix Studio Pro. It gives you contextualized recommendations on the next best activity in your workflow based on context-related information. The key features of Workflow Recommender are the following: @@ -21,11 +25,7 @@ The key features of Workflow Recommender are the following: ## Modeling Using Workflow Recommender -{{% alert color="info" %}} -Workflow Recommender is enabled by default. - -It can be disabled via Studio Pro preferences: go to **Edit** > **Preferences** > **Maia** > **In-Editor Recommender**. -{{% /alert %}} +Workflow Recommender is enabled by default. It can be disabled via Studio Pro preferences: go to **Edit** > **Preferences** > **Maia** > **In-Editor Recommender**. Workflow Recommender is displayed as a small blue plus sign in the flow. When you want to view recommendations on a particular flow, you can hover the mouse over that flow and click on the blue plus icon, or navigate to it with the keyboard and press Enter.