Skip to content

Update Maia for Pages docs for Mendix 10.23 #9575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Maia for Pages was introduced in Studio Pro 10.21.0. In Studio Pro 10.21, it was
To use Maia for Pages, an internet connection and signing in to Studio Pro are required.
{{% /alert %}}

Maia for Pages is an AI-powered tool that you can use for generating a [page](/refguide10/page/) as well as explaining and providing further improvements. It helps you add and configure widgets based on text input and optional image input. After a page is generated, you can continue in the same session to ask Maia for further improvements and explanations. Maia for Pages has some limitations. For example, Maia for Pages is currently intended only for use with empty pages. Using it on an existing page results in the removal of all existing widgets on that page. For more details, see the [Limitations](#limitation) section below.
Maia for Pages is an AI-powered tool that you can use for generating a [page](/refguide10/page/) as well as explaining and providing further improvements. It helps you add and configure widgets based on text input and optional image input. In Studio Pro 10.23 and above, Maia for Pages is supported for existing pages and can be used to edit or remove existing widgets.

For information on the current limitations of Maia for Pages, see the [Limitations](#limitation) section below.

## Using Maia for Pages

Expand All @@ -40,7 +42,9 @@ Describe your page or its main goals in the chat. Maia uses this information to

You can also supplement text input with an image. Maia uses the image to interpret your request better. For example, it can recognize the layout of a page from the image and replicate it. The image can be a screenshot, photo, wireframe, or drawing. With text input, you can also specify differences between the provided image and how you would like the generated page to appear. For example, you might write: *Generate a page based on this image, but change the header to Welcome.*

After a page is generated, you can continue asking Maia in the same session to further improve the page and provide explanations.
After a page is generated, you can continue asking Maia in the same session to further improve the page and provide explanations.

In Studio Pro 10.23 and above, Maia for Pages is supported for existing pages. For example, you can add extra widgets, edit widgets by changing their properties, or remove widgets.

{{% alert color="info" %}}
In this dedicated chat, only requests related to Pages will be properly handled. If you have other questions, close this chat and go back to the general [Maia Chat](/refguide10/maia-chat/) interface.
Expand All @@ -50,22 +54,26 @@ In this dedicated chat, only requests related to Pages will be properly handled.

To achieve optimal results, provide context about your page by describing its main use cases, customer needs, or other relevant details. The more Maia knows about your page, the more tailored and accurate the generated page will be.

Below are some examples of prompts you can use as a starting point:
Below are examples of prompts you can use as a starting point:

* The page will be used to ...
* I need a page to be able to edit my entity ...
* Create a page like the image.
* Base the page on the image, but change ... to ...

Below are some examples of prompts you can use to ask Maia for further explanations or suggestions to improve the generated page:
Below are examples of prompts you can use to ask Maia to make further edits or request suggestions for improving a page:

* Can you add a button called `BUTTON_NAME` to the page?
* I want an area on the page where users can ...
* Make the save button a primary button.
* Change the page header to use Heading 1.
* Remove the ... widget.
* Delete all widgets on the page.
* How can I make this page more user-friendly or visually appealing?
* Could you suggest ways to optimize the performance of this page?

{{% alert color="warning" %}}
Requests for improvements or explanations currently only work within the same session where the page is generated. If you close the session and start a new session on that page, any attempts to make changes to the page will result in the removal of existing widgets.
In Studio Pro 10.22 and below, requests for improvements or explanations only work within the same session where the page is generated. If you close the session and start a new session on that page, any attempts to make changes to the page will result in the removal of existing widgets.
{{% /alert %}}

### Best Practices for Image Input
Expand All @@ -78,12 +86,6 @@ Keep in mind that Maia analyzes only the structure of the image. The theming of

Maia for Pages has some limitations.

### Empty Pages Only

Maia for Pages is currently intended only for use with empty pages. Using it on an existing page results in the removal of all existing widgets on that page.

Requests for improvements and explanations currently only work within the same session where a page has been generated. Once the session is closed, Maia for Pages loses the context. Any attempts to make changes to that page in a new session will also result in the removal of all existing widgets.

### Supported Widgets

Not all widgets are supported. Currently the following widgets are supported:
Expand Down