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

# Billing

> This section provides the purpose, elements, and actions performed on the Billing pages.

This section provides the purpose, elements, and actions performed on the
**Billing** pages.

<Tabs>
  <Tab title="Summary">
    ## Purpose

    Aviatrix Billing enables you to analyze the costs of your Aviatrix Network. From
    **Administration > Billing** you can view reports based on your billing plan,
    determine consumption against your plan, and view your billing plan details.

    The **Summary** view displays billing summary information with options to view
    data per day or cumulatively. Use it to see usage for a given month and the rate
    of consumption against your billing plan.

    ## Elements

    <Frame>
      <img src={"/images/reference/ui/administration/billing-summary.png"} alt="Billing: Summary" width="100%" />
    </Frame>

    * **Time Period**: Dropdown to select time period.
    * **Start**: Date/time picker for start time.
    * **End**: Date/time picker for end time.
    * **Subscription ID**: Dropdown to select subscription ID.
    * **View Billing Plan**: Button to view billing plan details.
    * **Per Day**: Button to view data per day.
    * **Cumulative**: Button to view cumulative data.
    * **Billing Items**: Section displaying billing items.

    ## Actions

    <AccordionGroup>
      <Accordion title="View Billing Summary">
        To view billing summary:

        1. Go to **Administration** > **Billing** > **Summary**.
        2. The page appears with **Time Period**, **Start**, **End**, **Subscription ID**, **View Billing Plan**, **Per Day**, **Cumulative**, and **Billing Items**.
        3. Optionally, set time range and **Subscription ID**, then click **Per Day** or **Cumulative** to switch view.

        The billing summary displays for the selected period and subscription.

        ### Parameter Details

        | CoPilot Parameter Name | Description                                  |
        | ---------------------- | -------------------------------------------- |
        | Time Period            | Selects time period for billing data.        |
        | Start                  | Sets start date and time for billing report. |
        | End                    | Sets end date and time for billing report.   |
        | Subscription ID        | Selects subscription ID for billing data.    |
        | Per Day                | Displays billing data per day view.          |
        | Cumulative             | Displays cumulative billing data view.       |
        | Billing Items          | Shows list of billing items.                 |
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Usage Breakdown">
    ## Purpose

    The **Usage Breakdown** view displays each billed item in your plan (such as
    Intra Tunnels, Inter Tunnels) in graph form. You can view cost per day or
    cumulatively and compare monthly usage costs with prior periods.

    ## Elements

    <Frame>
      <img src={"/images/reference/ui/administration/billing-usage-breakdown.png"} alt="Billing: Usage Breakdown" width="100%" />
    </Frame>

    * **Time Period**: Dropdown to select time period.
    * **Start**: Date/time picker for start time.
    * **End**: Date/time picker for end time.
    * **Subscription ID**: Dropdown to select subscription ID.
    * **Per Day**: Button to view data per day.
    * **Cumulative**: Button to view cumulative data.
    * **Compare with**: Dropdown to select comparison period for usage breakdown.

    ## Actions

    <AccordionGroup>
      <Accordion title="View Usage Breakdown">
        To view usage breakdown:

        1. Go to **Administration** > **Billing** > **Usage Breakdown**.
        2. The page appears with time controls, **Subscription ID**, **Per Day**, **Cumulative**, and **Compare with**.
        3. Optionally, set time range, subscription, and comparison period.

        The usage breakdown displays for the selected period and options.

        ### Parameter Details

        | CoPilot Parameter Name | Description                                             |
        | ---------------------- | ------------------------------------------------------- |
        | Time Period            | Selects time period for usage breakdown data.           |
        | Start                  | Sets start date and time for usage breakdown report.    |
        | End                    | Sets end date and time for usage breakdown report.      |
        | Subscription ID        | Selects subscription ID for usage breakdown data.       |
        | Per Day                | Displays usage breakdown data per day view.             |
        | Cumulative             | Displays cumulative usage breakdown data view.          |
        | Compare with           | Selects comparison period for usage breakdown analysis. |
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Bill Breakdown">
    ## Purpose

    The **Bill Breakdown** view displays a billing list with Date, Usage, and Billed
    Amount columns and a Summary area. Use it to see daily usage and billed amounts,
    identify overages, and export or filter the data.

    ## Elements

    <Frame>
      <img src={"/images/reference/ui/administration/billing-bill-breakdown.png"} alt="Billing: Bill Breakdown" width="100%" />
    </Frame>

    * **Time Period**: Dropdown to select time period.
    * **Start**: Date/time picker for start time.
    * **End**: Date/time picker for end time.
    * **Subscription ID**: Dropdown to select subscription ID.
    * **Show filters**: Button to show filters for the bill breakdown table.
    * **Select columns**: Button to select columns for the bill breakdown table.
    * **Export**: Export button to download bill breakdown data.
    * **Search**: Search box for filtering table content.

    ## Actions

    <AccordionGroup>
      <Accordion title="View Bill Breakdown">
        To view bill breakdown:

        1. Go to **Administration** > **Billing** > **Bill Breakdown**.
        2. The page appears with time controls, **Subscription ID**, table filters, and **Export**.
        3. Optionally, set time range and subscription, use **Show filters**, **Select columns**, **Export**, or **Search**.

        The bill breakdown table shows date, usage, and billed amount for the selected
        period.

        ### Parameter Details

        | CoPilot Parameter Name | Description                                    |
        | ---------------------- | ---------------------------------------------- |
        | Date                   | Shows the date of the billing entry.           |
        | Usage                  | Shows the usage amount for the billing entry.  |
        | Billed Amount          | Shows the billed amount for the billing entry. |
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="View Billing Plan">
    ## Purpose

    The **Billing Plan** provides an overview of your Aviatrix billing: active plan
    type, billing items with price per hour, plan details (offer period, contract
    amount, etc.), tiers if applicable, and billed-to information.

    ## Elements

    <Frame>
      <img src={"/images/reference/ui/administration/billing-plan.png"} alt="Billing: Billing Plan" width="100%" />
    </Frame>

    ## Actions

    <AccordionGroup>
      <Accordion title="View Billing Plan">
        To view billing plan details:

        1. Go to **Administration** > **Billing** > **View Billing Plan** (or use **View Billing Plan** from Summary).
        2. The billing plan page appears with billing items, standard price per hour, and billed-to information.

        The billing plan details display for the subscription.

        ### Parameter Details

        | CoPilot Parameter Name | Description                                             |
        | ---------------------- | ------------------------------------------------------- |
        | Billing Item           | Shows the billing item name.                            |
        | Standard Price/Hr      | Shows the standard price per hour for the billing item. |
        | Billed To              | Shows the entity or account billed to.                  |
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>
