Skip to content
Merged
Show file tree
Hide file tree
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 @@ -30,9 +30,7 @@ This document also presents [an example for defining the domain model](#example-
To create entities and their attributes, follow the steps below.

{{% alert color="info" %}}
If you are using Mendix version 10.13.0 or above, you can use the Maia domain model generator to create a domain model based on a description of your requirements. For more information, see [Maia Domain Model Generator](/refguide/domain-model-generator/).

The domain model generator is currently an experimental feature. For more information on experimental features, see [Beta and Experimental Releases](/releasenotes/beta-features/).
If you are using Mendix version 10.13.0 or above, you can use the Maia domain model generator to create a domain model based on a description of your requirements. For more information, see [Maia Domain Model Generator](/refguide/domain-model-generator/).
{{% /alert %}}

1. Open your [domain model](/refguide/domain-model/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ description: "Describes the features in Domain Model Generator."
## Introduction

{{% alert color="info" %}}
Domain Model Generator is currently an experimental feature introduced in Studio Pro 10.13.0. For more information on experimental features, see [Beta and Experimental Releases](/releasenotes/beta-features/).
Maia Domain Model Generator was introduced in Studio Pro 10.13.0.
{{% /alert %}}

{{% alert color="info" %}}
To use Domain Model Generator, internet connection and signing in to Studio Pro are required.
To use Maia Domain Model Generator, internet connection and signing in to Studio Pro are required.
{{% /alert %}}

Maia Domain Model Generator is an AI-powered tool that you can use for generating a [domain model](/refguide/domain-model/). It helps you to generate entities and associations based on text input. In Studio Pro 10.18 and above, you can also use Domain Model Generator in existing domain models. As an experimental feature, Domain Model Generator still have several limitations. For more information, see the [Limitations](#limitation) section below.
Maia Domain Model Generator is an AI-powered tool that you can use for generating a [domain model](/refguide/domain-model/). It helps you to generate entities and associations based on text input. In Studio Pro 10.18 and above, you can also use Domain Model Generator in existing domain models.The Domain Model Generator has several limitations. For more information, see the [Limitations](#limitation) section below.

## Using Domain Model Generator

Expand Down Expand Up @@ -56,7 +56,7 @@ Below are some examples you can use as a starting point:

## Limitations {#limitation}

As an experimental feature, Domain Model Generator has some limitations.
The Domain Model Generator has some limitations.

### Enumeration Generation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "Describes the features in Maia Explain."
## Introduction

{{% alert color="info" %}}
Maia Explain is currently an experimental feature introduced in Studio Pro 10.21.0. For more information on experimental features, see [Beta and Experimental Releases](/releasenotes/beta-features/).
Maia Explain was introduced in Studio Pro 10.21.0.
{{% /alert %}}

{{% alert color="info" %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "Describes the features in Translation Generator."
## Introduction

{{% alert color="info" %}}
Translation Generator, an AI translation tool, is currently an experimental feature introduced in Studio Pro 10.12.0. For more information on experimental features, see [Beta and Experimental Releases](/releasenotes/beta-features/).
Maia Translation Generator, an AI translation tool, was introduced in Studio Pro 10.12.0.
{{% /alert %}}

{{% alert color="info" %}}
Expand Down Expand Up @@ -51,7 +51,7 @@ Currently, if you encounter an error after clicking **Generate Translations...**

In Studio Pro 10.14.0 and above, you can also use Translation Generator in the web version of the [system texts](/refguide/system-texts/) editor.

The web-based system texts editor was released in Studio Pro 10.14.0 as an experimental feature. You can enable it via **Preferences** > the **New Features** tab > the **System Texts Editor** section.
The web-based system texts editor was released in Studio Pro 10.14.0. You can enable it via **Preferences** > the **New Features** tab > the **System Texts Editor** section.

After enabling the new editor and Translation Generator, make sure to restart Studio Pro. You will then see the **Generate translation** option from **App Explorer** > **App '*APP_NAME*'** > **System texts**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,11 @@ Publishing data as a GraphQL service is available as of Studio Pro 10.14. When y

#### Enable Domain Model Generator (Experimental)

In Studio Pro 10.13.0, Domain Model Generator was introduced as an experimental feature. Enable this option to help you generate entities and associations for empty domain models. For more information on how to use this feature, see [Domain Model Generator](/refguide/domain-model-generator/).
Maia Domain Model Generator was introduced in Studio Pro 10.13.0. Enable this option to help you generate entities and associations for empty domain models. For more information on how to use this feature, see [Domain Model Generator](/refguide/domain-model-generator/).

#### Enable Translation Generator (Experimental)

In Studio Pro 10.12.0, Translation Generator was introduced as an experimental feature. Enable this option to help you translate your model to different languages through **Batch translate** under the **Language** menu. For more information, see [Translation Generator](/refguide/translation-generator/).
Maia Translation Generator was introduced in Studio Pro 10.12.0. Enable this option to help you translate your model to different languages through **Batch translate** under the **Language** menu. For more information, see [Translation Generator](/refguide/translation-generator/).

### Mapping Editor

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Tip: move the dialog box to one side to get a better look at the document.
### Translation

{{% alert color="info" %}}
Alternatively, you can use the AI-powered translation tool [Translation Generator](/refguide/translation-generator/) to generate translations for you. It is currently an experimental feature introduced in Studio Pro 10.12. You can enable it via **Preferences** > the **New Features** tab > the **Maia** section.
Alternatively, you can use the AI-powered translation tool [Translation Generator](/refguide/translation-generator/) to generate translations for you. This was introduced in Studio Pro 10.12. You can enable it via **Preferences** > the **New Features** tab > the **Maia** section.
{{% /alert %}}

In **Translation**, type new text that you want to use instead of the existing text. Click **Translate** to confirm the replacement.
Expand Down