Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions pcweb/pages/pricing/faq.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,20 +104,24 @@ def accordion_text(text: str) -> rx.Component:
"Credits can be used for both hosting and building. In hosting, credits are used for compute resources. In building, credits are consumed per message sent.",
),
(
"What happens if I cancel the plan?",
"If you cancel, you'll maintain access until the end of your current billing period. After that, your app will be downgraded to the free tier limits.",
"If I upgrade my tier, do I get the extra credits immediately?",
"Yes! When you upgrade your tier (for example, from Tier 25 to Tier 50), the additional credits (e.g., 1,000) are added to your balance right away, and you're charged the corresponding amount for the higher plan.",
),
(
"Do credits ever expire?",
"Credits only reset if you're on the Free tier. As long as you maintain any Pro subscription, your credits will continue to roll over each month.",
),
(
"What determines the total amount billed?",
"Your bill is determined by your base plan plus any usage-based charges for compute resources that exceed the plan limits.",
"What happens if I cancel the plan?",
"If you cancel, you'll maintain access until the end of your current billing period. After that, your app will be downgraded to the free tier limits.",
),
(
"How to cancel subscription?",
"You can cancel your subscription anytime from your account dashboard. No long-term commitments required.",
),
(
"Can I add members to my project?",
"Yes! You can add unlimited members to your project with a per seat monthly charge on additional seats.",
"Yes! You can add unlimited members to your project on the Enterprise tier with a per seat monthly charge on additional seats.",
),
]

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.