diff --git a/mint.json b/mint.json
index 281242ac..c168754b 100644
--- a/mint.json
+++ b/mint.json
@@ -483,7 +483,8 @@
]
},
"platform/workflows",
- "platform/jobs"
+ "platform/jobs",
+ "platform/billing"
]
},
{
diff --git a/platform/billing.mdx b/platform/billing.mdx
new file mode 100644
index 00000000..dc3c7477
--- /dev/null
+++ b/platform/billing.mdx
@@ -0,0 +1,25 @@
+---
+title: Billing
+---
+
+To ensure that your Unstructured account has continued access to the Unstructured Platform, you must have a current payment method
+on file with Unstructured, as follows.
+
+
+ To switch your account to a prepaid subscription or a long-term commitment plan, contact Unstructured Sales at [sales@unstructured.io](mailto:sales@unstructured.io) instead.
+
+
+
+
+
+
+1. Sign in to the Unstructured Platform.
+2. At the bottom of the sidebar, click your user icon, and then click **Account Settings**.
+3. On the account settings sidebar, click **Billing**.
+4. Click **Manage Payment Method**, follow the on-screen instructions to enter or update your payment details through Stripe, and then click **Save card**.
+
+Your card is billed monthly based on your usage. The **Billing** page shows a billing overview for the current month and a list of your billing invoices.
+
+import SharedPagesBilling from '/snippets/general-shared-text/pages-billing.mdx';
+
+
\ No newline at end of file