> For the complete documentation index, see [llms.txt](https://docs.genvibe.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.genvibe.pro/account-and-billing/credits.md).

# How credits are used

Credits are how building is measured in GenVibe. This page explains what uses them and how to make them go further.

## What uses credits

Credits are consumed as the AI works on your app. The bigger the task, the more credits it uses — generating a full app from scratch uses more than a small text tweak. You're not charged a flat fee per message; usage reflects the actual work done.

## Credits by plan

* **Free:** a one-time pool of 20 starter credits to try GenVibe (GenVibe's default frontier model).
* **Standard & Pro:** a monthly pool that refills on your renewal date, plus **all frontier AI models** unlocked on every paid plan. Pro also adds **1,200 credits/month**, **Max mode**, and priority support.

See [Plans & credits](/getting-started/plans-and-credits.md) for current amounts and tiers.

## Buying extra credits

On any paid plan you can buy **one-time credit packs** whenever you need more before your next refill — starting at **50 credits for $5** (up to 600). They're added on top of your monthly credits and **never expire while your plan is active** (they're only forfeited if your account returns to Free). See [Plans & credits](/getting-started/plans-and-credits.md) for the full pack list.

## Making credits go further

* **Plan your first prompt well** — a clear, complete first description avoids re-do's.
* **Iterate in small, specific steps** — precise changes are cheaper than vague ones that cause large rewrites.
* **Use the inspector** for targeted tweaks instead of describing the whole screen.
* **Avoid re-describing the whole app** each turn — GenVibe already has the context.

## Checking your balance

Your remaining credits are shown in the builder. When you run low, you'll be prompted to upgrade (Free) or told when your pool refills (paid plans).

## Out of credits

* **Free:** upgrade to a paid plan to keep building. Upgrading is instant.
* **Standard & Pro:** your monthly credits refill on your renewal date — or buy an extra credit pack to keep going now.

{% content-ref url="/pages/i8kMWUPWUDpzR0wfoLav" %}
[Managing your subscription](/account-and-billing/manage-subscription.md)
{% endcontent-ref %}


---

# 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.genvibe.pro/account-and-billing/credits.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.
