Skip to content

Commit e5e3131

Browse files
committed
Review the "Maia Make Capabilities" index page and consistency check overall
1 parent d6f7534 commit e5e3131

8 files changed

Lines changed: 50 additions & 48 deletions

File tree

content/en/docs/refguide/mendix-ai-assistance/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Starting point for app creation:
4545
* **Start with Maia** - a starting point in Studio Pro that helps you to start the app development process. Based on a required text description and an optional image or PDF, it generates an app that includes a domain model, data management overview pages, test data, and a tailored homepage. For more information, see [Start with Maia](/refguide/start-with-maia/).
4646
* **Maia Make** - a unified conversational interface in Studio Pro that groups all AI-assisted development capabilities into a single chat experience. With this interface, everything happens in one place. Start a conversation, describe what you need, and Maia generates the necessary app artifacts, such as a new domain model, pages, and microflows. You can also ask it to explain documents for you, including your app logic and pages.
4747

48-
This unified conversational interface is released in Studio Pro 11.8. For more information, see [Maia Make](/refguide/maia-make/).
48+
This unified conversational interface was released in Studio Pro 11.8. For more information, see [Maia Make](/refguide/maia-make/).
4949

5050
Guidance:
5151

content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,57 @@ description_list: true
1010
## Introduction
1111

1212
{{% alert color="info" %}}
13-
Maia Make capabilities are grouped into a conversational interface, which is available in Studio Pro 11.8 and above.
13+
Maia Make capabilities are available in Studio Pro 11.8 and above.
1414

15-
To use this interface and Maia Make capabilities, an internet connection and signing in to Studio Pro are required.
15+
To use Maia Make capabilities, an internet connection and signing in to Studio Pro are required.
1616
{{% /alert %}}
1717

1818
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.
1919

2020
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.
2121

22-
The key Maia Make capabilities are as follows:
22+
## Maia Capabilities Overview
2323

24-
* Conversational assistance for general Mendix development queries
25-
* Explanations of documents to clarify existing implementation details
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-
* Story-based development to help realize existing user stories
29-
* Support for PDF and image inputs to help Maia better understand your requirements
30-
* Adding relevant documents, such as microflows and pages, to the interface to give Maia a more desired context
31-
* Editing existing documents, including renaming elements inside of documents such as entities, attributes, and microflow parameters
32-
* Removing elements from documents, enabling more advanced refactoring (in Studio Pro 11.9 and above)
33-
* Undoing changes generated on a per-document basis (in Studio Pro 11.9 and above)
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:
3425

35-
{{% alert color="info" %}}
36-
Support for workflows, view entities, enumerations, constants, modules, Java actions, and JavaScript actions was introduced in Studio Pro 11.9. In this version, Java actions are read-only; they can be used in microflows and explained. JavaScript actions can only be explained.
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.
3754

3855
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.
39-
{{% /alert %}}
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*.
4064

4165
## Using Maia Make Capabilities
4266

@@ -67,30 +91,6 @@ The conversational interface includes the following options:
6791
* **{{% icon name="paperclip" %}} Add** (Image, Story, PDF) - With this option, you can attach images, PDFs, or user stories to help Maia understand your requirements better.
6892
* **Add file to Maia Chat** (@ icon) - It allows you to add certain logic or pages to Maia as context. You can also access this option by right-clicking the documents (microflows or pages) in the **App Explorer** and it appears in the context menu.
6993

70-
#### Support for Folder Structure
71-
72-
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:
73-
74-
* Organize documents into folders: When creating new documents, Maia can place them directly into relevant folders, respecting your project's organization.
75-
* Follow existing folder structures: Maia works within your established folder hierarchy, making it easier to maintain consistency.
76-
* 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*.
77-
78-
For more information on how each Maia Make capability work, refer to the following documents:
79-
80-
* [Maia Chat](/refguide/maia-chat/)
81-
* [Maia Explain](/refguide/maia-explain/)
82-
* [Maia for Domain Model](/refguide/maia-for-domain-model/)
83-
* [Maia for Pages](/refguide/maia-for-pages/)
84-
* [Maia for Microflows](/refguide/maia-for-microflows/)
85-
* [Maia for Workflows](/refguide/maia-for-workflows/) (in Studio Pro 11.9 and above)
86-
* [Maia for OQL](/refguide/maia-for-oql/) (in Studio Pro 11.9 and above)
87-
* [Maia MCP Client](/refguide/maia-mcp/)
88-
* [Studio Pro MCP Server](/refguide/studio-pro-mcp-server/)
89-
* [Maia Web Fetch](/refguide/maia-web-fetch/)
90-
* [Maia Agent Skills](/refguide/maia-agent-skills/)
91-
92-
In Studio Pro 11.8 and above, most of the features described in the documents above are available only through the chat interface. There are no separate entry points to these features in their respective editors. [Maia Explain](/refguide/maia-explain/) is an exception. You can still access this feature by right-clicking the documents (for example, microflows or pages) in the **App Explorer** and the **Maia Explain** option is in the context menu.
93-
9494
## Read More
9595

