> 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-3-user-manual/multiple-object-reports/create-multiple-object-report.md).

# Create Multiple Object report

Create a multiple object report to generate and send many object reports in one run.

{% stepper %}
{% step %}

### Open Multiple Object Reports

Click **Multiple Object Reports** in the navigation pane.

<figure><img src="/files/oKCBhWf6fg5VJ8xi16Bf" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select scope and content

Select the time range to include in the reports.

Select the objects you want to generate reports for.

Select which sections to include in the report.

Available sections include values, charts, events, adjustments, limits, alarms, and logbook records.

<figure><img src="/files/sgTZVRTYkoE9csn6dU4b" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Generate and sign

Click **Generate** and complete the signature form. See [Sign](/boomerang-3-user-manual/common_elements/sign.md).

A confirmation message is shown.

<figure><img src="/files/sVpXUsSFpI3QrdA6T1pP" alt="" width="413"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Track status

The report request appears in the list under the **Create multiple object report** form.

<figure><img src="/files/M79WDiLOO5zhPeKFtKPL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Receive the PDFs

The system sends the reports to your email address.

Refresh the page to check the generation status.

<figure><img src="/files/7yvT96wpSN1xySXERhVm" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The report layout matches [Object report](/boomerang-3-user-manual/dashboard/reports/object-report.md).
{% endhint %}


---

# 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-3-user-manual/multiple-object-reports/create-multiple-object-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.
