> ## Documentation Index
> Fetch the complete documentation index at: https://docs.writerzroom.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Billing Management

> Manage your subscription, review invoices, handle upgrades, and cancel cleanly.

WriterzRoom billing is managed from the dashboard.

Use billing settings to review your current plan, renewal date, payment method, invoices, upgrade or downgrade options, and cancellation status.

## Billing Overview

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(4, 1fr)', gap: '12px', margin: '1.5rem 0' }}>
  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Subscribe</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Start a monthly or annual plan after trial.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Upgrade</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Move to a higher plan immediately.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Downgrade</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Schedule a lower plan for the next cycle.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Cancel</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>End access at the close of the billing cycle.</div>
  </div>
</div>

## Subscription Lifecycle

WriterzRoom subscriptions follow a straightforward lifecycle: trial, active subscription, optional upgrade or downgrade, and cancellation.

Each transition is explicit. Nothing changes automatically except renewal at the end of each billing cycle.

After your 7-day trial ends, your selected plan activates and the first billing cycle begins. Monthly plans renew on the anniversary of your subscription start date. Annual plans renew on the annual anniversary of your subscription start date and are billed automatically each year.

Credits for annual plans are provisioned upfront for the full year at the start of each billing cycle.

## Managing Your Subscription

All subscription actions are available from **Settings → Billing** in the WriterzRoom dashboard.

From there you can:

* View your current plan
* See the next renewal date
* Upgrade or downgrade
* Update payment methods
* Access invoice history
* Cancel your subscription

## Upgrading

Upgrades take effect immediately.

When you upgrade mid-cycle, you receive prorated credit for the unused portion of your current plan applied toward the new plan's cost. Your credit allowance increases to the new plan's level immediately, and your billing cycle date stays the same.

If you are on Starter and upgrade to Professional, you gain immediate access to the Standard pipeline and the higher credit allowance. The price difference for the remaining days in your current cycle is charged at the time of upgrade.

## Downgrading

Downgrades take effect at the start of your next billing cycle.

You retain full access to your current plan's features until the cycle ends. When the new cycle begins, your credit allowance and pipeline access adjust to the lower plan.

If you are on Professional and downgrade to Starter, you keep Standard pipeline access until your current cycle ends. After the cycle resets, you lose access to Standard and Premium pipelines and your credit allowance drops to 200.

<Warning>
  Before downgrading, confirm that your workflow does not depend on features exclusive to the higher plan, such as Standard or Premium pipeline access, brand voice, vertical configurations, API access, or team seats.
</Warning>

## Invoices and Payment History

Every charge generates an invoice accessible from **Settings → Billing → Invoice History**.

Invoices include the plan name, billing period, amount charged, payment method used, and a downloadable PDF for accounting purposes.

Invoice records are retained for the life of your account. If your organization requires purchase documentation for reimbursement or accounting, retrieve invoices promptly after each billing event rather than waiting for quarter-end or year-end close.

## Payment Methods

WriterzRoom accepts all major credit and debit cards via Stripe.

You can update your payment method at any time from billing settings. If a payment fails, you receive an email notification and have 7 days to update your payment method before access is restricted.

## Disputed Charges

If a charge appears incorrect, first confirm your active plan and billing cycle dates in the dashboard.

If the charge still looks wrong after verification, contact **[support@writerzroom.com](mailto:support@writerzroom.com)** with your account email and transaction details. Most billing reviews receive an initial response within 2 business days.

## Cancellation

### Before You Cancel

Consider whether cancellation is the right action. In many cases, downgrading to a plan that matches your current workload is better than leaving the platform entirely.

Moving to Starter can reduce monthly cost while retaining access to templates, Quick and Standard pipelines, and core content workflows. Confirm current pricing on the Pricing page before changing plans.

### Cancellation Checklist

Before cancelling, complete these steps to avoid losing work:

1. **Export important content**: Download or export any drafts you need to keep. Content is retained for 90 days after cancellation but is not accessible through the UI during that period.
2. **Disconnect publishing integrations**: Revoke WriterzRoom's access to connected platforms if you no longer want the connection active.
3. **Review billing timing**: Confirm when your current cycle ends so you know exactly when access changes take effect.
4. **Download invoices**: Retrieve any invoices you need for accounting before losing dashboard access.

### How Cancellation Works

Cancellation takes effect at the end of your current billing cycle. You retain full access to all plan features until that date.

After the cycle ends, your account moves to a restricted state where you can log in and export content but cannot generate new content or access premium features.

To cancel, go to **Settings → Billing → Cancel Subscription** and confirm. You receive an email confirmation with the effective date.

### After Cancellation

Your content is retained for 90 days after your access ends. During this window, you can reactivate your subscription to regain full access.

After 90 days, content is permanently deleted.

If you reactivate within the 90-day retention window, your content library and settings are restored as they were at cancellation. Credit balances do not carry over. You start fresh with the new plan's monthly allowance.

## 30-Day Money-Back Guarantee

All subscription plans include a 30-day money-back guarantee from the date of your first payment.

To qualify:

* Fewer than 25 generations must have been consumed on the plan
* Refund requests must be submitted within 30 days of the initial charge
* Refunds are limited to one per customer lifetime

Submit requests to [support@writerzroom.com](mailto:support@writerzroom.com) with your account email and billing date.

The Demo plan and add-on credit packs are non-refundable. Annual plans are eligible for a full refund within 30 days of purchase only. No partial-year refunds are issued after that window.

## Billing Workflow

<Steps>
  <Step title="Open billing settings">
    Go to **Settings → Billing** from the WriterzRoom dashboard.
  </Step>

  <Step title="Review your current plan">
    Confirm plan tier, renewal date, credit allowance, and active payment method.
  </Step>

  <Step title="Choose the billing action">
    Upgrade, downgrade, update payment method, download invoices, or cancel.
  </Step>

  <Step title="Confirm the change">
    Review timing, credit impact, and access changes before confirming.
  </Step>
</Steps>

## Operational Guidance

<AccordionGroup>
  <Accordion title="When do upgrades take effect?">
    Upgrades take effect immediately. Prorated credit from the unused portion of the current plan is applied toward the new plan.
  </Accordion>

  <Accordion title="When do downgrades take effect?">
    Downgrades take effect at the start of the next billing cycle. Current plan access remains active until the cycle ends.
  </Accordion>

  <Accordion title="Where can invoices be downloaded?">
    Invoices are available from **Settings → Billing → Invoice History**.
  </Accordion>

  <Accordion title="What happens after cancellation?">
    Access continues until the end of the current billing cycle. After that, the account enters a restricted state and content is retained for 90 days.
  </Accordion>
</AccordionGroup>

<Tip>
  Download invoices and export important content before cancelling, especially if the account is used for business or client work.
</Tip>

<CardGroup cols={2}>
  <Card title="Usage and Limits" icon="gauge" href="/billing/usage-and-limits">
    Review credit consumption, resets, notifications, and rate limits.
  </Card>

  <Card title="Plans and Pricing" icon="credit-card" href="/billing/plans-and-pricing">
    Compare plan access, credit allowances, and pricing.
  </Card>
</CardGroup>
