Skip to content

Commit b8ddeeb

Browse files
authored
Update maia-chat.md
Added context for Maia Portal
1 parent d0699c5 commit b8ddeeb

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

  • content/en/docs/refguide/modeling/mendix-ai-assistance

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@ aliases:
1212
## Introduction
1313

1414
{{% alert color="info" %}}
15-
MendixChat was rebranded to Maia Chat and released in GA in Studio Pro 10.12.0.
15+
MendixChat was rebranded to Maia Chat and released in GA in Studio Pro 10.12.0 and the Mendix Portal.
1616
{{% /alert %}}
1717

1818
{{% alert color="info" %}}
19-
To use Maia Chat, internet connection and signing in to Studio Pro are required.
19+
To use Maia Chat, internet connection and signing in to Studio Pro or the Mendix Portal are required.
2020
{{% /alert %}}
2121

2222
{{% alert color="info" %}}
2323
Maia Chat does not use any project, customer, or company information. It only uses the data that you have entered in the Chat. Please do not enter any personal or sensitive data!
2424
{{% /alert %}}
2525

26-
Maia Chat is a built-in chat interface powered by Generative AI in Studio Pro. Developers can ask questions about app development in Mendix, including how to apply concepts, best practices, and development patterns. It is built based on large language models (LLMs), using data from various resources, such as [Mendix Docs](/), [Mendix Community](https://community.mendix.com/), and [Mendix Academy](https://academy.mendix.com/).
26+
Maia Chat is a built-in chat interface powered by Generative AI in the Mendix Platform . Developers can ask questions about app development in Mendix, including how to apply concepts, best practices, and development patterns. It is built based on large language models (LLMs), using data from various resources, such as [Mendix Docs](/), [Mendix Community](https://community.mendix.com/), and [Mendix Academy](https://academy.mendix.com/).
2727

2828
## Using Maia Chat
2929

3030
There are two ways to access Maia Chat:
3131

32-
* You can click the **Maia** ({{% icon name="sparkles" %}}) icon at the top right bar of Studio Pro
33-
* Or you can go to the **View** menu and click **Maia**
32+
* Studio Pro and Mendix Portal: You can click the **Maia** ({{% icon name="sparkles" %}}) icon at the top right bar.
33+
* Studio Pro: Or you can go to the **View** menu and click **Maia**
3434

35-
The chat interface appears at the right side of Studio Pro under the **Maia** tab:
35+
The chat interface appears at the right side of your context window or browser. In Studio Pro you can find the dock under the **Maia** tab.
3636

3737
{{< figure src="/attachments/refguide/modeling/mendix-ai-assistance/maia-chat/maia-chat-interface.png" width="300px">}}
3838

@@ -45,8 +45,8 @@ The following steps present an example of how you can interact with Maia Chat by
4545
1. Type the following question in the chatbox: `When should I use a calculated attribute?`.
4646
2. Press <kbd>Enter</kbd> or the **Ask** button to send the question. You will then see the following:
4747
* An answer generated by Maia Chat
48-
* A copy icon ({{% icon name="copy" %}}) which allows you to copy the given answer to a clipboard (this option was added in 10.7.0)
49-
* Feedback icons
48+
* Studio Pro: A copy icon ({{% icon name="copy" %}}) which allows you to copy the given answer to a clipboard (this option was added in 10.7.0)
49+
* Studio Pro: Feedback icons
5050
* Top relevant references from various resources like Mendix documentation, Mendix Community, and Academy learning paths
5151

5252
{{< figure src="/attachments/refguide/modeling/mendix-ai-assistance/maia-chat/maia-chat-example.png" width="350px" >}}
@@ -55,20 +55,23 @@ The following steps present an example of how you can interact with Maia Chat by
5555

5656
3. To give your feedback on the given answer, click the thumbs up icon ({{% icon name="thumbs-up" %}}) or the thumbs down icon ({{% icon name="thumbs-down" %}}).
5757

58-
4. To provide a more detailed feedback, click the add feedback icon ({{% icon name="notes-paper-edit" %}}). A detailed **Feedback** section shows below the given answer:
58+
4. In Studio Pro: To provide a more detailed feedback, click the add feedback icon ({{% icon name="notes-paper-edit" %}}). A detailed **Feedback** section shows below the given answer:
5959

6060
* You can rate the **correctness**, **completeness**, and **readability** of the provided answer.
6161
* You can add additional explanation text in the **Additional feedback** text box if you want to.
6262

6363
{{< figure src="/attachments/refguide/modeling/mendix-ai-assistance/maia-chat/feedback-section.png" width="250px" >}}
6464

65-
5. Click the **Submit feedback** button to send your feedback. Afterwards, you will be brought back to the main chat interface where you can continue asking new questions.
65+
5. In Studio Pro: Click the **Submit feedback** button to send your feedback. Afterwards, you will be brought back to the main chat interface where you can continue asking new questions.
6666

67-
6. If you want to clear the messages to start a new conversation in a clean state, navigate to the top of the interface and click **New chat** (this option was added in 10.7.0).
67+
6. In Studio Pro: If you want to clear the messages to start a new conversation in a clean state, navigate to the top of the interface and click **New chat** (this option was added in 10.7.0).
6868

6969
### Asking Follow-Up Questions
7070

71-
In Studio Pro 10.8.0 and above, Maia Chat supports asking follow-up questions based on your previous question and the answer you have received. For example, you can ask it to summarize the latest answer you received by typing the following in the chat: *Can you summarize that?*.
71+
In Studio Pro 10.8.0 and above and the Mendix Portal, Maia Chat supports asking follow-up questions based on your previous question and the answer you have received. For example, you can ask it to summarize the latest answer you received by typing the following in the chat: *Can you summarize that?*.
72+
73+
### Conversation History
74+
Maia Chat only keeps track of a conversation history within a session in Studio Pro or a session on a page in the Mendix Portal.
7275

7376
## Keyboard Support
7477

0 commit comments

Comments
 (0)