diff --git a/docs/work-with-reports/LaunchesTestItemsAttributes.mdx b/docs/work-with-reports/LaunchesTestItemsAttributes.mdx
index 49b071da7..2c6dcb45b 100644
--- a/docs/work-with-reports/LaunchesTestItemsAttributes.mdx
+++ b/docs/work-with-reports/LaunchesTestItemsAttributes.mdx
@@ -1,5 +1,5 @@
---
-sidebar_position: 5
+sidebar_position: 4
sidebar_label: Launches/test items attributes
description: Use attributes to organize and categorize test data for better test automation reporting tools performance and easier analysis across launches.
---
diff --git a/docs/work-with-reports/LogLevel.mdx b/docs/work-with-reports/LogLevel.mdx
index b2de27164..0bb8588ed 100644
--- a/docs/work-with-reports/LogLevel.mdx
+++ b/docs/work-with-reports/LogLevel.mdx
@@ -1,7 +1,6 @@
---
-sidebar_position: 4
+sidebar_position: 5
sidebar_label: Log level
-description: test
---
# Log level
diff --git a/docs/work-with-reports/ViewLaunches.mdx b/docs/work-with-reports/ViewLaunches.mdx
index 9a5e51b60..3e54e9ec0 100644
--- a/docs/work-with-reports/ViewLaunches.mdx
+++ b/docs/work-with-reports/ViewLaunches.mdx
@@ -109,7 +109,7 @@ preparation methods.
> PB + AB + SI + TI = Failed\_Test\_Cases + Skipped\_Test\_Cases +
> other\_FAILED\_methods
-
+
## Navigate to items
You can navigate to certain items using clickable values and charts with the number of tests items with all statuses available within the system:
@@ -139,6 +139,32 @@ Please note that that hidden item will not be visible on the LOG view for 'Next'
+## Change Status on Step and Log level
+
+ReportPortal allows to manually change the execution status of Logs and Steps.
+This functionality can be used to correct execution results or reflect the actual test behavior.
+
+You can change the status of a Step or Log to one of the following values:
+- Passed
+- Failed
+- Skipped
+
+**Step level**
+
+
+
+**Log level**
+
+
+
+Changing the status on Log or Step level affects launch statistics and aggregated counters
+(Passed, Failed, Skipped) displayed in the Launches and Debug views.
+
+:::note
+Changing the execution status does not assign, modify, or remove a defect type.
+Defect classification (Product Bug, Automation Bug, System Issue, No Defect, To Investigate) is a separate operation and should be performed independently during failure analysis.
+:::
+
## Nested Steps
diff --git a/docs/work-with-reports/img/view-launches/LogLevel.png b/docs/work-with-reports/img/view-launches/LogLevel.png
new file mode 100644
index 000000000..5f3e28399
Binary files /dev/null and b/docs/work-with-reports/img/view-launches/LogLevel.png differ
diff --git a/docs/work-with-reports/img/view-launches/StepLevel.png b/docs/work-with-reports/img/view-launches/StepLevel.png
new file mode 100644
index 000000000..fb53ff33a
Binary files /dev/null and b/docs/work-with-reports/img/view-launches/StepLevel.png differ