diff --git a/docs/cloud/faq.mdx b/docs/cloud/faq.mdx
index c1f2797e35..4388c4f049 100644
--- a/docs/cloud/faq.mdx
+++ b/docs/cloud/faq.mdx
@@ -373,7 +373,7 @@ Cloud AI is a collection of AI capabilities available in Cypress Cloud. These ca
The current Cloud AI capabilities include:
- [Test Intent Summaries](/cloud/features/recorded-runs#Test-Intent-Summary-sparkles) - Understand what tests do without reading every command
-- _(coming soon)_ Test Error Context - Plain language explanations of what went wrong in your failed tests
+- ["At a glance" Error Summaries](/cloud/features/recorded-runs#Attempts-and-errors-sparkles) - Plain language explanations of what went wrong in your failed tests
- Premium Solution [UI Coverage Test Generation](/ui-coverage/guides/address-coverage-gaps#Generate-Targeted-Tests-sparkles)
- Generate tests directly from coverage gaps found during code reviews
@@ -393,7 +393,7 @@ Organization admins and owners can enable and disable the AI capabilities for th
Cloud AI capabilities are included at no additional cost on your existing plan:
- [Test Intent Summaries](/cloud/features/recorded-runs#Test-Intent-Summary-sparkles) - available in all Cloud plans
-- _(coming soon)_ Test Error Context - available in all Cloud plans
+- ["At a glance" Error Summaries](/cloud/features/recorded-runs#Attempts-and-errors-sparkles)- available in all Cloud plans
- Premium Solution [UI Coverage Test Generation](/ui-coverage/guides/address-coverage-gaps#Generate-Targeted-Tests-sparkles)
- included with UI Coverage
diff --git a/docs/cloud/features/recorded-runs.mdx b/docs/cloud/features/recorded-runs.mdx
index 111be0a301..54281d302f 100644
--- a/docs/cloud/features/recorded-runs.mdx
+++ b/docs/cloud/features/recorded-runs.mdx
@@ -209,9 +209,9 @@ time, performance breakdowns, listings of the test code itself, and more.
### Header
-Contains the title of the failed test, and the spec it's located in. May also
+Contains the status and title of the test, as well as the spec it's located in. May also
have labels indicating test status or other pertinent information, and shortcuts
-to raise tickets on integrated project management systems or view artifacts.
+to raise tickets on integrated project management systems or test artifacts.
@@ -224,13 +224,15 @@ The Test Intent Summary is a Cypress Cloud AI capability. It is an AI-generated
alt="Test details sidebar AI-generated Test Intent Summary"
/>
-### Attempts and errors
+### Attempts and errors :sparkles:
-Stack traces, error message, and point-of-failure code frames for each attempt
-of a test. View or debug artifacts of each particular attempt.
+Cloud AI **"At a glance" Error Summaries** are quick, human-readable explanations of what went wrong and what led to the last attempts failure, so you can jump straight into debugging and investigating the potential root cause.
+
+This section also contains the stack traces, error messages, and point-of-failure code frames for each attempt
+of a test. Drill into the attempt artifacts to see if the problem was consistent or not.
diff --git a/static/img/cloud/runs/sidebar-errors-and-attempts.png b/static/img/cloud/runs/sidebar-errors-and-attempts.png
new file mode 100644
index 0000000000..16c473782e
Binary files /dev/null and b/static/img/cloud/runs/sidebar-errors-and-attempts.png differ
diff --git a/static/img/cloud/runs/sidebar-errors.png b/static/img/cloud/runs/sidebar-errors.png
deleted file mode 100644
index 6ff644764e..0000000000
Binary files a/static/img/cloud/runs/sidebar-errors.png and /dev/null differ
diff --git a/static/img/cloud/runs/sidebar-header.png b/static/img/cloud/runs/sidebar-header.png
index 5aaa066bf1..91730ca93c 100644
Binary files a/static/img/cloud/runs/sidebar-header.png and b/static/img/cloud/runs/sidebar-header.png differ
diff --git a/static/img/cloud/runs/sidebar-test-intent-summary.png b/static/img/cloud/runs/sidebar-test-intent-summary.png
index d284a972f7..29c4780dcc 100644
Binary files a/static/img/cloud/runs/sidebar-test-intent-summary.png and b/static/img/cloud/runs/sidebar-test-intent-summary.png differ