Support
Common questions about billing and accounts
We have compiled answers to the questions our support team receives most frequently.
Navigate to Settings, then Billing, and update your payment method or billing address. Changes take effect immediately.
We offer a 30-day money-back guarantee. If you cancel within the first 30 days, we will refund your payment in full.
Yes. Qualified nonprofit organizations receive 50% off any paid plan. Contact our sales team with proof of nonprofit status.
Usage is measured in compute seconds and API calls. You can track consumption in real-time from your dashboard.
---
import Faqs3Block from "@/components/blocks/faqs-3.astro"
---
<Faqs3Block
badge="Support"
title="Common questions about billing and accounts"
description="We have compiled answers to the questions our support team receives most frequently."
faqs={[
{
id: "faq-3-1",
question: "How do I update my billing information?",
answer:
"Navigate to Settings, then Billing, and update your payment method or billing address. Changes take effect immediately.",
},
{
id: "faq-3-2",
question: "Can I get a refund if I cancel early?",
answer:
"We offer a 30-day money-back guarantee. If you cancel within the first 30 days, we will refund your payment in full.",
},
{
id: "faq-3-3",
question: "Do you offer discounts for nonprofits?",
answer:
"Yes. Qualified nonprofit organizations receive 50% off any paid plan. Contact our sales team with proof of nonprofit status.",
},
{
id: "faq-3-4",
question: "How is usage calculated for metered plans?",
answer:
"Usage is measured in compute seconds and API calls. You can track consumption in real-time from your dashboard.",
},
]}
/>