diff --git a/docs/accessibility-test-scheduling-edit.md b/docs/accessibility-test-scheduling-edit.md
index 6e5e6fadd..5759c7e4c 100644
--- a/docs/accessibility-test-scheduling-edit.md
+++ b/docs/accessibility-test-scheduling-edit.md
@@ -3,7 +3,7 @@ id: accessibility-test-scheduling-edit
title: Edit an Accessibility Scan
hide_title: false
sidebar_label: Edit the Scan
-description: Customize your testing with LambdaTest Accessibility DevTools' extensive settings, tailored to meet your specific needs and preferences.
+description: Easily edit accessibility scan settings in LambdaTest. Update scan names, recurrence schedules, and timings to keep your tests organized and efficient.
keywords:
- LambdaTest
- Accessibility
diff --git a/docs/accessibility-test-scheduling-scan.md b/docs/accessibility-test-scheduling-scan.md
index 146b57420..dfaae01a4 100644
--- a/docs/accessibility-test-scheduling-scan.md
+++ b/docs/accessibility-test-scheduling-scan.md
@@ -3,7 +3,7 @@ id: accessibility-test-scheduling-scan
title: Steps to Schedule an Accessibility Scan
hide_title: false
sidebar_label: Schedule a Scan
-description: Customize your testing with LambdaTest Accessibility DevTools' extensive settings, tailored to meet your specific needs and preferences.
+description: Learn how to schedule accessibility scans with LambdaTest. Configure scans, automate WCAG compliance checks, and analyze detailed reports with ease.
keywords:
- LambdaTest
- Accessibility
diff --git a/docs/accessibility-test-scheduling.md b/docs/accessibility-test-scheduling.md
index 1956732c1..db44075dd 100644
--- a/docs/accessibility-test-scheduling.md
+++ b/docs/accessibility-test-scheduling.md
@@ -3,7 +3,7 @@ id: accessibility-test-scheduling
title: Accessibility Test Scheduling
hide_title: false
sidebar_label: Accessibility Test Scheduling
-description: Customize your testing with LambdaTest Accessibility DevTools' extensive settings, tailored to meet your specific needs and preferences.
+description: Automate accessibility testing with LambdaTest's Accessibility Scheduler. Schedule scans, ensure WCAG compliance, and get detailed reports effortlessly.
keywords:
- LambdaTest
- Accessibility
diff --git a/docs/kane-ai-modules.md b/docs/kane-ai-modules.md
new file mode 100644
index 000000000..c487bed1b
--- /dev/null
+++ b/docs/kane-ai-modules.md
@@ -0,0 +1,104 @@
+---
+id: kane-ai-modules
+title: 'Utilizing KaneAI Modules Feature: A Step-by-Step Guide'
+hide_title: false
+sidebar_label: Modules
+description: Learn how to use custom modules while executing your tests using the Kane AI
+keywords:
+ - lambdatest automation
+ - lambdatest kaneai
+ - kaneai geolocation support
+ - kaneai tunnel support
+ - kaneai proxy support
+url: https://www.lambdatest.com/support/docs/kane-ai-modules/
+site_name: LambdaTest
+slug: kane-ai-modules/
+---
+
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+import CodeBlock from '@theme/CodeBlock';
+import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
+
+
+The KaneAI Modules feature is a powerful tool for optimizing your testing processes. By converting test steps into reusable modules, you can enhance productivity and maintain accuracy in your test executions. Follow this guide to fully utilize this feature and maximize the potential of your testing workflows.
+
+## Step-by-Step Guide
+### Step 1: Author Your test using KaneAI
+- Begin with authoring your test with KaneAI and executing a set of test steps. These steps will form the basis of your module.
+
+
+
+### Step 2: Pause and Select Test Steps
+- Click the Pause Test button.
+- Select the test steps you wish to include in the module.
+
+For example, if you want to group test steps related to login functionality, highlight those steps.
+
+
+
+### Step 3: Create and Save your Module
+- With the relevant test steps selected, click on the Create Module button.
+- Enter a module name and description:
+ - **Name :** "Login Flow for LambdaTest.com"
+ - **Description :** "This is the login flow module."
+
+
+
+- Click Create Module to finalize the process. The selected steps will be converted into a module structure. You can now view and manage these steps as a cohesive unit.
+
+
+
+### Step 4: Reuse Modules in a New Test
+- Create a new test in KaneAI to demonstrate module reuse.
+
+
+
+### Step 5: Access the Modules Functionality
+- Create a web test in KaneAI and use either of the following methods to access existing modules:
+ - Click the **plus (+)** icon in the test interface.
+ - Type a **slash (/)** to invoke the modules menu.
+
+Here, you can browse all existing modules, including the one you just created.
+
+
+
+- Select the desired module from the list, add the module to the test queue and observe as the execution of the module’s test steps begins automatically, eliminating the need to reconfigure or repeat those steps.
+
+
+
+## Conclusion
+
+By following the steps above, you can:
+
+- Reuse existing test modules effortlessly.
+- Reduce duplication in test creation.
+- Maintain consistency across test cases.
+
+> 📕 Refer here for your created [KaneAI Modules](https://kaneai.lambdatest.com/module) 🚀
+
+
\ No newline at end of file