> For the complete documentation index, see [llms.txt](https://docs.spicychat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spicychat.ai/september-2026-pricing-update-faq.md).

# September 2026 Pricing Update FAQ

## The new pricing

### Monthly

| Tier           | Current | From Sept 8 |
| -------------- | ------- | ----------- |
| Get A Taste    | $5.00   | $5.95       |
| True Supporter | $14.95  | $19.95      |
| I'm All In     | $19.95  | $29.95      |

### Annual

| Tier           | Current | From Sept 8 |
| -------------- | ------- | ----------- |
| Get A Taste    | $50.00  | $60.00      |
| True Supporter | $149.95 | $199.95     |
| I'm All In     | $249.95 | $299.95     |

**Euro pricing** matches USD pricing.

**GBP pricing** from September 8:

| Tier           | Monthly | Annual  |
| -------------- | ------- | ------- |
| Get A Taste    | £4.95   | £50.00  |
| True Supporter | £16.95  | £169.95 |
| I'm All In     | £25.95  | £259.95 |

## Keeping your current price

<details>

<summary>I already have a subscription. Will my price go up?</summary>

No. If you have an active recurring subscription, it will keep renewing at the price you pay today — as long as you keep it active and don't change plans.

</details>

<details>

<summary>How long does my locked price last?</summary>

For as long as your subscription stays active and unchanged. We have no plans to change this.

We won't promise "forever," because we can't predict what the cost of running AI models looks like years from now. But locking in existing subscribers is something we've consistently honoured, and if that ever needed to change, you'd hear about it well in advance — not overnight.

</details>

<details>

<summary>What counts as "keeping it active"?</summary>

Staying on the same plan, with payments going through successfully. Your price is locked to the specific plan you're on, so any change to that plan moves you to current pricing.

</details>

<details>

<summary>I cancelled, but my subscription hasn't expired yet. Can I still keep my price?</summary>

Yes. As long as it hasn't lapsed, you can reactivate before the end of your current period and keep your existing price. Once it fully expires, the price can't be restored.

</details>

## Changing your plan

<details>

<summary>What happens if I change my plan after September 8?</summary>

Any change moves you to current pricing. That includes:

* Upgrading to a higher tier
* Downgrading to a lower tier
* Switching from monthly to annual
* Switching from annual to monthly

If you're on a locked price and thinking about changing plans, it's worth weighing up — the old price won't come back afterwards.

</details>

<details>

<summary>If I downgrade, will I get my old price on the lower tier?</summary>

No. Downgrading is a plan change, so it moves you to current pricing for that tier.

</details>

<details>

<summary>If I upgrade after September 8 and then change my mind, can I go back to my old price?</summary>

Unfortunately not. Once you've moved off your original plan, the old pricing is no longer available.

</details>

<details>

<summary>Can I upgrade before September 8 and keep current pricing?</summary>

Yes. If you upgrade before the change takes effect, you'll pay the current price for your new tier and keep it as long as that subscription stays active.

</details>

<details>

<summary>Can I switch from monthly to annual?</summary>

Yes, and it's prorated — your remaining time is credited toward the annual plan. If you switch before September 8, you'll get the current annual price. After that, the new pricing applies.

</details>

## Payments and renewals

<details>

<summary>What if my payment fails?</summary>

We'll automatically retry a few times before your subscription expires. If it still isn't going through after two or three attempts, please **contact support right away** — we can help you sort it out before the subscription lapses.

This matters: once a subscription has fully expired, we're unable to restore your old pricing.

</details>

<details>

<summary>I use a payment method that doesn't renew automatically. What happens to me?</summary>

Because there's no recurring subscription, there's no price to lock in. Your next purchase after September 8 will be at the new pricing.

If you want to secure current rates, buying an **annual plan before September 8** is your best option.

</details>

<details>

<summary>I'm on a one-time annual plan with time remaining. Can I buy another year now to lock in the price?</summary>

Yes, but please **contact support** first. They'll need to manually merge the two subscriptions and extend your end date. Don't purchase a second plan without reaching out, or the time may not stack correctly.

</details>

## Buying and managing your subscription

<details>

<summary>Where do I subscribe or upgrade?</summary>

* **Free users:** click **Get Premium** in the header, or **Subscribe** in the right-hand menu.
* **Existing subscribers:** go to your **profile** and click **Manage Subscription**.

</details>

<details>

<summary>Am I losing any features?</summary>

No. This is purely a price change — every tier keeps exactly what it includes today.

</details>

<details>

<summary>Which currencies does this apply to?</summary>

USD, EUR, and GBP. Euro pricing matches USD; GBP pricing is listed above.

</details>

## Still have questions?

If anything here isn't clear, or you're unsure how the change affects your specific situation, reach out to support and we'll help you work it out.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.spicychat.ai/september-2026-pricing-update-faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
