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

# How existing subscriptions move to credits

Find out how Convai converts a paid subscription to a credit balance, how many credits you receive, and why your renewal date stays the same.

If you had a paid Convai subscription before credits, Convai converts it to a credit balance for you. You do not need to do anything, and your renewal date does not change.

### How many credits you receive

You receive credits for the time left in your current billing period. Convai works out what share of the period remains and gives you that share of your plan's credits. The result is the unused value of your period converted at <code class="expression">space.vars.credits\_per\_dollar</code> credits per dollar.

For example, a Professional plan costs $99 and provides 99,000 credits. If your account moves to credits halfway through the month, half the period remains, and you receive 49,500 credits: the value of the remaining $49.50.

The same rule applies to quarterly and annual subscriptions. You receive the share of the period's credits that matches the time remaining.

The conversion depends only on time. Before credits, plans counted usage in interactions, and the conversion does not look at how many of those you used.

### What happens at renewal

Your renewal date stays the same. When your subscription renews, a full cycle starts with your plan's complete credit allocation. From then on, your balance works the same as any other credit plan.

### Related pages

{% content-ref url="/pages/3Rgs4Q0oj3jWIQDiAqeB" %}
[Credit balance and billing cycle](/api-docs/credits-and-billing/convai-credits/credit-balance-and-billing-cycle.md)
{% endcontent-ref %}

{% content-ref url="/pages/ghYDJ26utObU5Mm5Kcwt" %}
[How Convai credits work](/api-docs/credits-and-billing/convai-credits/how-convai-credits-work.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.convai.com/api-docs/credits-and-billing/convai-credits/existing-subscriptions-and-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.
