Skip to content

Commit 60a99b6

Browse files
committed
Add page for Maia for Microflows
1 parent 52f03d8 commit 60a99b6

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Generators:
6565

6666
* **Maia for OQL** – helps you generate and manage OQL (Object Query Language) queries through an intuitive interface. It is designed to simplify query creation and reduce manual effort. For more information, see [Maia for OQL](/refguide/maia-for-oql/).
6767
* **Maia for Workflows** – helps you generate a [Workflow](/refguide/workflows/). By providing a use case via text input or an image, Maia can help you start creating your workflows. For more information, see [Maia for Workflows](/refguide/maia-for-workflows/).
68+
* **Maia for Microflows** – helps you generate a [Microflow](/refguide/microflows/). By providing a use case via text input or an image, Maia can help you start creating your microflows. For more information, see [Maia for Microflows](/refguide/maia-for-microflows/).
6869
* **Translation Generator** – helps you with [batch translate](/refguide/translation-generator/#batch-translate) and [translating system texts](/refguide/translation-generator/#translate-system-text) in the web-based system texts editor. For more information, see [Translation Generator](/refguide/translation-generator/).
6970
* **Validation Assist** – helps you build validation microflows in a more automated way using pre-built expressions. For more information, see [Validation Assist](/refguide/validation-assist/).
7071

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: "Maia for Microflows"
3+
url: /refguide/maia-for-microflows/
4+
weight: 75
5+
description: "Describes the features in Maia for Microflows."
6+
#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.
7+
---
8+
## Introduction
9+
10+
{{% alert color="info" %}}
11+
To use Maia for Microflows, an internet connection and signing in to Studio Pro are required.
12+
{{% /alert %}}
13+
14+
Maia for Microflows is an AI-powered feature designed to assist users in generating microflow logic. By leveraging AI, it aims to streamline the process of creating microflows, making development more efficient.
15+
16+
## Using Maia for Microflows
17+
18+
Maia for Microflows leverages can generate microflow logic efficiently from your text input. It is a powerful tool for quickly setting up both simple and complex microflows, with the goal of providing ready-to-use logic that minimizes the need for manual adjustments.
19+
20+
### Best Practices for Text Input
21+
22+
To achieve the best results when using Maia for Microflows, consider the following guidelines for your text input:
23+
24+
Be specific: Clearly describe the desired outcome and the steps involved. For example, instead of "create a user," try "create a new user object, set its name attribute to 'John Doe', and commit it."
25+
26+
Use keywords: Incorporating terms relevant to microflow actions, such as "create object," "retrieve," "change object," "show message," "loop," or "decision," can help correct microflow generation.
27+
28+
Provide context: If your microflow interacts with existing entities or attributes, mention them in your input.
29+
30+
## Limitations
31+
32+
### Destructive operations are not supported
33+
34+
Maia for Microflows can create objects and flows and change simple ("primitive") settings, but cannot delete objects or replace complex configuration settings.
35+
36+
### Variability in Results
37+
38+
Due to the nature of AI generation, the exact microflow logic produced can vary between separate runs, even with identical input. It is recommended to review the generated output carefully.
39+
40+
### Layout and Positioning
41+
42+
While Maia aims to create functional logic, the visual layout and positioning of elements within the generated microflow may not always be optimally organized. You may need to adjust the arrangement of activities for better readability and structure.
43+
44+
## Read More
45+
46+
* [Microflows](/refguide/microflows/)
47+
* [Mendix AI Assistance (Maia)](/refguide/mendix-ai-assistance/)
48+
* [Maia Chat](/refguide/maia-chat/)

0 commit comments

Comments
 (0)