# Delivery Report

There are many orders your shop has created every day, they come from many different provinces. How do you calculate which provinces have many new orders? How many successful orders or how many returns/cancellations? How do you calculate the total shipping cost or the total amount the carrier has collected for you?&#x20;

All of the above "how" questions will be answered by the Nobita system's delivery report. You can view the delivery reports by custom filters: Select the branch you want to view, time period, display selection, or order status.&#x20;

At the Nobita home page, to track the delivery report, go to **Overview** -> **Bill of Lading report** -> **Delivery report**. You can choose to display the report by province or by shipping unit.

***By the provinces/cities:***

![](/files/M3MDmU8HrH0GF18F1CW5)

***By the delivery company:***

![](/files/icXgztFXcGcgShyby5Om)


---

# 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.nobi.pro/overview/bill-of-lading-report/delivery-report.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.
