You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,17 @@ The key Maia Make capabilities are as follows:
23
23
24
24
* Conversational assistance for general Mendix development queries
25
25
* Explanations of documents to clarify existing implementation details
26
-
* Generation of documents from natural language descriptions, including domain model, pages, microflows, and workflows
27
-
* Integration with external tools via compatible MCP Servers (such as Playwright and Figma)
26
+
* Generation of documents from natural language descriptions, such as domain model, pages, and microflows
27
+
* Integration with external tools, such as Playwright and Figma, via compatible MCP Servers
28
28
* Story-based development to help realize existing user stories
29
29
* Support for PDF and image inputs to help Maia better understand your requirements
30
-
* Adding relevant documents (such as microflows, workflows, and pages) to the interface to give Maia a more desired context
30
+
* Adding relevant documents, such as microflowsand pages, to the interface to give Maia a more desired context
31
31
* Editing existing documents, including renaming documents and document elements such as entities, attributes, and microflow parameters
32
-
* Removing elements from documents, enabling more advanced refactoring (Studio Pro 11.9 and above)
32
+
* Removing elements from documents, enabling more advanced refactoring (in Studio Pro 11.9 and above)
33
33
* Undoing changes generated on a per-document basis (in Studio Pro 11.9 and above)
34
34
35
35
{{% alert color="info" %}}
36
-
Support for workflows, view entities, enumerations, modules, Java actions, JavaScript actions was introduced in Studio Pro 11.9.
36
+
Support for workflows, view entities, enumerations, modules, Java actions, and JavaScript actions was introduced in Studio Pro 11.9.
37
37
38
38
Java actions and JavaScript actions are read-only. Java actions can be used in microflows and can be explained. JavaScript actions can only be explained.
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-for-oql.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,13 @@ Maia for OQL is a powerful feature that enables you to generate and manage OQL (
15
15
16
16
## Using Maia for OQL
17
17
18
-
To enable this feature, navigate to **Edit** > **Preferences** > the **Maia** tab and select **Enable Maia for OQL Generation**.
18
+
### In Studio Pro 11.9 and Above
19
+
20
+
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/).
21
+
22
+
### In Studio Pro 11.8 and Below
23
+
24
+
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**.
19
25
20
26
Once enabled, you can access it from the toolbar in the **OQL Editor**:
0 commit comments