> For the complete documentation index, see [llms.txt](https://docs.perfectscale.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perfectscale.io/administration/subscription-details.md).

# Subscription details

Subscription details enable easy management of your PerfectScale subscription, helping you track consumption metrics and maintain visibility of your license status.

Click the **Account button** in the bottom left corner, then go to the **Subscription Details** to review your license details.

<figure><img src="/files/YmQXi8k5wKZASqW5JKnQ" alt="" width="321"><figcaption><p>Navigation</p></figcaption></figure>

## Subscription Details window

<figure><img src="/files/QFkKW4pX2K6QrUu6t14r" alt="" width="563"><figcaption><p>Subscription details window</p></figcaption></figure>

<table><thead><tr><th width="236">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Plan</strong></td><td>Current subscription plan (Trial, Community, Advanced or Expert)</td></tr><tr><td><strong>Plan Start Date</strong></td><td>The date of license activation</td></tr><tr><td><strong>Contract Renewal Date</strong></td><td>Current license expiration date</td></tr><tr><td><strong>Active Since</strong></td><td>Account creation date</td></tr><tr><td><strong>Licensed Monthly vCPU</strong> </td><td>The available monthly vCPU under the license</td></tr><tr><td><strong>Current Month vCPU Usage</strong></td><td>The current monthly vCPU</td></tr><tr><td><strong>Forecasted Monthly vCPU Usage</strong></td><td>The forecasted monthly vCPU</td></tr></tbody></table>

For a comprehensive view of your vCPU consumption over time, click the **View over-time vCPU consumption report** button, and it will navigate you to the trend report, where you can slice and dice the data with various filters.&#x20;

## Understanding billing

PerfectScale billing is based on the **average monthly vCPU usage**. This approach is designed for dynamic Kubernetes environments, where workloads often scale up and down over time, ensuring fair and accurate pricing.

{% hint style="success" icon="function" %}
**avg Monthly vCPU = total vCPU-hours used during the month / total hours in that month**
{% endhint %}

This gives the **average concurrent vCPU usage** across the full month.


---

# 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.perfectscale.io/administration/subscription-details.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.
