diff --git a/docs/accessibility/get-started/introduction.mdx b/docs/accessibility/get-started/introduction.mdx
index ce4dcd55c8..315bb830f9 100644
--- a/docs/accessibility/get-started/introduction.mdx
+++ b/docs/accessibility/get-started/introduction.mdx
@@ -42,6 +42,8 @@ You'll start your [free trial](https://www.cypress.io/accessibility?utm_medium=i
from our sales team and your existing test data to instantly see full accessibility reports for all your Cypress projects.
From there, you can integrate with CI to set your own standards for handling the results.
+[Get started with Cypress Accessibility ➜](/accessibility/get-started/setup)
+
## How it Works
Cypress Accessibility provides organized, visual, and actionable accessibility reports, based completely on the tests you record to Cypress Cloud, and powered by Axe Core® by Deque Systems. This is the documentation page for that product. To learn about the general topic of accessibility testing using the Cypress App, see [our guide on this topic](/app/guides/accessibility-testing).
diff --git a/docs/accessibility/get-started/setup.mdx b/docs/accessibility/get-started/setup.mdx
new file mode 100644
index 0000000000..13f5921018
--- /dev/null
+++ b/docs/accessibility/get-started/setup.mdx
@@ -0,0 +1,52 @@
+---
+sidebar_label: Get Started
+title: 'Get Started | Cypress Accessibility Documentation'
+description: 'Set up Cypress Accessibility by recording a run. No code changes or configuration required.'
+sidebar_position: 20
+---
+
+# Get Started
+
+You don't need to make any changes to your code or your test setup. If you record test runs to the Cypress Cloud with Test Replay, you're ready to start using Cypress Accessibility.
+You'll start your free trial with personalized support from our sales team and your existing test data to instantly see full accessibility reports for all your Cypress projects.
+From there, you can integrate with CI to set your own standards for handling the results.
+
+## 1. Request a trial
+
+Get started with a free trial of Cypress Accessibility. You'll receive a personalized demo using your existing test data to see where testing gaps exist for all of your Cypress projects.
+
+
+
+## 2. Record a run
+
+Cypress Accessibility generates reports using [Test Replay](/cloud/features/test-replay) data and requires Cypress v13+. No additional configuration or instrumentation is required to get started.
+
+[Record a run](/cloud/get-started/setup) to the Cypress Cloud with Test Replay to start using Cypress Accessibility.
+
+## 3. View your Accessibility results
+
+After recording a test run, you can view your Accessibility results in the Cypress Cloud via the **Accessibility** tab.
+
+
+
+## 4. Customize your results
+
+Cypress Accessibility provides flexible configuration options to customize your reports. You can configure:
+
+- [Element filters](/accessibility/configuration/elementfilters): specify selectors for elements that should be excluded from Accessibility scans
+- [View filters](/accessibility/configuration/viewfilters): specify URL patterns for URLs that should be excluded from Accessibility scans. Excluding a URL also excludes all links to that URL.
+- [Views](/accessibility/configuration/views): specify URL patterns that represent views
+
+To add or modify the configuration for your project, navigate to the **App Quality** tab in your project settings.
+
+
diff --git a/docs/ui-coverage/get-started/introduction.mdx b/docs/ui-coverage/get-started/introduction.mdx
index a96d65e8ae..88c13123a8 100644
--- a/docs/ui-coverage/get-started/introduction.mdx
+++ b/docs/ui-coverage/get-started/introduction.mdx
@@ -38,6 +38,8 @@ UI Coverage works instantly, with no setup or code instrumentation required. If
You'll start your free trial with personalized support from our sales team and your existing test data to instantly see where testing gaps exist for all of your Cypress projects.
From there, you can easily customize reports to fit your needs with flexible configuration options.
+[Get started with UI Coverage ➜](/ui-coverage/get-started/setup)
+
## How it Works
:::caution
diff --git a/docs/ui-coverage/get-started/setup.mdx b/docs/ui-coverage/get-started/setup.mdx
new file mode 100644
index 0000000000..1674cbc437
--- /dev/null
+++ b/docs/ui-coverage/get-started/setup.mdx
@@ -0,0 +1,57 @@
+---
+title: 'Get Started | UI Coverage Documentation'
+description: 'Set up UI Coverage by recording a run. No setup or instrumentation is required.'
+sidebar_label: Get Started
+sidebar_position: 20
+---
+
+# Get Started
+
+UI Coverage works instantly, with no setup or code instrumentation required. If you record test runs to the Cypress Cloud with Test Replay, you're ready to start using UI Coverage.
+You'll start your free trial with personalized support from our sales team and your existing test data to instantly see where testing gaps exist for all of your Cypress projects.
+From there, you can easily customize reports to fit your needs with flexible configuration options.
+
+## 1. Request a trial
+
+Get started with a free trial of UI Coverage. You'll receive a personalized demo using your existing test data to see where testing gaps exist for all of your Cypress projects.
+
+
+
+## 2. Record a run
+
+UI Coverage generates reports using [Test Replay](/cloud/features/test-replay) data and requires Cypress v13+. No additional configuration or instrumentation is required to start using UI Coverage.
+
+[Record a run](/cloud/get-started/setup) to the Cypress Cloud with Test Replay to start using UI Coverage.
+
+## 3. View your UI Coverage results
+
+After recording a test run, you can view your UI Coverage results in the Cypress Cloud via the **UI Coverage** tab.
+
+
+
+## 4. Customize your results
+
+UI Coverage provides flexible configuration options to customize your reports. You can configure:
+
+- [Attribute filters](/ui-coverage/configuration/attributefilters): specify patterns for attributes and their values that should not be used for identifying and grouping elements
+- [Element filters](/ui-coverage/configuration/elementfilters): specify selectors for elements that should be excluded from UI Coverage
+- [Element groups](/ui-coverage/configuration/elementgroups): groups elements that are related to one another
+- [Elements](/ui-coverage/configuration/elements): specify selectors to uniquely identify elements
+- [Significant Attributes](/ui-coverage/configuration/significantattributes): prioritize the identification and grouping of specific attributes
+- [View filters](/ui-coverage/configuration/viewfilters): specify URL patterns for URLs that should be excluded from UI Coverage. Excluding a URL also excludes all links to that URL.
+- [Views](/ui-coverage/configuration/views): specify URL patterns that represent views
+
+To add or modify the configuration for your project, navigate to the **App Quality** tab in your project settings.
+
+