> ## Documentation Index
> Fetch the complete documentation index at: https://docs.testdino.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TestDino Billing and Usage Overview

> Review your subscription, plan allowances, per-project usage, and usage trends from the TestDino Billing & Usage page.

The Billing & Usage page shows your subscription, how much of your plan you have used, and per-project usage. Open it from the organization sidebar. Every org member can view it. Only owners, admins, and billing managers can manage the subscription or download invoices.

## Quick Reference

| Tab                                              | Shows                                                              |
| :----------------------------------------------- | :----------------------------------------------------------------- |
| [Overview](#overview-tab)                        | Your plan, allowances, included features, and billing actions      |
| [Usage](#usage-tab)                              | Current usage against your plan, per-project breakdown, and trends |
| [Invoices](/platform/billing-and-usage/invoices) | Past invoices with download                                        |

## Overview tab

The Overview tab is where you see your plan and manage the subscription.

### Current plan

| Element        | Shows                                                                           |
| :------------- | :------------------------------------------------------------------------------ |
| Plan name      | Your plan and billing cycle, for example `Pro Monthly`. Trials read `Pro Trial` |
| Price and date | The price, plus **Renews on**, **Trial ends on**, or **Access until** a date    |
| Status         | An **Active** badge while the plan is live                                      |

Below that, **Plan allowances** shows what your plan includes: **Test Cases Included**, **Projects Included**, **Users Included**, and **Data Retention**. An **Included features** list shows the capabilities in your plan, such as AI features, integrations, and test case management.

### Manage your subscription

Owners and billing managers see plan actions here:

* On a paid plan: **Compare plans** to upgrade, and a **Cancel Subscription** option. Cancelling keeps access until the end of the billing period.
* On the free plan: **Start Free Trial** or **Subscribe** to move to a paid plan.

Plan changes and upgrades open the [Pricing](/pricing) page. Payments are processed through Razorpay.

## Usage tab

The Usage tab shows how much of your plan you have used this billing period.

### Current usage

Quota meters compare used against your plan limit for **Test cases**, **Projects**, and **Users**, each with the amount remaining. A **Billing period** meter shows the current date range and when usage resets. A meter turns amber at **Near limit** and red at **At limit**.

If any metric passes 70%, a warning card appears at the top with a **View plans** or **Upgrade plan** button.

### Usage by project

A table compares usage across your projects, sorted by executions.

| Column            | Shows                                                                          |
| :---------------- | :----------------------------------------------------------------------------- |
| Project           | Project name                                                                   |
| Executions        | Test executions uploaded this period. These count toward your shared org limit |
| Environments      | Environments used against the limit                                            |
| Manual test cases | Manual test cases used against the limit                                       |
| Runs              | Manual runs used against the limit                                             |
| Sessions          | Exploratory sessions used against the limit                                    |

Environments, manual test cases, runs, and sessions need the Pro plan or above. On the free plan, those columns show a **Pro** lock with the tooltip "Available on Pro plan and above".

### Usage trends

Owners and admins on plans with usage analytics see **Usage trends** charts. Toggle **Daily**, **Weekly**, or **Monthly** to change the grouping.

| Chart      | Shows                                                 |
| :--------- | :---------------------------------------------------- |
| Executions | Test executions per project, stacked to the org total |
| Runs       | Manual runs across your projects                      |
| Sessions   | Exploratory sessions across your projects             |

Hover any point to see per-project detail and the org total.

## Related

<CardGroup cols={2}>
  <Card title="Invoices" icon="file-invoice" href="/platform/billing-and-usage/invoices">
    View and download billing invoices
  </Card>

  <Card title="Manage Billing" icon="credit-card" href="/platform/billing-and-usage/manage-billing">
    Upgrade, downgrade, or cancel your subscription
  </Card>

  <Card title="Pricing" icon="tag" href="/pricing">
    Compare plans and limits
  </Card>

  <Card title="Organization Settings" icon="building" href="/platform/organizations/settings">
    Configure organization-level preferences
  </Card>
</CardGroup>
