diff --git a/docs/ff-concepts/navigation-routing/imgs/share-action.avif b/docs/ff-concepts/navigation-routing/imgs/share-action.avif
new file mode 100644
index 00000000..f2c6a50a
Binary files /dev/null and b/docs/ff-concepts/navigation-routing/imgs/share-action.avif differ
diff --git a/docs/ff-concepts/navigation-routing/share-action.md b/docs/ff-concepts/navigation-routing/share-action.md
index 8c8c3497..a19ab8be 100644
--- a/docs/ff-concepts/navigation-routing/share-action.md
+++ b/docs/ff-concepts/navigation-routing/share-action.md
@@ -9,54 +9,10 @@ keywords: [FlutterFlow, Share Action, Navigation, Concepts]
# Share [Action]
-Share Action can be used to send a text using the Android or iOS device's share dialog. You can send the text using email, message, or any other application present on the device that supports sharing functionality.
-
-
-
-
-
-
-## Define Share Action
-
-Go to your project page on FlutterFlow and follow the steps below to define an Upload Photo/Video Action to a widget:
-
-1. Select the **widget** in which you want to set the Action.
-
-2. Select the **Actions** from the Properties Panel (the right menu).
-
-3. Click **+ Add Action** button.
-
-4. Choose a gesture from the dropdown among ***On Tap****,* ***On Double Tap****,**or* **On Long
- Press**.
-
-5. Select the **Action Type** as ***Share***.
-
-6. Now, you need to specify a **URL/Text Value**. It can be set either by defining a **Specific
- Value** or by using **From Variable** to use a value stored inside a variable.
- - If you are using **Specific Value**, enter the text in the **Value** field.
- - If you are using **From Variable**, you need to select the **Source**.
-
-Demo of defining Share Action using a **Specific Value** is as follows:
-
-
-
-
-
-Alternatively, a demo of defining Share Action using **From Variable** option is as follows:
-
-
-
-
-
-
-
-
-
+The **Share Action** enables users to send text or URLs from your app using the native sharing capabilities of their device. This functionality allows users to share information through various applications installed on their devices, such as email, messaging apps, or social media platforms.
:::warning
-You won't be able to try out this Action using FlutterFlow's *Run Mode* or *Preview Mode*. To
-test this Action, you have to run it on an iOS or Android device or emulator. You can either
-**Download the Code** (by going to `Developer Menu > Download Code`) and build it for your
-device, or use the **Build APK** button (present on the [**Tool Bar**](../../intro/ff-ui/toolbar.md) to generate an APK that
-you can run on your Android device.
+It's important to note that the Share Action is designed for mobile platforms and is not supported in FlutterFlow's Run Mode or Preview Mode. To test this functionality, you need to [**run your app on an iOS or Android device or emulator**](../../testing-deployment-publishing/running-your-app/local-run.md).
:::
+
+
\ No newline at end of file