9696
* [Mendix AI Assistance (Maia)](/refguide/mendix-ai-assistance/)

content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-agent-skills.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: "Maia Agent Skills"
33
linktitle: "Agent Skills"
44
url: /refguide/maia-agent-skills/
5-
weight: 88
5+
weight: 95
66
description: "Describes how to create and manage agent skills that equip Maia with domain-specific knowledge, applied automatically whenever relevant."
77
#If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
88
---
99

1010
## Introduction
1111

1212
{{% alert color="info" %}}
13-
This feature is released as part of [Maia Make](/refguide/maia-make/) capabilities in Studio Pro 11.11 and above.
13+
This feature was released as part of [Maia Make](/refguide/maia-make/) capabilities in Studio Pro 11.11.
1414

1515
To use Maia Agent Skills, an internet connection and signing in to Studio Pro are required.
1616
{{% /alert %}}

content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-microflows.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ description: "Describes the features in Maia for Microflows."
77
## Introduction
88

99
{{% alert color="info" %}}
10-
This feature is released as part of [Make Make](/refguide/maia-make/) capabilities in Studio Pro 11.8.
10+
This feature was released as part of [Make Make](/refguide/maia-make/) capabilities in Studio Pro 11.8.
11+
12+
To use Maia for Microflows, an internet connection and signing in to Studio Pro are required.
1113
{{% /alert %}}
1214

1315
Maia for Microflows is an AI-powered capability that is available when using [Maia Make](/refguide/maia-make/) in Studio Pro. Maia Make is a unified conversational interface within Studio Pro that consolidates all AI-assisted development capabilities into a single chat experience.

content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-oql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Describes the features in Maia for OQL Generation."
88
## Introduction
99

1010
{{% alert color="info" %}}
11-
An internet connection and signing in to Studio Pro are required to use Maia for OQL.
11+
To use Maia for OQL, an internet connection and signing in to Studio Pro are required.
1212
{{% /alert %}}
1313

1414
Maia for OQL is a powerful feature that enables you to generate and manage OQL (Object Query Language) queries through an intuitive interface. It is designed to simplify query creation and reduce manual effort. Currently it has some limitations. For more details, see the [Limitations](#limitations) section below.

content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Describes the features in Maia MCP Client."
1010
## Introduction
1111

1212
{{% alert color="info" %}}
13-
This feature is released as part of [Maia Make](/refguide/maia-make/) capabilities in Studio Pro 11.8.
13+
This feature was released as part of [Maia Make](/refguide/maia-make/) capabilities in Studio Pro 11.8.
1414

1515
To use Maia MCP Client, an internet connection and signing in to Studio Pro are required.
1616
{{% /alert %}}

content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-web-fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Describes Maia's web fetch capability for retrieving content from
1010
## Introduction
1111

1212
{{% alert color="info" %}}
13-
This feature is available in Studio Pro 11.10 and above.
13+
This feature was released as part of [Maia Make](/refguide/maia-make/) capabilities in Studio Pro 11.10.
1414

1515
To use Maia Web Fetch, an internet connection and signing in to Studio Pro are required.
1616
{{% /alert %}}

content/en/docs/refguide/mendix-ai-assistance/maia-make/studio-pro-mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Describes the features in Studio Pro MCP Server."
1010
## Introduction
1111

1212
{{% alert color="info" %}}
13-
This feature is available in Studio Pro 11.10 and above.
13+
This feature was released in Studio Pro 11.10.
1414

1515
To use Studio Pro MCP Server, an internet connection and signing in to Studio Pro are required.
1616
{{% /alert %}}

0 commit comments

Comments
 (0)