From a023fc249279ba4b47588f0845d50667901e58bf Mon Sep 17 00:00:00 2001 From: Jonathan Bogerd <60345132+jonathanbogerd@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:03:09 +0200 Subject: [PATCH 1/3] Add Enable OQL Tool explanation Add Enable OQL Tool explanation: OQL tool always uses the Mendix Platform and can be switched on or off. --- .../refguide/mendix-ai-assistance/maia-make/maia-for-oql.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md index 776f833d907..7caf985badc 100644 --- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md +++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md @@ -19,6 +19,8 @@ Maia for OQL is a powerful feature that enables you to generate and manage OQL ( In Studio Pro 11.9 and above, Maia for OQL is incorporated into the unified Maia Make capabilities, which are enabled by default. There is no dedicated interface only for Maia for OQL. For more information, see [Maia Make Capabilities](/refguide/maia-make/). +In Studio Pro 11.13 and above, and 11.12.2 and above, a new setting has been added to enable or disable OQL generation with Maia. Note that OQL generation always uses the Mendix Platform regardless of the configured AI provider. For OQL generation to work, both Enable Maia and the Enable OQL Tool setting must be enabled. + ### In Studio Pro 11.8 and Below In Studio Pro 11.8 and below, to enable Maia for OQL, navigate to **Edit** > **Preferences** > the **Maia** tab and select **Enable Maia for OQL Generation**. From a79c8d132c5d897b1f77095f0bda355ea85ec425 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Wed, 22 Jul 2026 10:54:16 +0200 Subject: [PATCH 2/3] Review --- .../refguide/mendix-ai-assistance/maia-make/maia-for-oql.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md index 7caf985badc..d531e225fd6 100644 --- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md +++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md @@ -19,7 +19,9 @@ Maia for OQL is a powerful feature that enables you to generate and manage OQL ( In Studio Pro 11.9 and above, Maia for OQL is incorporated into the unified Maia Make capabilities, which are enabled by default. There is no dedicated interface only for Maia for OQL. For more information, see [Maia Make Capabilities](/refguide/maia-make/). -In Studio Pro 11.13 and above, and 11.12.2 and above, a new setting has been added to enable or disable OQL generation with Maia. Note that OQL generation always uses the Mendix Platform regardless of the configured AI provider. For OQL generation to work, both Enable Maia and the Enable OQL Tool setting must be enabled. +{{% alert type="info” %}} +Studio Pro 11.13 and above, and 11.12.2 and above, include a setting to enable or disable OQL generation with Maia. OQL generation always uses the Mendix Platform regardless of the configured AI provider. To use OQL generation, you must enable both **Enable Maia** and **Enable OQL Tool**. +{{% /alert %}} ### In Studio Pro 11.8 and Below From ec5ea7c7b9f21a8977abb1c23f139bca99d837bd Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:13:38 +0200 Subject: [PATCH 3/3] Fix quotes --- .../refguide/mendix-ai-assistance/maia-make/maia-for-oql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md index d531e225fd6..4040e20fd34 100644 --- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md +++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md @@ -19,7 +19,7 @@ Maia for OQL is a powerful feature that enables you to generate and manage OQL ( In Studio Pro 11.9 and above, Maia for OQL is incorporated into the unified Maia Make capabilities, which are enabled by default. There is no dedicated interface only for Maia for OQL. For more information, see [Maia Make Capabilities](/refguide/maia-make/). -{{% alert type="info” %}} +{{% alert type="info" %}} Studio Pro 11.13 and above, and 11.12.2 and above, include a setting to enable or disable OQL generation with Maia. OQL generation always uses the Mendix Platform regardless of the configured AI provider. To use OQL generation, you must enable both **Enable Maia** and **Enable OQL Tool**. {{% /alert %}}