diff --git a/.vitepress/sidebars/dashboard/guides.ts b/.vitepress/sidebars/dashboard/guides.ts
index 24c95a52..3ee7d46a 100644
--- a/.vitepress/sidebars/dashboard/guides.ts
+++ b/.vitepress/sidebars/dashboard/guides.ts
@@ -40,9 +40,18 @@ export const guidesSidebar: DefaultTheme.SidebarItem[] = [
text: "Workspaces",
items: [
{
- text: "Creating a registration key",
+ text: "Creating a Registration Key",
link: "/dashboard/guides/create_registration_key",
},
],
},
+ {
+ text: "Billing",
+ items: [
+ {
+ text: "Obtaining Receipts",
+ link: "/dashboard/guides/receipts",
+ },
+ ],
+ },
];
diff --git a/src/_images/dashboard_billing.png b/src/_images/dashboard_billing.png
new file mode 100644
index 00000000..9273af40
Binary files /dev/null and b/src/_images/dashboard_billing.png differ
diff --git a/src/_images/paddle_customer_portal.png b/src/_images/paddle_customer_portal.png
new file mode 100644
index 00000000..f0ad7c05
Binary files /dev/null and b/src/_images/paddle_customer_portal.png differ
diff --git a/src/_images/subscription_renewal_email.png b/src/_images/subscription_renewal_email.png
new file mode 100644
index 00000000..8c2a95e5
Binary files /dev/null and b/src/_images/subscription_renewal_email.png differ
diff --git a/src/dashboard/guides/receipts.md b/src/dashboard/guides/receipts.md
new file mode 100644
index 00000000..c66ef80c
--- /dev/null
+++ b/src/dashboard/guides/receipts.md
@@ -0,0 +1,25 @@
+---
+description: "A guide to viewing and downloading receipts in the Caido Dashboard."
+---
+
+# Obtaining Receipts
+
+Before your subscription is renewed, you will receive an email from **Caido Labs Inc. (via Paddle.com)** notifying you of the upcoming transaction.
+
+
+
+To obtain receipts of your subscription payments, visit [https://dashboard.caido.io](https://dashboard.caido.io), authenticate with your account, and visit the [Billing](https://dashboard.caido.io/receipts) page. In the **Transactions** table, the **Receipt** column will contain a link to the receipt for the transaction.
+
+
+
+Receipts can also be obtained from the Paddle customer portal which can be accessed by clicking on either the `Update billing information` or `Cancel subscription` buttons in the [Billing](https://dashboard.caido.io/receipts) page.
+
+::: warning NOTE
+Close the panel opened in the customer portal to avoid subscription interruptions.
+:::
+
+
+
+::: info
+Purchase orders and bank payments are available on the Enterprise tier.
+:::