diff --git a/pages.config.ts b/pages.config.ts
index e61b2b17..1dabb877 100644
--- a/pages.config.ts
+++ b/pages.config.ts
@@ -3,7 +3,7 @@ export const Pages = [
["Billing", "/billing"],
["Payment Method", "/billing/payment-method"],
["Manage Funds", "/billing/funds"],
- ["Bonuses", "/billing/bonus"],
+ ["Add-on", "/billing/add-on"],
["Invoices & Usages", "/billing/invoices"],
["Credits", "/billing/credits"],
["Upgrade to Pro with Credit Card", "/billing/upgrade/credit-card"],
diff --git a/pages/billing/_meta.json b/pages/billing/_meta.json
index 3c94f8dd..dce43704 100644
--- a/pages/billing/_meta.json
+++ b/pages/billing/_meta.json
@@ -1,7 +1,7 @@
{
"payment-method": "Payment Methods",
"funds": "Manage Funds",
- "bonus": "Bonuses",
+ "add-on": "Add-on",
"invoices": "Invoices & Usages",
"credits": "Credits",
"upgrade": "Upgrade to Pro"
diff --git a/pages/billing/add-on.mdx b/pages/billing/add-on.mdx
new file mode 100644
index 00000000..c0c87c8e
--- /dev/null
+++ b/pages/billing/add-on.mdx
@@ -0,0 +1,51 @@
+import { Callout } from "nextra-theme-docs";
+import Navigation from "components/navigation";
+
+# Add-on
+
+Add-ons are bonus services to enhance your subscription experience. If you find that you've exceeded the usage limits included
+in your subscription, you have the option to increase those limits by using add-ons.
+
+## Add Add-on
+
+Follow these steps to add an add-on:
+
+1. Add payment methods if you haven't already. Check out the [Payment Methods](/billing/payment-method) section for more information.
+2. Click "Buy Add-on" in the **[Add-on](https://app.spheron.network/#/app/billing/plan)** section under the **Billing** tab.
+3. Select the type of Add-on and the Add-on Amount.
+4. To add more add-ons fields, Click "Add Add-on Field".
+5. After adding all the add-on fields, Click "Review."
+6. Read the add-on's payment details, and Click "Add" to initiate the payment.
+7. Upon successful payment, the Add-on will be added.
+
+
+ **Troubleshoot:** - ***For All Networks except Solana:*** If your transaction
+ fails, check if the Spheron escrow wallet has enough balance. To deposit more
+ funds, go through the **Deposit Funds** section. - ***For Solana:*** If your
+ transaction fails and the amounts get deducted, you can click "Already Paid?"
+ in the transaction section. You can then enter the transaction hash, and if it
+ is verified, your transaction will succeed.
+
+
+## Add-on Lifecycle
+
+### For All Networks except Solana
+
+You cannot remove an active add-on. However, you can stop its automatic renewal from the next month.
+
+To stop the automatic renewal of your add-on:
+
+1. Go to the **[Add-on](https://app.spheron.network/#/app/billing/plan)** section under the **Billing** tab.
+2. Click the delete icon beside the add-on you want to remove.
+3. From the modal, Click "Remove" to stop its renewal.
+
+
+ **NOTE:** You can still use the current month's add-on after you stop its
+ renewal.
+
+
+### For Solana
+
+You cannot remove an active add-on. All payments are made upfront. So there is no auto-renewal in this case.
+
+
diff --git a/pages/billing/bonus.mdx b/pages/billing/bonus.mdx
deleted file mode 100644
index 7916368c..00000000
--- a/pages/billing/bonus.mdx
+++ /dev/null
@@ -1,52 +0,0 @@
-import { Callout } from "nextra-theme-docs";
-import Navigation from "components/navigation";
-
-# Bonuses
-
-
- Bonuses are accessible only to Pro users.
-
-
-Bonuses are add-on services accessible only to Pro users. If you are a Pro user and cross the usage limit of your subscription, you can increase these limits by adding bonuses.
-
-## Add Bonus
-
-Follow these steps to add a bonus:
-
-1. Connect your wallet if it is not connected. Check out the [Connect Wallet](/billing/wallet) section for more information.
-2. Click "Add Bonus" in the **[Bonus](https://app.spheron.network/#/app/billing/plan)** section under the **Billing** tab.
-3. Select the type of Bonus and the Bonus Amount.
-4. To add more bonus fields, Click "Add Bonus" Field.
-5. After adding all the bonus fields, Click "Review."
-6. Read the transaction details, and Click "Add" to initiate the transaction.
-7. Upon successful transaction, the Bonus will be added.
-
-
- **Troubleshoot:**
- - ***For All Networks except Solana:*** If your transaction fails,
- check if the Spheron escrow wallet has enough balance. To deposit more funds,
- go through the **Deposit Funds** section.
- - ***For Solana:*** If your transaction fails
- and the amounts get deducted, you can click "Already Paid?" in the transaction
- section. You can then enter the transaction hash, and if it is verified, your
- transaction will succeed.
-
-
-## Bonus Lifecycle
-
-### For All Networks except Solana
-You cannot remove an active bonus. However, you can stop its automatic renewal from the next month.
-
-To stop the automatic renewal of your bonus:
-1. Go to the **[Bonus](https://app.spheron.network/#/app/billing/plan)** section under the **Billing** tab.
-2. Click the delete icon beside the bonus you want to remove.
-3. From the modal, Click "Remove" to stop its renewal.
-
-
- **NOTE:** You can still use the current month's bonus after you stop its renewal.
-
-
-### For Solana
-You cannot remove an active bonus. All payments are made upfront. So there is no auto-renewal in this case.
-
-