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
Restructure the capabilities overview into three separate tables: one
for supported document types, one for standalone Maia features, and one
for general capabilities. This improves clarity by grouping related
functionality and making version support easier to track.
- Rename section to "Maia Make Capabilities Overview" for consistency
- Create "Supported Document Types" subsection with comprehensive table
- Create "Maia Features" subsection for standalone features
- Consolidate general capabilities into a unified table
- Incorporate folder structure support as a capability row
- Add "Remarks" column for version-specific notes and limitations
Copy file name to clipboardExpand all lines: content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
+46-42Lines changed: 46 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,48 +19,52 @@ Maia Make is a set of AI-assisted development capabilities in Studio Pro that ar
19
19
20
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, such as Playwright and Figma, via MCP Servers, and it supports story-based development by generating app artifacts based on existing user stories.
21
21
22
-
## Maia Capabilities Overview
23
-
24
-
The following table lists the major Maia Make capabilities, their descriptions, and the Studio Pro versions in which they were introduced as part of Maia Make:
25
-
26
-
| Capability | Description | Available in Maia Make from |
27
-
| --- | --- | --- |
28
-
|[Maia Chat](/refguide/maia-chat/)| Answers questions about all aspects of Mendix development. | Studio Pro 11.8 |
29
-
|[Maia Explain](/refguide/maia-explain/)| Explains the purpose and logic of existing documents such as microflows and pages. | Studio Pro 11.8 |
30
-
|[Maia for Domain Model](/refguide/maia-for-domain-model/)| Generates and explains domain models. | Studio Pro 11.8 |
31
-
|[Maia for Pages](/refguide/maia-for-pages/)| Generates pages and widgets from text or image input. | Studio Pro 11.8 |
32
-
|[Maia for Microflows](/refguide/maia-for-microflows/)| Generates microflow logic from natural language descriptions. | Studio Pro 11.8 |
33
-
|[Maia for Workflows](/refguide/maia-for-workflows/)| Generates workflows from natural language or image input. | Studio Pro 11.9 |
34
-
|[Maia for OQL](/refguide/maia-for-oql/)| Generates and manages OQL queries. | Studio Pro 11.9 |
35
-
|[Maia MCP Client](/refguide/maia-mcp/)| Connects Maia to external MCP servers, giving it access to third-party tools during chat. | Studio Pro 11.8 |
36
-
|[Studio Pro MCP Server](/refguide/studio-pro-mcp-server/)| Exposes Studio Pro as an MCP server for use by external AI tools. | Studio Pro 11.10 |
37
-
|[Maia Web Fetch](/refguide/maia-web-fetch/)| Fetches and reads content from public websites and APIs during chat. | Studio Pro 11.10 |
38
-
|[Maia Agent Skills](/refguide/maia-agent-skills/)| Extends Maia with reusable, domain-specific knowledge that applies automatically when relevant. | Studio Pro 11.11 |
39
-
40
-
In addition to the core capabilities listed above, Maia Make includes the following features:
41
-
42
-
| Capability | Description | Available in Maia Make from |
43
-
| --- | --- | --- |
44
-
| Story-based development | Generates app artifacts based on existing user stories to support story-driven development workflows. | Studio Pro 11.8 |
45
-
| PDF/image support | Allows you to provide PDFs and images as input to help Maia better understand your requirements. | Studio Pro 11.8 |
46
-
| Adding documents as context | Lets you add relevant documents, such as microflows and pages, to provide Maia with additional context during chat. | Studio Pro 11.8 |
47
-
| Editing existing documents | Enables Maia to modify existing documents, including renaming elements such as entities, attributes, and microflow parameters. | Studio Pro 11.8 |
48
-
| Removing elements | Allows Maia to remove elements from documents to support more advanced refactoring tasks. | Studio Pro 11.9 |
49
-
| Undo support | Allows you to undo Maia-generated changes on a per-document basis. | Studio Pro 11.9 |
50
-
51
-
### Other Supported Document Types
52
-
53
-
In Studio Pro 11.9, support for enumerations, constants, modules, Java actions, and JavaScript actions was added. In this version, Java actions are read-only; they can be used in microflows and explained. JavaScript actions can only be explained.
54
-
55
-
Starting with Studio Pro 11.10, Maia can generate JavaScript actions, add parameters to existing ones, and create or update the JavaScript file associated with a JavaScript action.
56
-
57
-
### Support for Folder Structure
58
-
59
-
In Studio Pro 11.10 and above, Maia understands and leverages the existing folder structure within your Mendix applications for all documents except for pages. This enables Maia to:
60
-
61
-
* Organize documents into folders: When creating new documents, Maia can place them directly into relevant folders, respecting your project's organization.
62
-
* Follow existing folder structures: Maia works within your established folder hierarchy, making it easier to maintain consistency.
63
-
* Adhere to Mendix best practices: Maia can help organize documents according to the standard Mendix best practices for folder structure. For detailed guidance on optimal organization of folders, refer to the [Folder Structure](/refguide/naming-convention-best-practices/#folder-structure) section in *Naming Convention Best Practices*.
22
+
## Maia Make Capabilities Overview
23
+
24
+
### Supported Document Types
25
+
26
+
The following table lists all document types that Maia can work with, and the Studio Pro version in which support was introduced:
27
+
28
+
| Document Type | Description | Available from | Remarks |
29
+
| --- | --- | --- | --- |
30
+
|[Domain model](/refguide/maia-for-domain-model/)| Generates and explains domain models. | Studio Pro 11.8 ||
31
+
|[Pages](/refguide/maia-for-pages/)| Generates pages and widgets from text or image input. | Studio Pro 11.8 ||
32
+
|[Microflows](/refguide/maia-for-microflows/)| Generates microflow logic from natural language descriptions. | Studio Pro 11.8 ||
33
+
|[Workflows](/refguide/maia-for-workflows/)| Generates workflows from natural language descriptions. | Studio Pro 11.9 ||
34
+
|[OQL](/refguide/maia-for-oql/)| Generates OQL queries from natural language descriptions. | Studio Pro 11.9 ||
35
+
| View entities | Generates view entities. | Studio Pro 11.9 ||
36
+
| Enumerations | Generates enumerations. | Studio Pro 11.9 ||
37
+
| Constants | Generates and manages constants. | Studio Pro 11.9 ||
38
+
| Modules | Creates and structures modules. | Studio Pro 11.9 ||
39
+
| Java actions | Uses Java actions in microflows and explains them. | Studio Pro 11.9 | Read-only; Java actions cannot be generated. |
40
+
| JavaScript actions | Explains and generates JavaScript actions. | Studio Pro 11.9 | Explain-only in Studio Pro 11.9. Generation, adding parameters, and updating the associated JavaScript file available from Studio Pro 11.10. |
41
+
| Navigation | Generates and updates app-level navigation. | Studio Pro 11.11 ||
42
+
| Menu | Generates and updates menu documents. | Studio Pro 11.11 ||
43
+
44
+
### Maia Features
45
+
46
+
The following table lists the standalone Maia features available as part of Maia Make:
47
+
48
+
| Feature | Description | Available from | Remarks |
49
+
| --- | --- | --- | --- |
50
+
|[Maia Chat](/refguide/maia-chat/)| Answers questions about all aspects of Mendix development. | Studio Pro 11.8 ||
51
+
|[Maia Explain](/refguide/maia-explain/)| Explains the purpose and logic of existing documents. | Studio Pro 11.8 ||
52
+
|[Maia MCP Client](/refguide/maia-mcp/)| Connects Maia to external MCP servers, giving it access to third-party tools. | Studio Pro 11.8 ||
53
+
|[Studio Pro MCP Server](/refguide/studio-pro-mcp-server/)| Exposes Studio Pro as an MCP server for use by external AI tools. | Studio Pro 11.10 ||
54
+
|[Maia Web Fetch](/refguide/maia-web-fetch/)| Fetches and reads content from public websites and APIs. | Studio Pro 11.10 ||
55
+
|[Maia Agent Skills](/refguide/maia-agent-skills/)| Extends Maia with reusable knowledge. | Studio Pro 11.11 ||
56
+
57
+
In addition to the capabilities listed above, Maia Make includes the following features:
58
+
59
+
| Capability | Description | Available from | Remarks |
60
+
| --- | --- | --- | --- |
61
+
| Story-based development | Generates app artifacts based on existing user stories to support story-driven development workflows. | Studio Pro 11.8 ||
62
+
| PDF/image support | Allows you to provide PDFs and images as input to help Maia better understand your requirements. | Studio Pro 11.8 ||
63
+
| Adding documents as context | Lets you add relevant documents, to provide Maia with additional context. | Studio Pro 11.8 ||
64
+
| Editing existing documents | Enables Maia to modify existing documents, including renaming elements. | Studio Pro 11.8 ||
65
+
| Removing elements | Allows Maia to remove elements from documents to support more advanced refactoring tasks. | Studio Pro 11.9 ||
66
+
| Undo support | Allows you to undo Maia-generated changes on a per-document basis. | Studio Pro 11.9 ||
67
+
| Folder structure support | Organizes new documents into existing folders and follows your established folder hierarchy when generating content. | Studio Pro 11.10 | Not supported for pages. |
0 commit comments