> For the complete documentation index, see [llms.txt](https://docs.kuasa.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kuasa.io/kuasa-sales/orders/how-to-export-order-details.md).

# How to Export Order Details

1. Login ke akaun anda melalui [**https://sales.kuasa.io/**](https://sales.kuasa.io/).
2. Klik **Orders**.

<figure><img src="/files/6bPIezMpZlum7hyw6Xgj" alt=""><figcaption></figcaption></figure>

3\. Klik **More Filters** untuk sort order berdasarkan tarikh, produk, sumber, dan kurier. Jika tidak mahu sort order, boleh ke langkah seterusnya iaitu klik **Export** untuk mula export order.

<figure><img src="/files/hMqOFtQ6D0eYzU91OSuI" alt=""><figcaption></figcaption></figure>

4\. Tunggu sehingga proses export selesai.

<figure><img src="/files/T8hDkuUQDxQl03N3IhCH" alt=""><figcaption></figcaption></figure>

5\. Buka file yang sudah di muat turun.

<figure><img src="/files/lgQzDsvm1o1ROzgkXYnI" alt=""><figcaption></figcaption></figure>

6\. Pilih semua file dan klik **Extract To**.

<figure><img src="/files/adG7EvTkDzcYP1cBxPUL" alt=""><figcaption></figcaption></figure>

7\. Pilih lokasi untuk simpan file. Kemudian, klik **OK**.

<figure><img src="/files/tdHvm7jef6ieCXd6wawu" alt=""><figcaption></figcaption></figure>

8\. Kesemua file berjaya di extract.

<figure><img src="/files/rMC9KFtR6n885hFR3PJj" alt=""><figcaption></figcaption></figure>

9\. Pergi ke <https://merge-csv.com/> untuk merge file CSV kepada satu file sahaja. Klik **Select CSV-files**, pilih kesemua file tadi, dan klik **Open**.

<figure><img src="/files/tjk6sxxtXJHqxiJhCtDa" alt=""><figcaption></figcaption></figure>

10\. Klik **Merge CSV-files**.

<figure><img src="/files/IgvpWvX0r2SreIPjo6gf" alt=""><figcaption></figcaption></figure>

11\. Klik **Download**.

<figure><img src="/files/BHjABEUSzcFVuAjSyohF" alt=""><figcaption></figcaption></figure>

12\. Kesemua file tadi sudah menjadi satu file sahaja. Boleh klik pada nama file untuk buka file.

<figure><img src="/files/8cFrVsR0gXaHZmEEZWBL" alt=""><figcaption></figcaption></figure>


---

# 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.kuasa.io/kuasa-sales/orders/how-to-export-order-details.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.
