\ No newline at end of file
diff --git a/docs/screen-reader-on-accessibility.md b/docs/screen-reader-on-accessibility.md
new file mode 100644
index 000000000..e4ed3412a
--- /dev/null
+++ b/docs/screen-reader-on-accessibility.md
@@ -0,0 +1,60 @@
+---
+id: screen-reader-on-accessibility
+title: Screen Reader
+sidebar_label: Screen Reader
+description: Test your app's accessibility with LambdaTest's Screen Reader as per the WCAG standards.
+keywords:
+ - screen reader
+ - framework on lambdatest
+ - accessibility
+url: https://www.lambdatest.com/support/docs/screen-reader-on-accessibility/
+site_name: LambdaTest
+slug: screen-reader-on-accessibility/
+---
+
+
+A Screen Reader is an assistive technology tool that converts digital content on screens into audio output or Braille for users with visual impairments. More than a simple text-to-speech tool, it acts as a comprehensive digital interpreter, transforming complex visual interfaces into navigable auditory or tactile experiences. It helps users with visual disabilities to interact with digital content with unprecedented independence and depth.
+
+## Why Do We Need Screen Readers?
+Screen readers are essential for making digital environments accessible to visually impaired users. It helps to:
+
+- **Enhance Inclusivity :** Users with visual disabilities can access and interact with websites, applications, and digital content.
+- **Support Compliance :** Ensure adherence to accessibility standards like WCAG (Web Content Accessibility Guidelines) and legal regulations such as ADA (Americans with Disabilities Act) or Section 508.
+- **Improve Usability :** Highlight areas where the user experience can be improved for all users, not just those with visual impairments.
+- **Boost Engagement :** Make websites and applications more usable for a diverse audience, improving user satisfaction and reach.
+
+## Screen Reader Support in LambdaTest Accessibility Testing
+LambdaTest supports the following screen readers during Accessibility Testing:
+
+- **NVDA (NonVisual Desktop Access)** – Windows
+- **VoiceOver** – macOS
+- **TalkBack** – Android
+> 📕 To learn more about using TalkBack for Android devices, refer to the [TalkBack Documentation](https://www.lambdatest.com/support/docs/screen-reader-on-real-devices-app/).
+
+These tools allow developers and testers to evaluate how well their applications or websites perform for visually impaired users, ensuring accessibility compliance and usability.
+
+
\ No newline at end of file
diff --git a/sidebars.js b/sidebars.js
index e85043313..b3e3bb008 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -1588,6 +1588,11 @@ module.exports = {
"cypress-v9-accessibility-test",
],
},
+ {
+ type: "doc",
+ label: 'Playwright',
+ id: "playwright-accessibility-test",
+ },
]
},
{