> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/payments/how-to-use-the-orders-tab-in-your-payments-section.md).

# How To Use The Orders Tab in Your Payments Section

The Orders tab allows you to manage all of your Orders. You can view a sortable, searchable list of all Orders, which you may also download via an Excel file.

This list gives you a history of all orders which may be important for your accounting purposes, managing metrics and goals for your team, planning business initiatives, and more.

Within the list of all Orders, you can customize what information is displayed.

{% embed url="<https://lh3.googleusercontent.com/o6T_CL0HVr2MK4HT2T2INhTlkrXaaTzFdG0uRKlkqQ_F-MiITG1Ewdz2ar77veq3DX21jwyhjmKOkxbpNtmVYSVtO_zaiLfHclccrK1TGoL8QrfcLvwu6PI2XmlUX1eeWgHqdls>" %}

Here’s an overview of each option:

* **Order status:** view all, pending, completed, or canceled orders
* **Payment mode:** view all, live mode, or test mode
* **Source:** view all, funnel, or website
* **Search for a period of time** using dates - such as January 1, 2022 - January 31, 2022
* **Search for a specific order.** This can be done using customer ID, name, email address, order ID, source ID, or source name

You can customize what filters for the information you wish to display, and you can sort the list as needed.

If you want to download the data for use or analysis elsewhere, you can export/download an Excel file conveniently and easily using the button in the top right corner.

{% embed url="<https://lh3.googleusercontent.com/bVFfltCaiMAnhqox0DbMUcTkIr3A6mebXOVDHv8HHbgz7JgrBVryn9j-JQAFc_qiJH6T-nTRtmp2F00loKtROfaC923K6exFdQK8LkHPMxom24yaXafa_XgwbJHvYWTvhpfQ4jw>" %}


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/payments/how-to-use-the-orders-tab-in-your-payments-section.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.
