From a43d899f44ec997edb9b49581239802973e1be5b Mon Sep 17 00:00:00 2001
From: Balaji Munusamy <38127049+balaji-munusamy@users.noreply.github.com>
Date: Tue, 16 Jun 2026 14:27:29 +0200
Subject: [PATCH 1/6] Update _index.md
Add steps to save Maia session
---
.../docs/refguide/mendix-ai-assistance/maia-make/_index.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
index ef1778aefef..a1fa288e1e9 100644
--- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
+++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
@@ -90,6 +90,13 @@ For more information on how each Maia Make capability work, refer to the followi
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.
+## Saving Maia Session
+
+Maia session is helpful in analysing and reasoning the response and behaviour of Maia. To save and access the Maia Session, navigate to HELP -> Support Tools -> Capture Maia Agent Session
+
+
+
+
## Read More
* [Mendix AI Assistance (Maia)](/refguide/mendix-ai-assistance/)
From 8c7b17c25fd62c242b87b7a5ce7ba66ba1f822e0 Mon Sep 17 00:00:00 2001
From: Balaji Munusamy <38127049+balaji-munusamy@users.noreply.github.com>
Date: Thu, 18 Jun 2026 11:52:22 +0200
Subject: [PATCH 2/6] Update _index.md
Add Maia agent session details
---
content/en/docs/refguide/modeling/menus/help-menu/_index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/en/docs/refguide/modeling/menus/help-menu/_index.md b/content/en/docs/refguide/modeling/menus/help-menu/_index.md
index 821bf423a62..7f13d621b73 100644
--- a/content/en/docs/refguide/modeling/menus/help-menu/_index.md
+++ b/content/en/docs/refguide/modeling/menus/help-menu/_index.md
@@ -20,7 +20,7 @@ The **Help** menu items are described in the table below:
| **Help Contents** | Opens the home page of the documentation in the default web browser. |
| **Ask a Question** | Opens the Mendix Community in the default web browser. |
| **Submit Feedback...** | Opens the [Help us improve](/refguide/feedback-survey/) dialog to gather input on your experience using Mendix Studio Pro. |
-| **Support Tools** | Provides tools that can be used to share with Mendix Support, especially when you encounter issues with performance or high memory consumption. Support tools include the following:
- **Log Level** – allows changing the minimum level (severity) of logging entries that Studio Pro will add to the log file. The following levels are available:
- Trace
- Debug
- Info
- Warning
- Error
- Critical
- [Performance Logging](/refguide/performance-logging/) – logs performance measurements to key functionalities (such as opening and closing microflow editors and moving items around in the App Explorer) that can help identify performance degradations.
- [Profiling](/refguide/profiling/) – runs a performance profiler session from within Studio Pro without installing the actual profiler on your machine or captures a memory snapshot. For more information, see [Profiling](/refguide/profiling/).
- **Tool Windows** > **Background Jobs** – shows a pane containing information about current and previous background tasks.
- **Tool Windows** > **Project Context** – shows a pane containing information about part of the background memory of Studio Pro.
- **Tool Windows** > **Web Processes** – provides a real-time, read-only view of all web views running in Studio Pro, showing each view's process ID, name, CPU, and memory usage. It helps users identify performance issues and report problematic web views to the Support team. This feature is only available for Windows.
- **Enable Responsiveness Monitor** - detects when the application becomes unresponsive and writes diagnostic information to the log file.
- **Enable Simple Progress Dialog** – enables the simplified version of the dialog that appears while Studio Pro is executing an operation (for example, saving a document).
- **Optimize MPR** – starts an action that will remove allocated memory resources clean from a project file (.mpr) if they are from no longer required.
- **Convert to Full Clone** – starts an action that will turn a [partially cloned](/refguide/clone-type/) application into full one.
- **Fetch Repository** – starts an action that will fix a corrupted repository. This option is available for a partially-cloned repository only.
- **Collect Version Control Data** – helps you to collect basic version control data kept in the logs of Studio Pro.
- **Collect Support Information** – helps collect information that assists the Support team in finding the root causes of issues.
- **Contact Support** – opens the Mendix Support page to help users report issues.
|
+| **Support Tools** | Provides tools that can be used to share with Mendix Support, especially when you encounter issues with performance or high memory consumption. Support tools include the following:
- **Log Level** – allows changing the minimum level (severity) of logging entries that Studio Pro will add to the log file. The following levels are available:
- Trace
- Debug
- Info
- Warning
- Error
- Critical
- [Performance Logging](/refguide/performance-logging/) – logs performance measurements to key functionalities (such as opening and closing microflow editors and moving items around in the App Explorer) that can help identify performance degradations.
- [Profiling](/refguide/profiling/) – runs a performance profiler session from within Studio Pro without installing the actual profiler on your machine or captures a memory snapshot. For more information, see [Profiling](/refguide/profiling/).
- **Tool Windows** > **Background Jobs** – shows a pane containing information about current and previous background tasks.
- **Tool Windows** > **Project Context** – shows a pane containing information about part of the background memory of Studio Pro.
- **Tool Windows** > **Web Processes** – provides a real-time, read-only view of all web views running in Studio Pro, showing each view's process ID, name, CPU, and memory usage. It helps users identify performance issues and report problematic web views to the Support team. This feature is only available for Windows.
- **Enable Responsiveness Monitor** - detects when the application becomes unresponsive and writes diagnostic information to the log file.
- **Enable Simple Progress Dialog** – enables the simplified version of the dialog that appears while Studio Pro is executing an operation (for example, saving a document).
- **Optimize MPR** – starts an action that will remove allocated memory resources clean from a project file (.mpr) if they are from no longer required.
- **Convert to Full Clone** – starts an action that will turn a [partially cloned](/refguide/clone-type/) application into full one.
- **Fetch Repository** – starts an action that will fix a corrupted repository. This option is available for a partially-cloned repository only.
- **Collect Version Control Data** – helps you to collect basic version control data kept in the logs of Studio Pro.
- [Capture Maia Agent Session](/refguide/mendix-ai-assistance/maia-make/#saving-maia-session) – helps capture Maia agent session that assists to analyse and reason the behaviour and response of Maia.
- **Collect Support Information** – helps collect information that assists the Support team in finding the root causes of issues.
- **Contact Support** – opens the Mendix Support page to help users report issues.
|
| **Open Log File Directory** | Opens the log files written by Studio Pro. Studio Pro retains these logs for the last 30 days, with files organized from most recent to oldest. You can use log files to diagnose issues or share them with Mendix Support when you submit a ticket. |
| **Welcome** | Opens the **Welcome** page, which displays information about the current Studio Pro version and includes links to release notes, Mendix platform blogs, Maia Learn, and Maia Chat. |
| **About Mendix Studio Pro** | Displays information about the current version of Mendix Studio Pro. |
From bbd0ff5dc30c3cde860b890d3f776d4a5d3c000c Mon Sep 17 00:00:00 2001
From: Balaji Munusamy <38127049+balaji-munusamy@users.noreply.github.com>
Date: Thu, 18 Jun 2026 12:09:30 +0200
Subject: [PATCH 3/6] Update _index.md
---
.../en/docs/refguide/mendix-ai-assistance/maia-make/_index.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
index a1fa288e1e9..ae190c05c24 100644
--- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
+++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
@@ -92,7 +92,9 @@ In Studio Pro 11.8 and above, most of the features described in the documents ab
## Saving Maia Session
-Maia session is helpful in analysing and reasoning the response and behaviour of Maia. To save and access the Maia Session, navigate to HELP -> Support Tools -> Capture Maia Agent Session
+Maia session is helpful in analysing and reasoning the response and behaviour of Maia. To save and access the Maia Session, navigate to HELP > Support Tools > Capture Maia Agent Session.
+
+In Studio Pro 11.9 - 11.11, navigate to HELP > Support Tools > Dump Maia Agent Session.
From 8d9ee4e7c5247436b3d6133da24727e5b0d2c368 Mon Sep 17 00:00:00 2001
From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com>
Date: Fri, 19 Jun 2026 14:58:46 +0200
Subject: [PATCH 4/6] Remove old update
---
.../mendix-ai-assistance/maia-make/_index.md | 23 -------------------
1 file changed, 23 deletions(-)
diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
index fd1e0624a0c..174ae7118f5 100644
--- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
+++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
@@ -97,29 +97,6 @@ The conversational interface includes the following options:
* **{{% 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.
* **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.
-#### Support for Folder Structure
-
-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:
-
-* Organize documents into folders: When creating new documents, Maia can place them directly into relevant folders, respecting your project's organization.
-* Follow existing folder structures: Maia works within your established folder hierarchy, making it easier to maintain consistency.
-* 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*.
-
-For more information on how each Maia Make capability work, refer to the following documents:
-
-* [Maia Chat](/refguide/maia-chat/)
-* [Maia Explain](/refguide/maia-explain/)
-* [Maia for Domain Model](/refguide/maia-for-domain-model/)
-* [Maia for Pages](/refguide/maia-for-pages/)
-* [Maia for Microflows](/refguide/maia-for-microflows/)
-* [Maia for Workflows](/refguide/maia-for-workflows/) (in Studio Pro 11.9 and above)
-* [Maia for OQL](/refguide/maia-for-oql/) (in Studio Pro 11.9 and above)
-* [Maia MCP Client](/refguide/maia-mcp/)
-* [Studio Pro MCP Server](/refguide/studio-pro-mcp-server/)
-* [Maia Web Fetch](/refguide/maia-web-fetch/)
-
-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.
-
## Saving Maia Session
Maia session is helpful in analysing and reasoning the response and behaviour of Maia. To save and access the Maia Session, navigate to HELP > Support Tools > Capture Maia Agent Session.
From fcd7e7b1661f9c010542abb8bf82d5d69961195a Mon Sep 17 00:00:00 2001
From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com>
Date: Fri, 19 Jun 2026 15:49:42 +0200
Subject: [PATCH 5/6] Review
---
.../refguide/mendix-ai-assistance/maia-make/_index.md | 9 +++------
.../en/docs/refguide/modeling/menus/help-menu/_index.md | 2 +-
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
index 174ae7118f5..290a495c801 100644
--- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
+++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
@@ -97,14 +97,11 @@ The conversational interface includes the following options:
* **{{% 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.
* **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.
-## Saving Maia Session
+## Saving Maia Session {#saving-maia-session}
-Maia session is helpful in analysing and reasoning the response and behaviour of Maia. To save and access the Maia Session, navigate to HELP > Support Tools > Capture Maia Agent Session.
-
-In Studio Pro 11.9 - 11.11, navigate to HELP > Support Tools > Dump Maia Agent Session.
-
-
+A Maia session contains your conversation history and context, which can help analyze Maia's responses and behavior for troubleshooting or support purposes. To save a Maia session, go to **Help** > **Support Tools** > **Capture Maia Agent Session**.
+In Studio Pro 11.9 - 11.11, this option is found at **Help** > **Support Tools** > **Dump Maia Agent Session**.
## Read More
diff --git a/content/en/docs/refguide/modeling/menus/help-menu/_index.md b/content/en/docs/refguide/modeling/menus/help-menu/_index.md
index 7f13d621b73..e931c401eff 100644
--- a/content/en/docs/refguide/modeling/menus/help-menu/_index.md
+++ b/content/en/docs/refguide/modeling/menus/help-menu/_index.md
@@ -20,7 +20,7 @@ The **Help** menu items are described in the table below:
| **Help Contents** | Opens the home page of the documentation in the default web browser. |
| **Ask a Question** | Opens the Mendix Community in the default web browser. |
| **Submit Feedback...** | Opens the [Help us improve](/refguide/feedback-survey/) dialog to gather input on your experience using Mendix Studio Pro. |
-| **Support Tools** | Provides tools that can be used to share with Mendix Support, especially when you encounter issues with performance or high memory consumption. Support tools include the following:
- **Log Level** – allows changing the minimum level (severity) of logging entries that Studio Pro will add to the log file. The following levels are available:
- Trace
- Debug
- Info
- Warning
- Error
- Critical
- [Performance Logging](/refguide/performance-logging/) – logs performance measurements to key functionalities (such as opening and closing microflow editors and moving items around in the App Explorer) that can help identify performance degradations.
- [Profiling](/refguide/profiling/) – runs a performance profiler session from within Studio Pro without installing the actual profiler on your machine or captures a memory snapshot. For more information, see [Profiling](/refguide/profiling/).
- **Tool Windows** > **Background Jobs** – shows a pane containing information about current and previous background tasks.
- **Tool Windows** > **Project Context** – shows a pane containing information about part of the background memory of Studio Pro.
- **Tool Windows** > **Web Processes** – provides a real-time, read-only view of all web views running in Studio Pro, showing each view's process ID, name, CPU, and memory usage. It helps users identify performance issues and report problematic web views to the Support team. This feature is only available for Windows.
- **Enable Responsiveness Monitor** - detects when the application becomes unresponsive and writes diagnostic information to the log file.
- **Enable Simple Progress Dialog** – enables the simplified version of the dialog that appears while Studio Pro is executing an operation (for example, saving a document).
- **Optimize MPR** – starts an action that will remove allocated memory resources clean from a project file (.mpr) if they are from no longer required.
- **Convert to Full Clone** – starts an action that will turn a [partially cloned](/refguide/clone-type/) application into full one.
- **Fetch Repository** – starts an action that will fix a corrupted repository. This option is available for a partially-cloned repository only.
- **Collect Version Control Data** – helps you to collect basic version control data kept in the logs of Studio Pro.
- [Capture Maia Agent Session](/refguide/mendix-ai-assistance/maia-make/#saving-maia-session) – helps capture Maia agent session that assists to analyse and reason the behaviour and response of Maia.
- **Collect Support Information** – helps collect information that assists the Support team in finding the root causes of issues.
- **Contact Support** – opens the Mendix Support page to help users report issues.
|
+| **Support Tools** | Provides tools that can be used to share with Mendix Support, especially when you encounter issues with performance or high memory consumption. Support tools include the following:
- **Log Level** – allows changing the minimum level (severity) of logging entries that Studio Pro will add to the log file. The following levels are available:
- Trace
- Debug
- Info
- Warning
- Error
- Critical
- [Performance Logging](/refguide/performance-logging/) – logs performance measurements to key functionalities (such as opening and closing microflow editors and moving items around in the App Explorer) that can help identify performance degradations.
- [Profiling](/refguide/profiling/) – runs a performance profiler session from within Studio Pro without installing the actual profiler on your machine or captures a memory snapshot. For more information, see [Profiling](/refguide/profiling/).
- **Tool Windows** > **Background Jobs** – shows a pane containing information about current and previous background tasks.
- **Tool Windows** > **Project Context** – shows a pane containing information about part of the background memory of Studio Pro.
- **Tool Windows** > **Web Processes** – provides a real-time, read-only view of all web views running in Studio Pro, showing each view's process ID, name, CPU, and memory usage. It helps users identify performance issues and report problematic web views to the Support team. This feature is only available for Windows.
- **Enable Responsiveness Monitor** - detects when the application becomes unresponsive and writes diagnostic information to the log file.
- **Enable Simple Progress Dialog** – enables the simplified version of the dialog that appears while Studio Pro is executing an operation (for example, saving a document).
- **Optimize MPR** – starts an action that will remove allocated memory resources clean from a project file (.mpr) if they are from no longer required.
- **Convert to Full Clone** – starts an action that will turn a [partially cloned](/refguide/clone-type/) application into full one.
- **Fetch Repository** – starts an action that will fix a corrupted repository. This option is available for a partially-cloned repository only.
- **Collect Version Control Data** – helps you to collect basic version control data kept in the logs of Studio Pro.
- [Capture Maia Agent Session](/refguide/maia-make/#saving-maia-session) – captures a Maia Session to help analyze Maia's responses and behavior for troubleshooting or support purposes.
- **Collect Support Information** – helps collect information that assists the Support team in finding the root causes of issues.
- **Contact Support** – opens the Mendix Support page to help users report issues.
|
| **Open Log File Directory** | Opens the log files written by Studio Pro. Studio Pro retains these logs for the last 30 days, with files organized from most recent to oldest. You can use log files to diagnose issues or share them with Mendix Support when you submit a ticket. |
| **Welcome** | Opens the **Welcome** page, which displays information about the current Studio Pro version and includes links to release notes, Mendix platform blogs, Maia Learn, and Maia Chat. |
| **About Mendix Studio Pro** | Displays information about the current version of Mendix Studio Pro. |
From de90088c978d5beb098f19b4df8153a1ad3416ce Mon Sep 17 00:00:00 2001
From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com>
Date: Fri, 19 Jun 2026 15:51:03 +0200
Subject: [PATCH 6/6] Links
---
.../en/docs/refguide/mendix-ai-assistance/maia-make/_index.md | 2 +-
content/en/docs/refguide/modeling/menus/help-menu/_index.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
index 290a495c801..baca51cbae4 100644
--- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
+++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md
@@ -97,7 +97,7 @@ The conversational interface includes the following options:
* **{{% 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.
* **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.
-## Saving Maia Session {#saving-maia-session}
+## Save a Maia Session {#save-maia-session}
A Maia session contains your conversation history and context, which can help analyze Maia's responses and behavior for troubleshooting or support purposes. To save a Maia session, go to **Help** > **Support Tools** > **Capture Maia Agent Session**.
diff --git a/content/en/docs/refguide/modeling/menus/help-menu/_index.md b/content/en/docs/refguide/modeling/menus/help-menu/_index.md
index e931c401eff..6c505e0dc83 100644
--- a/content/en/docs/refguide/modeling/menus/help-menu/_index.md
+++ b/content/en/docs/refguide/modeling/menus/help-menu/_index.md
@@ -20,7 +20,7 @@ The **Help** menu items are described in the table below:
| **Help Contents** | Opens the home page of the documentation in the default web browser. |
| **Ask a Question** | Opens the Mendix Community in the default web browser. |
| **Submit Feedback...** | Opens the [Help us improve](/refguide/feedback-survey/) dialog to gather input on your experience using Mendix Studio Pro. |
-| **Support Tools** | Provides tools that can be used to share with Mendix Support, especially when you encounter issues with performance or high memory consumption. Support tools include the following:
- **Log Level** – allows changing the minimum level (severity) of logging entries that Studio Pro will add to the log file. The following levels are available:
- Trace
- Debug
- Info
- Warning
- Error
- Critical
- [Performance Logging](/refguide/performance-logging/) – logs performance measurements to key functionalities (such as opening and closing microflow editors and moving items around in the App Explorer) that can help identify performance degradations.
- [Profiling](/refguide/profiling/) – runs a performance profiler session from within Studio Pro without installing the actual profiler on your machine or captures a memory snapshot. For more information, see [Profiling](/refguide/profiling/).
- **Tool Windows** > **Background Jobs** – shows a pane containing information about current and previous background tasks.
- **Tool Windows** > **Project Context** – shows a pane containing information about part of the background memory of Studio Pro.
- **Tool Windows** > **Web Processes** – provides a real-time, read-only view of all web views running in Studio Pro, showing each view's process ID, name, CPU, and memory usage. It helps users identify performance issues and report problematic web views to the Support team. This feature is only available for Windows.
- **Enable Responsiveness Monitor** - detects when the application becomes unresponsive and writes diagnostic information to the log file.
- **Enable Simple Progress Dialog** – enables the simplified version of the dialog that appears while Studio Pro is executing an operation (for example, saving a document).
- **Optimize MPR** – starts an action that will remove allocated memory resources clean from a project file (.mpr) if they are from no longer required.
- **Convert to Full Clone** – starts an action that will turn a [partially cloned](/refguide/clone-type/) application into full one.
- **Fetch Repository** – starts an action that will fix a corrupted repository. This option is available for a partially-cloned repository only.
- **Collect Version Control Data** – helps you to collect basic version control data kept in the logs of Studio Pro.
- [Capture Maia Agent Session](/refguide/maia-make/#saving-maia-session) – captures a Maia Session to help analyze Maia's responses and behavior for troubleshooting or support purposes.
- **Collect Support Information** – helps collect information that assists the Support team in finding the root causes of issues.
- **Contact Support** – opens the Mendix Support page to help users report issues.
|
+| **Support Tools** | Provides tools that can be used to share with Mendix Support, especially when you encounter issues with performance or high memory consumption. Support tools include the following:
- **Log Level** – allows changing the minimum level (severity) of logging entries that Studio Pro will add to the log file. The following levels are available:
- Trace
- Debug
- Info
- Warning
- Error
- Critical
- [Performance Logging](/refguide/performance-logging/) – logs performance measurements to key functionalities (such as opening and closing microflow editors and moving items around in the App Explorer) that can help identify performance degradations.
- [Profiling](/refguide/profiling/) – runs a performance profiler session from within Studio Pro without installing the actual profiler on your machine or captures a memory snapshot. For more information, see [Profiling](/refguide/profiling/).
- **Tool Windows** > **Background Jobs** – shows a pane containing information about current and previous background tasks.
- **Tool Windows** > **Project Context** – shows a pane containing information about part of the background memory of Studio Pro.
- **Tool Windows** > **Web Processes** – provides a real-time, read-only view of all web views running in Studio Pro, showing each view's process ID, name, CPU, and memory usage. It helps users identify performance issues and report problematic web views to the Support team. This feature is only available for Windows.
- **Enable Responsiveness Monitor** - detects when the application becomes unresponsive and writes diagnostic information to the log file.
- **Enable Simple Progress Dialog** – enables the simplified version of the dialog that appears while Studio Pro is executing an operation (for example, saving a document).
- **Optimize MPR** – starts an action that will remove allocated memory resources clean from a project file (.mpr) if they are from no longer required.
- **Convert to Full Clone** – starts an action that will turn a [partially cloned](/refguide/clone-type/) application into full one.
- **Fetch Repository** – starts an action that will fix a corrupted repository. This option is available for a partially-cloned repository only.
- **Collect Version Control Data** – helps you to collect basic version control data kept in the logs of Studio Pro.
- [Capture Maia Agent Session](/refguide/maia-make/#save-maia-session) – captures a Maia Session to help analyze Maia's responses and behavior for troubleshooting or support purposes.
- **Collect Support Information** – helps collect information that assists the Support team in finding the root causes of issues.
- **Contact Support** – opens the Mendix Support page to help users report issues.
|
| **Open Log File Directory** | Opens the log files written by Studio Pro. Studio Pro retains these logs for the last 30 days, with files organized from most recent to oldest. You can use log files to diagnose issues or share them with Mendix Support when you submit a ticket. |
| **Welcome** | Opens the **Welcome** page, which displays information about the current Studio Pro version and includes links to release notes, Mendix platform blogs, Maia Learn, and Maia Chat. |
| **About Mendix Studio Pro** | Displays information about the current version of Mendix Studio Pro. |