> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/platform/billing/details/usage.md).

# Usage

**Usage** is your billing dashboard: it brings together your usage, subscriptions, and invoices.

You open it from your menu, and it is organized into three tabs: **Summary**, **Subscriptions** and **Invoices**.

<figure><img src="/files/d7d733d27b393a518ea757cf0b1dff9a7671441a" alt=""><figcaption></figcaption></figure>

### Summary

The cover page of Usage. It gives you a snapshot of the period at a glance.

#### Monthly usage

The usage for the selected month, with a **year and month selector**. It shows the **total** and its breakdown by service (for example, Servers and Licenses), plus a list of items with their amount.

#### Invoice history

A side panel with your latest invoices. For each one, you can see the **month**, the **invoice number**, the **amount** (with its amount with VAT) and the **status** by color: green for paid, red for unpaid. Each line has its **download**, and with **View all** you go to the full list in the Invoices tab.

#### Usage history

A chart showing the evolution of your usage. You can narrow it with the **subscription selector** (all or a specific one) and the **range selector** (for example, 6 months). Hovering over each point shows the breakdown for that month.

#### Emissions reduction

A block that translates your use of the platform into **avoided CO2 emissions**, with easy-to-read equivalents (hours of air conditioning, kilometers by car, days of absorption by a tree).

### Subscriptions

The list of your subscriptions, with a counter and a **Filter** by **Service**, **Active subscription** and **Organization**.

| Column       | What it shows                                 |
| ------------ | --------------------------------------------- |
| Name         | The name of the subscription.                 |
| Organization | The client organization it belongs to.        |
| Service      | The type of service.                          |
| Status       | Active or Inactive.                           |
| Created      | The creation date.                            |
| Actions      | The menu **⋮** with the subscription actions. |

The menu **⋮** for each row offers:

* **Go to service** — opens the management page for that subscription.
* **View invoices** — takes you to the invoices for that subscription.
* **Delete** — unsubscribes the subscription.

> #### 📘 When unsubscribing
>
> Deleting a subscription opens a short survey so you can tell us the reason for canceling and, if you want, a comment. You can confirm or cancel.<br>

<figure><img src="/files/aa83becfd5aa2189c97750d39c3860a100a4d496" alt=""><figcaption></figcaption></figure>

### Invoices

The list of your invoices, with a counter, the button **Download invoices** and a **Filter** by search, **Status** and **Subscription**.

| Column         | What it shows                                        |
| -------------- | ---------------------------------------------------- |
| Invoice No.    | The invoice identifier.                              |
| Organizations  | The organization or organizations it corresponds to. |
| Billing period | The billed month.                                    |
| Status         | Paid or Unpaid.                                      |
| Tax base       | The amount before taxes.                             |
| Actions        | The menu **⋮** of the invoice.                       |

<figure><img src="/files/425929b581c0b6742dc5d3e5d40e8bfa99d19a55" alt=""><figcaption></figcaption></figure>

To open a specific invoice and see its contents, go to [The invoice. ](/docs-en/platform/billing/details/the-invoice.md)

For batch download, you have it in [Download your invoices.](/docs-en/platform/billing/how-to/how-to-download-your-invoices.md)


---

# 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.plenit.com/docs-en/platform/billing/details/usage.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.
