diff --git a/docs/ff-concepts/navigation-routing/deep-dynamic-linking.md b/docs/ff-concepts/navigation-routing/deep-dynamic-linking.md
index 4b3f4444..ddc2023d 100644
--- a/docs/ff-concepts/navigation-routing/deep-dynamic-linking.md
+++ b/docs/ff-concepts/navigation-routing/deep-dynamic-linking.md
@@ -684,17 +684,7 @@ This library sets up everything you need for routing users into your app using B
### Install Library
-To install the Branch Deep Linking Library, open the FlutterFlow Marketplace, search for the library, and click **+ Add for Free**.
-
-:::tip[marketplace]
-You can find the [**Library here**](https://marketplace.flutterflow.io/item/oAco1HzQHxtOVE1ssTcC).
-:::
-
-This installs the library into your FlutterFlow account, and you can reuse it across any number of projects.
-
-
-
-To add it to a specific project, go to **Settings > Project Dependencies**, click **Add Library**, and search for Branch.
+You can install the [Branch Deeplinking Library from the Marketplace](https://marketplace.flutterflow.io/item/oAco1HzQHxtOVE1ssTcC). Refer to the [Add Library Item](../../marketplace/adding-purchasing-item.md#add-library-item) instructions to see how to add it to your account.
### Branch Setup
diff --git a/docs/marketplace/adding-purchasing-item.md b/docs/marketplace/adding-purchasing-item.md
index a6c48be7..26b89239 100644
--- a/docs/marketplace/adding-purchasing-item.md
+++ b/docs/marketplace/adding-purchasing-item.md
@@ -11,49 +11,28 @@ import TabItem from '@theme/TabItem';
# Adding & Purchasing Items
-## Adding a Marketplace Item
+The **FlutterFlow Marketplace** lets you add new features to your app in just a few clicks. It includes ready-made components, templates, and libraries built by other users. These items can help you add things that are not yet available in FlutterFlow or would take more time to build from scratch.
-Add new functionality to your app in seconds! The FlutterFlow Marketplace features user-built components and templates that you can add directly to your FlutterFlow project. These items allow you to add functionality that is not currently available or easy to build in FlutterFlow.
+To add a Marketplace item, go to your FlutterFlow dashboard and click **Marketplace**, or visit [marketplace.flutterflow.io](https://marketplace.flutterflow.io/) directly. Click on any item to view its details.
-### 1. Open FlutterFlow Marketplace
+- For **free items**, click **+ Clone for Free**, then choose the project you want to add it to.
+- For **paid items**, click **Buy Now** and complete the purchase.
-To add a Marketplace Item to your project, head to your FlutterFlow dashboard and select **Marketplace** or head over to [marketplace.flutterflow.io](https://marketplace.flutterflow.io/). In Marketplace, click on any item to learn more about it.
-
-
-
-:::tip
-You can directly search for an item or filter by item type at the top (e.g., Template Apps).
-:::
-
-:::warning[Important]
-You must view item details to see supported platforms (iOS, Android, Web).
-:::
-
-
-### 2. Add an item to your FlutterFlow project
-To add a Marketplace item to your project, go to the item details page.
+Once added, the item will be available in your selected project for immediate use.
-
+
+
+
+
+
+
+
-
-1. Click **+ Add Now**
-2. Navigate to the **Owned Items** tab in your [dashboard](https://marketplace.flutterflow.io/dashboard)
-3. Click **+ Add to Project** next to the item
-4. Select the project you'd like to add the item to, and FlutterFlow will automatically import the item
+## Add Library Item
-:::tip
-You will need to add the item to each individual project that you want to use the item in.
-:::
-
-
-
+To install a library item from the Marketplace, search for the library, open its details page, and click **+ Add for Free**. This adds the library to your FlutterFlow account, meaning you can reuse it in any of your projects.
-1. Click **+ Buy Now**
-2. You will be redirected to Stripe for check out. Fill in payment details and click **Pay**.
-3. Upon successful payment, navigate to the **Owned Items** tab in your [dashboard](https://marketplace.flutterflow.io/dashboard)
-4. You can now start a new project using the template
+To add it to a specific project, go to **Settings > Project Dependencies**, click **Add Library**, and search for your library.
-**Note:** Template App purchases are single-use only and non-refundable. See [Marketplace Terms of Service](https://flutterflow.io/tos-marketplace) and our [Refund Policy](refund-policy.md) for details.
-
-
+
diff --git a/docs/ff-concepts/navigation-routing/imgs/branch-library-install.png b/docs/marketplace/imgs/branch-library-install.png
similarity index 100%
rename from docs/ff-concepts/navigation-routing/imgs/branch-library-install.png
rename to docs/marketplace/imgs/branch-library-install.png
diff --git a/docs/marketplace/imgs/free-item.avif b/docs/marketplace/imgs/free-item.avif
new file mode 100644
index 00000000..1dd3d36f
Binary files /dev/null and b/docs/marketplace/imgs/free-item.avif differ
diff --git a/docs/marketplace/imgs/paid-item.avif b/docs/marketplace/imgs/paid-item.avif
new file mode 100644
index 00000000..dcc09f5d
Binary files /dev/null and b/docs/marketplace/imgs/paid-item.avif differ