Skip to content

Commit 5517e56

Browse files
authored
Clarify PlanetScale billing in FAQ (#32059)
1 parent 35e80a4 commit 5517e56

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

src/content/docs/hyperdrive/planetscale.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ products:
99
- workers
1010
---
1111

12-
import { CardGrid, DashButton, Description, LinkTitleCard } from "~/components";
12+
import { CardGrid, DashButton, Description, Details, LinkTitleCard } from "~/components";
1313

1414
<Description>
1515

@@ -63,10 +63,20 @@ Use [development branches](https://planetscale.com/docs/postgres/branching) to t
6363

6464
When you create a PlanetScale database from the Cloudflare dashboard, you are billed via your Cloudflare account — you will see a line item on your Cloudflare invoice for your PlanetScale usage. The pricing for PlanetScale is the same when you create and use databases via Cloudflare as it is when you buy directly from PlanetScale. For more pricing details, refer to [PlanetScale's pricing](https://planetscale.com/pricing). You can introspect per-database billing usage via PlanetScale's [dashboard](https://planetscale.com/docs/billing#organization-usage-and-billing-page).
6565

66-
## Support for your connected PlanetScale databases
66+
## FAQ
67+
68+
<Details header="How do I get support for my PlanetScale database?" id="support-for-your-connected-planetscale-databases">
6769

6870
Support for your PlanetScale databases created via Cloudflare is provided by PlanetScale at their Standard level support or your procured PlanetScale support plan. For help with your PlanetScale database, refer to [PlanetScale Support](https://planetscale.com/docs/support) for more information or contact the PlanetScale support team directly via the [PlanetScale support portal](https://support.planetscale.com/).
6971

72+
</Details>
73+
74+
<Details header="How is my PlanetScale database billed?">
75+
76+
For pay-as-you-go Cloudflare accounts, a PlanetScale database is billed daily from when the database is created until the database is deleted. Your database is billed whether or not you execute queries or store data.
77+
78+
</Details>
79+
7080
<CardGrid>
7181

7282
<LinkTitleCard

0 commit comments

Comments
 (0)