> For the complete documentation index, see [llms.txt](https://docs.lionparcel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lionparcel.com/guides/guides-en/features/reports/download-stt-report.md).

# Download STT Report

### A. Search STT Report

<figure><img src="/files/dd3e176e1df096fb38d125776cbc66dba585c887" alt=""><figcaption><p>Figure 1 Downloading STT Report</p></figcaption></figure>

**Explanation:**

1. Search Report:\
   The search field is used to search report types by keyword, for example STT, Manual STT Report, or others.
2. Report Category:
   1. STT Report: displays automatic STT data directly connected with the system.
   2. Manual STT Report: used for STT reports created manually by the user.
   3. Select one of the options to open the report download window.

### B. Select Data to Display

<figure><img src="/files/e8498274822f4486e3f5c8967e445b468a7edfe2" alt=""><figcaption><p>Figure 2 Select Data to Display</p></figcaption></figure>

**Explanation of Each Section:**

1. Data Type: Select the type of data to download:
2. STT Details: contains complete information for each STT number, including sender, recipient, weight, and cost.
3. Cost Details: displays rate details, additional charges, and total payment.
4. Date: Determine the report time range (for example 07 Nov 2025 – 13 Nov 2025).\
   Data will be filtered according to the selected period.
5. Last Data Sync:&#x20;
   1. Displays the last time the system synchronized data from the main server.
   2. If you want to update, click Refresh page to get the latest data.
6. Search Button: After all parameters are selected, click Search to display STT data for that period.
7. Note: The displayed data can be exported in .CSV or Excel format via the download button in the search results section.

<br>

<br>


---

# 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://docs.lionparcel.com/guides/guides-en/features/reports/download-stt-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.
