> For the complete documentation index, see [llms.txt](https://help.allwage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.allwage.com/fundamentals/report-summary.md).

# Report Summary

Summarizing table data for valuable insights

Report Summaries in AllWage are used to summarize table data. They can automatically process large amounts of data and generate a report showing count totals, averages, sums, and other calculations, as well as arranging data into groups. Report Summaries provide insight that may otherwise be difficult to see.

For example, below is a table of harvesting information in its original format. It lists products harvested in specific areas on a farm. However, it is hard to compare how each produce is performing or identify which variant generates the most calculated units. These questions can be easily answered using a Report Summary.

![Harvesting data on different areas](https://4190935239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQs9GZ7QOfs5wHesuQLQh%2Fuploads%2FM29HVddmCSCVDKqyhBkx%2Fimage.png?alt=media\&token=cef376bc-0126-44f5-9e9a-bd13cdbd1c9a)

Creating a Report Summary that sum key amounts (such as total calculated units of a specific area or produce) helps you to look for trends and patterns in the data. You can apply calculations, create multiple groups and expand/collapse groups.

![Report Summary of Produce harvested in different areas](https://4190935239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQs9GZ7QOfs5wHesuQLQh%2Fuploads%2F2AdjX8H2SsgjsTM1fcCi%2Fimage.png?alt=media\&token=4a586b12-f301-46c1-91ff-2dc81e9887a4)

The Report Summary drilldown option adds functionality that users view the data behind each summary value. Users can click on any value on the Report Summary and see the underlying data that comprises the value.

On AllWage, Report Summaries are enabled by default on specific reports (more to come in the future!). To try them out now, click on the links below to view your Report Summaries.

* [Chemical Product Totals](https://app.allwage.com/#/reports/chemical/product-total) - Product and Farm summaries
* [Area / Production Summary](https://app.allwage.com/#/reports/variant-summary) - Variant and Area performance
* [Packhouse Overview](https://app.allwage.com/#/reports/packhouse/overview) - Pack group, batch and produce totals
* [Fuel Issue Consumption](https://app.allwage.com/#/reports/fuel/issues) - Error summary and asset usage


---

# 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.allwage.com/fundamentals/report-summary.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.
