> For the complete documentation index, see [llms.txt](https://docs.scraperapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scraperapi.com/resources/release-notes/april-2026/billing-page-redesign-released.md).

# Billing page redesign Released

## What's changed

The page is now organized into three tabs — *Subscription*, *Billing Details*, and *Manage plan* — so related information is grouped together instead of stacked on one long page.

The *Subscription* tab gives you a real-time view of your current plan, renewal date, and usage across API credits and concurrency. A visual meter shows how much of your limit you've used, and if you're approaching 70%, you'll see a warning before you hit the ceiling.

You can now choose what to do when you reach your plan limit from the billing page. You can choose between interrupted scraping (default), auto-upgrade, or pay-as-you-go — depending on your plan type. Controlling Plan limitation behaviors requires a payment method on file and walks you through adding one if needed.

***

**Nothing changes about your plan or billing** — this is a design update only. All existing subscriptions, payment methods, and invoices carry over exactly as they were.

*Questions? Contact our* [*support team*](mailto:support@scraperapi.com)*.*

<a href="https://dashboard.scraperapi.com/billing" class="button primary" data-icon="hand-point-right">Explore the new Billing page</a>


---

# 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.scraperapi.com/resources/release-notes/april-2026/billing-page-redesign-released.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.
