diff --git a/assets/images/kane-ai/app-test/create-app-test.gif b/assets/images/kane-ai/app-test/create-app-test.gif
new file mode 100644
index 000000000..3189d7ef9
Binary files /dev/null and b/assets/images/kane-ai/app-test/create-app-test.gif differ
diff --git a/assets/images/kane-ai/app-test/execute-test.gif b/assets/images/kane-ai/app-test/execute-test.gif
new file mode 100644
index 000000000..72853c037
Binary files /dev/null and b/assets/images/kane-ai/app-test/execute-test.gif differ
diff --git a/assets/images/kane-ai/app-test/save-test-cases.png b/assets/images/kane-ai/app-test/save-test-cases.png
new file mode 100644
index 000000000..4a93dcf84
Binary files /dev/null and b/assets/images/kane-ai/app-test/save-test-cases.png differ
diff --git a/assets/images/kane-ai/app-test/write-test-case.png b/assets/images/kane-ai/app-test/write-test-case.png
new file mode 100644
index 000000000..673e55c53
Binary files /dev/null and b/assets/images/kane-ai/app-test/write-test-case.png differ
diff --git a/docs/kane-ai-app-test.md b/docs/kane-ai-app-test.md
new file mode 100644
index 000000000..7985653d1
--- /dev/null
+++ b/docs/kane-ai-app-test.md
@@ -0,0 +1,75 @@
+---
+id: kane-ai-app-test
+title: Automate your App Testing with KaneAI
+hide_title: false
+sidebar_label: App Test
+description: Learn how to automate app testing with KaneAI. Generate and execute tests in plain English, save cases, and run them seamlessly
+keywords:
+ - lambdatest automation
+ - lambdatest kaneai
+ - kaneai app test
+url: https://www.lambdatest.com/support/docs/kane-ai-app-agent
+site_name: LambdaTest
+slug: kane-ai-app-test/
+---
+
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+
+In this guide, we'll walk you through the process of generating, and executing automated tests for your mobile application using KaneAI.
+
+## Steps to generate the test cases
+
+### Step 1: Create an App Test
+Navigate to the [KaneAI homepage](https://kaneai.lambdatest.com/objective) and click on the **Create an App Test** button to initiate the process of generating test cases for your mobile app. Now select your desired operating system (Android, iOS) and upload your application to the platform to start testing.
+
+
+
+### Step 2: Write Your Test Cases in Plain English
+In this step, you'll describe your desired test outcomes using plain English. Don't worry about writing specific code or scripts – KaneAI will handle that for you.
+
+For example:
+- Click on the hamburger menu button.
+- Write the test in the text field "This is a sample app".
+- Click on the "+" button.
+
+Continue to add instructions/commands in plain English as you go; KaneAI will automatically queue them for execution, eliminating the need to wait for one test to finish before writing the next. Click the **Fininsh Test**.
+
+> **Remember:** The more specific you are, the more accurate KaneAI's generated test cases will be.
+
+
+
+### Step 3: Save your Test Case
+Now, save all of the test cases you've generated so far.
+
+Select your Project and the folder where you want to save your test cases. The **Test Name** and **Description** will be generated automatically, but you can also edit them. Select your test's **Type** and **Status**, as well as the necessary tags that will allow you to search for it later.
+
+
+
+### Step 4: Execute your test
+To execute your test, click on the **HyperExecute** button and you will be redirected to the [HyperExecute dashboard](https://hyperexecute.lambdatest.com/hyperexecute/jobs) where your tests will be executed.
+
+
\ No newline at end of file
diff --git a/docs/kane-ai-web-test.md b/docs/kane-ai-web-test.md
index 2f9a753fc..184179bd4 100644
--- a/docs/kane-ai-web-test.md
+++ b/docs/kane-ai-web-test.md
@@ -63,7 +63,7 @@ Keep adding instructions/commands in plain English as you go; KaneAI will automa
### Step 3: Save your Test Case
Now, save your test cases that you have generated till now.
-Select your Project, and the folder in which you want to store your test cases. The **Test Name** and the **Description** will be generated automatically, and you can also edit it. Select the **Type** of your test, and the status, and define the necessary tags which will help ypu to search your tests later.
+Select your Project, and the folder in which you want to store your test cases. The **Test Name** and the **Description** will be generated automatically, and you can also edit it. Select the **Type** of your test, and the **Status**, and define the necessary tags which will help ypu to search your tests later.
### Step 4: Execute your test
diff --git a/sidebars.js b/sidebars.js
index 1f9b80528..f3766b41c 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -1013,6 +1013,11 @@ module.exports = {
"kane-ai-guided-walkthrough",
],
},
+ {
+ type: "doc",
+ label: "App Test",
+ id: "kane-ai-app-test"
+ },
{
type: "doc",
label: "Test Plan",