# Reporting

Using the `Report sheets` button, the user can generate sheets, report and charts for the calculated location again. Sheets are always generated in accordance with the result configuration.

## Report Options Dialog

When you click the **"Report sheets"** button, a dialog appears allowing you to configure all reporting options before generating the report. This dialog provides centralized control over what data is included and how it is formatted.

### File Range Selection

The dialog includes a **range slider** that allows you to select which files to include in the report:

* Use the **left handle** to set the starting file
* Use the **right handle** to set the ending file
* Only data from files within the selected range will be included in the generated sheets

> This is useful when you have a long measurement session but only need to report on a specific time period.

### Available Options

The Report Options dialog allows you to configure:

| Option                     | Description                                                             |
| -------------------------- | ----------------------------------------------------------------------- |
| **Vehicle Classification** | Choose the classification method (GPR, Euro-6, SCPR, etc.)              |
| **History Sheet**          | Enable/disable generation of full tracker history                       |
| **Quantity Grouping**      | Set the time period for grouping results (15 min, 30 min, 1 hour, etc.) |
| **Main Category**          | Select the primary category for quantity sheets                         |
| **Sheet Layout**           | Choose between different output formats                                 |
| **Velocity Sheet**         | Enable/disable speed measurement results                                |
| **ALPR Sheet**             | Enable/disable license plate recognition results                        |

After clicking **OK**, all settings are saved to the configuration and the report generation begins with the selected options.

## Output Types - History

* `History.csv` - a sheet with the entire history of all objects (correct and incorrect) and all parameters that are determined for each `tracker`.

## Types of output data - Quantity

* `Quantity.csv/xlsx` - Sheet with the result data of quantitative counting. See output sheet formats in [Output configuration](https://github.com/AISP-PL/aitracker-gui/blob/main/wiki/en/projecting.md).
* `*.png` - quantitative charts in user and hour grouping,
* `Report.docx` - a fragment of the report concerning quantitative results, average daily traffic, peak hours, etc. is added.

## Output Types - Speed

* `Velocity.csv` - A sheet with the history of each vehicle and the measured speed of movement.
* `*.png` - speed (scatter) and average speed charts,
* `Report.docx` - a fragment of the report is added regarding speed results, average speed depending on the "grouping category", limit violations, accuracy and correctness of counting.

## Types of output data - ALPR

* `Alpr.xlsx` - A sheet with the history of each vehicle, read license plate and photos of plates and vehicle location.
* `*.png` - graph of the accuracy of ALPR measurement and statistics of letter codes and countries,
* `Report.docx` - a fragment of the report concerning ALPR results, measurement accuracy, letter codes and countries is added,


---

# Agent Instructions: 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:

```
GET https://aitracker.aisp.pl/reporting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
