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

# How To Export Order Details

1. Log in to your Kuasa account via <https://landing-page.kuasa.io/>.
2. Click **Landing Page.**

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

3. Click **More Filters** to sort orders based on date, product, source, and courier. If you don't want to sort the order, you can go to the next step, which is to click **Export** to start exporting the order.

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

4. Click **Export** button.

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

5. Wait until the export process is complete.

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

6. The downloaded file is located in your File Explorer.

<figure><img src="/files/1quAY6fQCnHuJHf8DbgQ" 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:

```
GET https://tutorials.kuasa.io/getting-started/kuasa-landing-page/orders/how-to-export-order-details.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.
