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
@@ -17,23 +17,23 @@ To use this interface and Maia Make capabilities, an internet connection and sig
17
17
18
18
Maia Make is a set of AI-assisted development capabilities in Studio Pro that are available through a unified conversational interface. Describe your requirements in natural language, and Maia generates development artifacts such as data structures, pages, and microflows.
19
19
20
-
You can also ask Maia to provide explanations of your existing documents, such as logic and pages. Moreover, this interface allows you to integrate with external tools via MCP Servers (Playwright, Figma, and others) and it supports story-based development by generating app artifacts based on existing user stories.
20
+
You can also ask Maia to provide explanations of your existing documents, such as microflows, workflows, and pages. Moreover, this interface allows you to integrate with external tools via MCP Servers (Playwright, Figma, and others) and it supports story-based development by generating app artifacts based on existing user stories.
21
21
22
22
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, and logic
27
-
* Integration with external tools via compatible MCP Servers (such as Playwright and Figma)
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)
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 (for instance, logic or pages) to the interface to give Maia a more desired context
30
+
* Adding relevant documents (such as microflows, workflows, and 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
32
* Removing elements from documents, enabling more advanced refactoring (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, constants, modules, Java actions, JavaScript actions was introduced in Studio Pro 11.9.
36
+
Support for workflows, view entities, enumerations, modules, Java actions, 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.
0 commit comments