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

# Billing

Billing is associated with a MariaDB Cloud ID.

For pricing information, see [Pricing](/docs/mariadb-cloud/reference/pricing.md).

## **Usage Information**

From the [Portal](https://app.skysql.com/dashboard), you can access a current billing and usage summary:

1. Log in to the [Portal](https://app.skysql.com/dashboard).
2. Click your name in the upper-right corner of the interface, then select "Billing" from the menu.
3. The "Current Usage" tab (the default) shows the current billing and usage summary.

Current charges, prior billing date, and next invoice date are shown.

Usage information can be shown by service or by resource.

Click the resource name or service name to expand the view.

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

*Billing - Current Usage*

## **Billing History & Invoices**

From the [Portal](https://app.skysql.com/dashboard), you can access prior invoices:

1. Log in to the [Portal](https://app.skysql.com/dashboard).
2. Click your name in the upper-right corner of the interface, then select "Billing" from the menu.
3. Click the "Billing History" tab to show available invoices.


---

# 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://mariadb.com/docs/mariadb-cloud/cloud-usage/billing.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.
