diff --git a/docs/quickstarts/insights-tasks-conversion/insights-tasks-conversion.yml b/docs/quickstarts/insights-tasks-conversion/insights-tasks-conversion.yml
index 0e2345c..b6c263c 100644
--- a/docs/quickstarts/insights-tasks-conversion/insights-tasks-conversion.yml
+++ b/docs/quickstarts/insights-tasks-conversion/insights-tasks-conversion.yml
@@ -44,7 +44,20 @@ spec:
1. Go to **Red Hat Insights > RHEL > Automation Toolkit > Tasks.**
1. Locate the **Convert to RHEL from CentOS 7 Linux** task and click **Select systems.**
1. You can change the task name. It will be used on the report generated.
- 1. Select the CentOS Linux 7 systems you want to convert to RHEL and click **Run task.**
+ 1. Select the CentOS Linux 7 systems you want to convert to RHEL and click **Next.**
+ 1. Configure the conversion task with the given settings, as required.
+
+  **Configurable task settings**
+ - **Do not use the ELS subscription**
+ Choose this option if you plan to upgrade your RHEL system to version 8 or higher.
+ - **Allow kernel modules outside of RHEL repositories on the system**
+ Choose this option to allow the pre-conversion analysis to ignore kernel modules that are not part of RHEL repositories.
+ - **Allow outdated kernel on the system**
+ Choose this option to allow the pre-conversion analysis to ignore when your system is booted from an outdated kernel.
+ - **Allow outdated packages on the system**
+ Choose this option to allow the pre-conversion analysis to ignore all outdated packages on the system.
+
+ 1. Click **Run Task** to start the conversion task on the selected systems.
1. Go to the **Activity tab** and find the newly running conversion task. Your task shows a run status of "Running" until it finishes for all included systems. At that time the run status will update to "Completed."
[The conversion process can take up to an hour to complete.]{{admonition note}}
diff --git a/docs/quickstarts/insights-tasks-pre-conversion/insights-tasks-pre-conversion.yml b/docs/quickstarts/insights-tasks-pre-conversion/insights-tasks-pre-conversion.yml
index 319c34f..873d54b 100644
--- a/docs/quickstarts/insights-tasks-pre-conversion/insights-tasks-pre-conversion.yml
+++ b/docs/quickstarts/insights-tasks-pre-conversion/insights-tasks-pre-conversion.yml
@@ -86,7 +86,7 @@ spec:
1. You can change the task name. It will be used on the report generated.
- 1. Select the CentOS Linux 7 systems you want to analyze for conversion and click **Run task.**
+ 1. Select the CentOS Linux 7 systems you want to analyze for conversion and click **Next.**
 **Don't see your system?**
@@ -139,7 +139,19 @@ spec:
```{{copy}}
-
+ 1. Configure the pre-conversion analysis task with the given settings, as required.
+
+  **Configurable task settings**
+ - **Do not use the ELS subscription**
+ Choose this option if you plan to upgrade your RHEL system to version 8 or higher.
+ - **Allow kernel modules outside of RHEL repositories on the system**
+ Choose this option to allow the pre-conversion analysis to ignore kernel modules that are not part of RHEL repositories.
+ - **Allow outdated kernel on the system**
+ Choose this option to allow the pre-conversion analysis to ignore when your system is booted from an outdated kernel.
+ - **Allow outdated packages on the system**
+ Choose this option to allow the pre-conversion analysis to ignore all outdated packages on the system.
+
+ 1. Click **Run Task** to start the pre-conversion task on the selected systems.
1. Go to the **Activity** tab and find the newly running conversion task. Your task shows a run status of "Running" until it finishes for all included systems. At that time, the run status will update to "Completed."
[The pre-conversion analysis can take up to an hour to complete.]{{admonition note}}