# Orders

Under the "Order" tab you'll see all transactions that were completed on your marketplace. The table displays essential details about the order.&#x20;

<figure><img src="/files/k6mMhg3QTTNPVbpSHqkh" alt=""><figcaption><p>A list of all orders from your Web Store</p></figcaption></figure>

<figure><img src="/files/1SfhKD4TJd04tIMAcJT5" alt=""><figcaption><p>Clicking on an Order will redirect you to its details, such as User's e-mail and Fungies Fee (5%+50 cents commission)</p></figcaption></figure>

In the list of orders you can see all necessary data:

* Order Number
* Buyer's e-mail
* Transaction status: Completed, Pending or Failed
* Value of the Order
* Fungies Commission
* Tax Amount
* Date of the Transaction


---

# 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.fungies.io/for-game-developers/orders.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.
