diff --git a/en/docs/assets/img/develop/create-artifacts/create-message-store/store-message-details.png b/en/docs/assets/img/develop/create-artifacts/create-message-store/store-message-details.png
index 14afca5e1..ded1c2b50 100644
Binary files a/en/docs/assets/img/develop/create-artifacts/create-message-store/store-message-details.png and b/en/docs/assets/img/develop/create-artifacts/create-message-store/store-message-details.png differ
diff --git a/en/docs/develop/creating-artifacts/creating-a-message-store.md b/en/docs/develop/creating-artifacts/creating-a-message-store.md
index 158ced0bb..4ccb7e0d4 100644
--- a/en/docs/develop/creating-artifacts/creating-a-message-store.md
+++ b/en/docs/develop/creating-artifacts/creating-a-message-store.md
@@ -50,7 +50,7 @@ To add a message store to the integration sequence, use the [Store Mediator]({{b
-3. Enter the name of the message store artifact you previously created.
+3. Select the name of the message store artifact you previously created from the dropdown.
diff --git a/en/docs/develop/injecting-parameters.md b/en/docs/develop/injecting-parameters.md
index 9b3bec330..bb00eaa8d 100644
--- a/en/docs/develop/injecting-parameters.md
+++ b/en/docs/develop/injecting-parameters.md
@@ -142,9 +142,6 @@ In the following example, the endpoint URL is configured as a dynamic value.
### Data service parameters
-!!! Tip
- Note that you cannot inject parameters to data service using a file. You can only use environment variables.
-
Listed below are the data service parameters that can be dynamically injected.
- `Driver`
diff --git a/en/docs/develop/mi-for-vscode/install-wso2-mi-for-vscode.md b/en/docs/develop/mi-for-vscode/install-wso2-mi-for-vscode.md
index 0596fbb43..1d9bf435a 100644
--- a/en/docs/develop/mi-for-vscode/install-wso2-mi-for-vscode.md
+++ b/en/docs/develop/mi-for-vscode/install-wso2-mi-for-vscode.md
@@ -4,18 +4,16 @@ This page walks you through how to get started with the Micro Integrator for VS
## Prerequisites
-- Download and install Java SE Development Kit (JDK) version 11 or 17. See [tested JDK versions]({{base_path}}/install-and-setup/setup/reference/product-compatibility/#tested-jdks) for more information.
+- **Java Development Kit (JDK) 17**
+ 1. Download and install Java SE Development Kit (JDK) version 17. For more information on compatible JDK versions, see the [Tested JDKs]({{base_path}}/install-and-setup/setup/reference/product-compatibility/#tested-jdks) documentation.
+ 2. Set the `JAVA_HOME` environment variable in the system settings. For more information on setting `JAVA_HOME`, see the [Install and Setup]({{base_path}}/install-and-setup/install/installing-mi/#setting-up-java_home) documentation.
-- Set the `JAVA_HOME` environment variable in the [system settings]({{base_path}}/install-and-setup/install/installing-mi/#setting-up-java_home).
+- **Apache Maven**
+ 1. Download and install [Apache Maven](https://maven.apache.org/download.cgi) (version 3.6.0 onwards).
+ 2. Set the path for Apache Maven in the [system's PATH environment variable](https://maven.apache.org/install.html).
-- Download and install [Apache Maven](https://maven.apache.org/download.cgi) (version 3.6.0 onwards).
-
-- Set the path for Apache Maven in the [system's PATH environment variable](https://maven.apache.org/install.html).
-
-- Download and install the Visual Studio Code editor from [here](https://code.visualstudio.com/download).
-
- !!! info
- For more information on installing Visual Studio Code, refer to [Visual Studio Code documentation](https://code.visualstudio.com/docs/setup/setup-overview).
+- **Visual Studio Code**
+ Download and install the Visual Studio Code editor from [here](https://code.visualstudio.com/download).
## Install the MI VS Code extension
diff --git a/en/docs/get-started/quick-start-guide.md b/en/docs/get-started/quick-start-guide.md
index 9b40c4aa9..05279a0f5 100644
--- a/en/docs/get-started/quick-start-guide.md
+++ b/en/docs/get-started/quick-start-guide.md
@@ -8,12 +8,12 @@ In this guide, you'll learn the basics of setting up and using WSO2 MI to create
The following software and configurations are required to proceed with this tutorial:
-- **Java Development Kit (JDK):** Version 11 or 17 is required. Set up a [compatible JDK]({{base_path}}/install-and-setup/setup/reference/product-compatibility/#tested-jdks). Ensure the JDK is properly configured in your [system's PATH environment variable]({{base_path}}/install-and-setup/install/installing-mi).
+- **Java Development Kit (JDK) 17**
- !!! Info
- For more information on setting the `JAVA_HOME` environment variable for different operating systems, see the [Install and Setup]({{base_path}}/install-and-setup/install/installing-mi) documentation.
+ 1. Download and install Java SE Development Kit (JDK) version 17. For more information on compatible JDK versions, see the [Tested JDKs]({{base_path}}/install-and-setup/setup/reference/product-compatibility/#tested-jdks) documentation.
+ 2. Set the `JAVA_HOME` environment variable in the system settings. For more information on setting `JAVA_HOME`, see the [Install and Setup]({{base_path}}/install-and-setup/install/installing-mi/#setting-up-java_home) documentation.
- - **Apache Maven:** Ensure Apache Maven is installed (version 3.6.0 onwards) and its path is correctly set within the system's PATH environment variable.
+- **Apache Maven:** Ensure Apache Maven is installed (version 3.6.0 onwards) and its path is correctly set within the system's PATH environment variable.
!!! info
For more information on installing Apache Maven, see the Apache Maven documentation.
diff --git a/en/docs/includes/setting-up-workspace-for-mi-for-vscode.md b/en/docs/includes/setting-up-workspace-for-mi-for-vscode.md
index 28a2a736b..d2f03758f 100644
--- a/en/docs/includes/setting-up-workspace-for-mi-for-vscode.md
+++ b/en/docs/includes/setting-up-workspace-for-mi-for-vscode.md
@@ -1,7 +1,7 @@
The following software and configurations are required to proceed with this tutorial:
- **Visual Studio Code (VS Code):** with the Micro Integrator extension installed.
-- **Java Development Kit (JDK):** Version 11 or 17 is required. Ensure the JDK is properly configured in your system's PATH environment variable.
+- **Java Development Kit (JDK):** Ensure the JDK is properly configured in your system's PATH environment variable.
- **Apache Maven:** Ensure Apache Maven is installed and its path is correctly set within the system's PATH environment variable.
!!! info
diff --git a/en/docs/install-and-setup/setup/brokers/configure-with-weblogic.md b/en/docs/install-and-setup/setup/brokers/configure-with-weblogic.md
index 996b8d408..7cc24a062 100644
--- a/en/docs/install-and-setup/setup/brokers/configure-with-weblogic.md
+++ b/en/docs/install-and-setup/setup/brokers/configure-with-weblogic.md
@@ -1,13 +1,14 @@
# Connecting to Oracle WebLogic
-This section describes how to configure WSO2 Micro Integrator to connect with Oracle WebLogic 10.3.4.0.
+This section describes how to configure WSO2 Micro Integrator to connect with Oracle WebLogic v14.1.1.0.
## Starting WebLogic and WSO2 Micro Integrator
-1. Download and set up [Oracle WebLogic Server](http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html).
-2. Download and [start WSO2 Micro Integrator]({{base_path}}/install-and-setup/install/running-the-mi) .
-3. Wrap the WebLogic client jar and build a new OSGi bundle using the following [pom.xml](https://svn.wso2.org/repos/wso2/scratch/lasantha/weblogic-wrapper/pom.xml). The exporting of `javax.jms` package and `javax.xml.namespace` package of the client JAR should be prevented.
-4. Copy the client libraries file (`wlfullclient.jar`) from the `WEBLOGIC_HOME/wlserver_XX/server/lib` directory to the `MI_HOME/dropins` directory.
+1. Download and set up [Oracle WebLogic Server v14.1.1.0](http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html) using the generic installer.
+2. Install Oracle JDK 11 and set the `JAVA_HOME` environment variable.
+3. [Download and install WSO2 Micro Integrator](https://mi.docs.wso2.com/en/4.3.0/install-and-setup/install/installing-mi/).
+4. Copy `wlthint3client.jar` from the `/server/lib/` directory to the `/lib/` directory.
+5. [Start WSO2 Micro Integrator]({{base_path}}/install-and-setup/install/running-the-mi).
## Configuring the WebLogic server
diff --git a/en/docs/learn/examples/template-examples/using-sequence-templates.md b/en/docs/learn/examples/template-examples/using-sequence-templates.md
index 9a292427c..c1d0d619b 100644
--- a/en/docs/learn/examples/template-examples/using-sequence-templates.md
+++ b/en/docs/learn/examples/template-examples/using-sequence-templates.md
@@ -161,13 +161,13 @@ You can test this out with the following payload sent to the proxy via `http://l