# Orders

You can find all orders, statuses, commissions on `Order` page of plugin.

Cashback Tracker will check new orders (and statuses) automatically with help of WodPress cron.

You can also downloaded actual orders by clicking `"Download orders"` on page of each module:

![](/files/-M6Gyh4hTY3Ohaz8RnWa)

{% hint style="info" %}
Orders which were made without SubID will not be added to Cashback tracker plugin
{% endhint %}

Each order will have 3 different ID:

1. ID in local table of plugin
2. ID in database of affiliate network
3. ID in database of merchant

Keep this in mind when you search order ID.


---

# 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://ctracker-docs.keywordrush.com/troubleshooting-and-faq/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.
