> For the complete documentation index, see [llms.txt](https://docs.influxtechnology.com/support_guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.influxtechnology.com/support_guides/streamlog/streamlog-user-documentation/quick-start-guide/streamlog-operation/editors-tabs/fleet-reports-tab.md).

# Fleet Reports Tab

{% hint style="info" %}

#### Notes:

* This feature requires additional purchases. Please contact Influx Sales.
  {% endhint %}

This tab enables the generation of reports on fleet parameters. Users can select different parameters and generate a report with calculations (Average, Sum, Min & Max).

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

Click on the ‘Add Report’ tab to create a new report.

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

In the report generator window, assign the report name.

Choose generate points:

* Once per day: points will be generated after monitoring the data for the whole day.
* Once per file: points will be generated for each file.
* Once per trigger: points will be generated for all occurrences of trigger conditions.

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

Select items from fleet parameters and choose the statistical options.

In the following section user will have the option to choose the monitoring option:

**Snapshot:** To be used when monitoring the data during a trigger event.

**Filter:** To be used when you want to monitor the data continuously based on another parameter.

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

Snapshot trigger will take the snapshot of requested parameters when given conditions are met.

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

Add filter will monitor and find the statistical information (min, max, avg, sum). about the parameter while filter conditions are satisfied.

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

From additional options, we can select vehicles whose reports are to be generated.

We can enter a threshold value which will be added to the report.

### Extracting report

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

* **Show Report -** We can view the report by clicking show report.
* **Show combine report –** This will generate a combined report for a vehicle.
* **Email report –** We can Email the combined report.


---

# 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://docs.influxtechnology.com/support_guides/streamlog/streamlog-user-documentation/quick-start-guide/streamlog-operation/editors-tabs/fleet-reports-tab.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.
