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

# Usage and cost breakdown

> A PDF summary of your Nebius AI Cloud usage and charges

export const RolePrerequisite = ({role, defaultGroup}) => {
  return <>
      Make sure that you are in a <a href="/iam/authorization/groups/index">group</a> that has at least the <code>{role}</code> role within your tenant
      {defaultGroup ? <>; for example, the default <code>{defaultGroup}</code> group</> : ""}.
      You can check this in the <a href="https://console.nebius.com/iam">Administration → IAM</a> section of the web console.
    </>;
};

The *usage and cost breakdown* is a PDF document that summarizes your usage and charges for a billing period. It lists the products you used with their quantities and costs, and shows the applicable VAT and the total amount.

Nebius AI Cloud sends the breakdown together with your [invoice](/signup-billing/payments/invoices#invoices), and you can download it for any billing period from the web console.

The breakdown reflects your data at the time it was created. Any adjustments made later appear only in the web console. For detailed hourly usage data, [export it as CSV](/signup-billing/usage/export) instead.

## Prerequisites

<RolePrerequisite role="billing.viewer" defaultGroup="viewers" />

## How to download the breakdown

1. In the [web console](https://console.nebius.com/billing), go to <Icon icon="https://mintcdn.com/nebius-ai-cloud/1Ha0sWR6e1mnIaHS/_assets/sidebar/billing.svg?fit=max&auto=format&n=1Ha0sWR6e1mnIaHS&q=85&s=32dc60dbf43597f6132b7f4b303a6901" width="16" height="16" data-path="_assets/sidebar/billing.svg" /> **Billing** → **Payments**.
2. On the **Transactions** tab, find the billing period you need and click **Download cost breakdown**.
