# Reporting

The volume calculation is presented in the map interface, based on the coloring and clicking the colored area will display the results in numeric format.

Please note that the visualization can be changed.

{% hint style="info" %}
Results are stored only for the on-going session, these cannot be saved.&#x20;
{% endhint %}

<figure><img src="/files/fveuzpBx5PBFWqooYzBl" alt=""><figcaption><p>Volume calculation results</p></figcaption></figure>

The picture above shows both coloring modes. The larger area on the left is with the second option (cut-zero-fill) and the smaller area on the right is color gradient.&#x20;

Notice the difference that the left side is either blue, red or white. The area on the right side has more shades of red and blue.&#x20;

### Numeric values

The calculation also returns the exact numeric values of cut, fill, net volume and area.&#x20;

By clicking the visualization it opens a pop-up, which has the exact values between the point cloud and the surface.&#x20;

The Volume -value is calculated by subtracting Fill -value from the Cut -value. If the value is negative, it means that there is need for material in this area. If the value is positive, it means that there are excess material.&#x20;

### Reconfiguring visualization

The visualization can be reconfigured, meaning that all the settings can be changed.&#x20;

This is very useful way of getting familiar with the different coloring modes and how the change in values impact the results.&#x20;

### Downloading report

The results can be also reported to an Excel sheet, which contains basic information on what was used for calculation and who has done it.&#x20;

<figure><img src="/files/Gup8rRPBI6UQ6gwjdYI3" alt=""><figcaption><p>Volume report from an Excel sheet.</p></figcaption></figure>

There are also field that can be filled in by user, if they want to follow up on the process based on volumes.&#x20;


---

# 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://help.besmart.software/be.smart-site-management/site-management/volume-tool/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.
