> ## 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.

# Reports

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

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

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

    The **Reports** page lets you generate reports to understand telemetry,
    inventory, and health of your managed resources: resource utilization (gateway
    system and network metrics), inventory (gateways, VPCs, subnets, S2C
    connections, instances), and FlightCheck health check reports.

    ## Elements

    <Frame>
      <img
        src={
  "/images/reference/ui/administration/resource-utilization-report.png"
}
        alt="Reports: Resource Utilization Report"
        width="100%"
      />
    </Frame>

    * **Resource Utilization Report**: Time period, gateways selection, system and
      network metrics, report format (group by metric or gateway), **Create
      Report**.
    * **Inventory Report**: Steps for cloud(s), region(s), VPC/VNets, resource
      type(s), properties, optional filters; **Orientation**, **Document Size**,
      **Save As**, **PDF**, **TSV**, **PDF Preview**.
    * **FlightCheck**: **Orientation**, **Document Size**, **Save As**, **PDF**,
      **TSV**, **PDF Preview**.
    * **Back to Reports Dashboard button**: Returns to the main Reports page.

    ## Actions

    <AccordionGroup>
      <Accordion title="Create Resource Utilization Report">
        To create a resource utilization report:

        1. Go to **Administration** > **Reports**.
        2. Open the Resource Utilization Report flow (e.g., from report type selection).
        3. Set **Time Period**, **Start**, and **End**. In **Select Gateways**, choose gateways; in **Select System Metrics** and **Select Network Metrics**, choose metrics. Select **Group by metric** or **Group by gateway**. Click **Create Report**.

        The report is generated for the selected time frame and options.

        ### Parameter Details

        Resource Utilization Report:

        | CoPilot Parameter Name             | Description                                     |
        | ---------------------------------- | ----------------------------------------------- |
        | Time Period                        | Selects time period for report data.            |
        | Start                              | Sets start date and time for report.            |
        | End                                | Sets end date and time for report.              |
        | Gateway Name                       | Shows gateway name in gateways selection table. |
        | Group by metric / Group by gateway | Groups report data by metric or by gateway.     |
      </Accordion>

      <Accordion title="Create Inventory Report">
        To create an inventory report:

        1. Go to **Administration** > **Reports**.
        2. Open the Inventory Report flow. Select **cloud(s)**, **region(s)**, **VPC/VNets**, **resource type(s)**, and **properties**. Optionally, add filters. Set **Orientation**, **Document Size**, and **Save As**. Click **PDF** or **TSV** to export.

        The inventory report is generated and can be downloaded as PDF or TSV.

        ### Parameter Details

        Inventory Report:

        | CoPilot Parameter Name | Description                                |
        | ---------------------- | ------------------------------------------ |
        | Select the cloud(s)    | Selects cloud providers for report.        |
        | Select the region(s)   | Selects regions for report.                |
        | Select the VPC/VNets   | Selects VPC/VNets for report.              |
        | Orientation            | Selects portrait or landscape orientation. |
        | Document Size          | Selects document size (e.g., A4).          |
        | Save As                | Sets report filename.                      |
      </Accordion>

      <Accordion title="Create FlightCheck Report">
        To create a FlightCheck health check report:

        1. Go to **Administration** > **Reports**.
        2. Open the FlightCheck report flow. Set **Orientation**, **Document Size**, and **Save As** (default: FlightCheck\_Report\_YYYY\_MM\_DD). Click **PDF** or **TSV** to export.

        The FlightCheck report is generated and the PDF preview displays.

        ### Parameter Details

        FlightCheck:

        | CoPilot Parameter Name | Description                                |
        | ---------------------- | ------------------------------------------ |
        | Orientation            | Selects portrait or landscape orientation. |
        | Document Size          | Selects document size (e.g., A4).          |
        | Save As                | Sets report filename.                      |
        | PDF / TSV              | Exports report as PDF or TSV.              |
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>
