> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-2-system-administrator-manual/menu_-_administration__create_reports/create_report.md).

# Create report

To create a report chose “Administration” – “Create reports…”.

A “Create report” dialog is opened.

![](/files/QjLESBLsm6pIHxo8DHnX)

* Select the type of report to create,- Select start and end date,- Click “Next >>”.

For the sensor report a dialog for selecting sensors is opened. Unfold the tree and mark the sensors you want to include in the report.

![](/files/t7G45pJb22e9PiyNZvuN)

For the group report a dialog for selecting groups is opened.

![](/files/1mWhLUSMamLBWXOnyRL1)

Mark the groups you want to include in the report,

Click “Next >>”.

![](/files/ZMStrawB2ZllacX2IVAG)

A dialog with “Combine into one file” checkbox is displayed for sensor and group report. If the checkbox is not marked, then separate pdf files will be created for every sensor or group selected. If the checkbox is marked, then all the reports will be saved as one pdf file.

For “Sensor report”, from v.2.4.14.002, it is possible to selectively add graph, events and logged values into reports.

Click “Generate report”.

Select the location where the report(s) will be saved.

![](/files/Hoe0cmkhJqbouxw4vm2X)

Choose folder and click “OK”.

A green progress bar is shown while the report(s) generation with a name of the sensor or group for which the processing is on-going, presented under it.

![](/files/NSh8XGwRr5zHaJ0bJzyg)

After the report is generated a progress bar disappears and the last form of the “Create report” dialog is shown. From there a user can go back in the dialog to choose other periods or sensors he wants to create reports for.

The report or reports are saved as pdf files in a subdirectory named “Boomerang Report *yyyy\_mm\_dd\_hh\_mm\_ss*” basing on the current date and time e.g. “Boomerang Report 2016-08-08\_17\_05\_11”.

Click “Close” to close the “Create report” dialog.


---

# 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://help.boomerang3.com/boomerang-2-system-administrator-manual/menu_-_administration__create_reports/create_report.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.
